- Multimedia files
- Import/export
- Remove .vs and .idea directory from Git
- Create image diagram for doc
- Make demo script
- Search and set app ICON
- Table of contents
- Change name in front-end tab
- Improve main help
- Add "add new project" in main modalities
- Add "clear settings" in main modalities
- Why some js file aren't tracked?
- Internalization
- Set link in Documentation and Contribute in menu
- 404 page
- 500 page
- Fix dark mode color
- Remove year from deadline if we are in the current year
- Fix env file (now is used .dev instead of .prod)
- Add "done" button on deadline => based on task status
- Create a new task
- Modify task
- Graphic refactor
- Manage label section
- Manage task status section
- Profile page
- Home page:
- Select project
- Count of updates
- "News" of a task
- Manage Git
- Task pagination
- Dark color if avatar color is light
- Switch badge to "light badge"
- Prevent todo-list refresh on task updates
- Add custom menu on right click on page
- Forgot password
- "news" mistakes
- Bug in update task if there isn't description
- Footer with app name
- and version
- Manage pages prevent unique error
- (!) Implement try-except in exposed methods
- Prevent Eel closing on error -> caused by shutdown_delay (Eel .start)
- Create common method to add a table and insert base values
- Migrate from __insert_base to seeder
- Improve QueryBuilder (join, subquery, group by, order by)
- Crypt password of users
- Improve common methods of entity (py) as in typescript
- all_as_model
- append relation on bem and not in another foreach
- Make sqlite fetch methods asynchronous
- Add permission control
- Add "done" for deadline => based on task status
- Deploy
- Manage Git
- Insert multi-credentials in vault
- Unique on user's username? Add name and surname?
- DB schema
- deadline from date to datetime?
- Permission "edit_deadline"
- Triggers don't work