Added task to TODO

This commit is contained in:
Sugui 2024-04-14 12:04:53 +02:00
parent 5b0701fc93
commit 864506d9a4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
- Parametrize bot API url in env variable
- Encode images in base64 with proper prefix "data:image/png;base64,<encoding>"
- Parametrize tags
- Generalize the ImageService test with faker
- Generalize the ImageService test with faker
- Is there a better way to import modules without using relative paths?