fe-middleware/TODO.md

5 lines
258 B
Markdown
Raw Normal View History

2024-03-30 11:08:48 +00:00
- Parametrize bot API url in env variable
- Encode images in base64 with proper prefix "data:image/png;base64,<encoding>"
- Parametrize tags
2024-04-14 10:04:53 +00:00
- Generalize the ImageService test with faker
- Is there a better way to import modules without using relative paths?