wrote teh todo for tje banner feature

This commit is contained in:
root 2025-02-19 09:00:19 +01:00
parent 77faa0971f
commit fcd7f3d87a
2 changed files with 22 additions and 2 deletions

View file

@ -123,7 +123,7 @@ V1.0.2:
Future Versions:
```
V1.0.2:
- py: make sure that you can have different banner files: .png .jpeg .jpg and .gif (with a limit of 3Mb)
- py: option 4,5 and 10: make sure that you can have different banner files: .png .jpeg .jpg and .gif (with a limit of 3Mb), all with the same resolution of 240x60
- py: in option 1, upon listing new links, if the description isn't empty, consider the link as trusted, and write it verified.csv. If description is empty, write it in unverified.csv instead.
- py: in option 2, upon trusting links, if description doesnt exist, ask the user to write one that isn't empty, and if it does exist, ask the user to press enter to keep the existing description, otherwise write a new one
- py: merge the option 2 and 3 together, and repurpose option 3 to become "edit links attributes"