2023-07-15 17:46:19 +03:00
|
|
|
|
!! This is not complete list of todos !!
|
|
|
|
|
This list only contains global tech refactorings and tech debt
|
|
|
|
|
For more specific TODOs see comments in code
|
|
|
|
|
|
2023-08-03 17:57:58 +03:00
|
|
|
|
[Functionality]
|
|
|
|
|
- home page
|
|
|
|
|
- блок нотификаций пользователей
|
|
|
|
|
- блок синтеза
|
|
|
|
|
- блок организации библиотеки моделей
|
|
|
|
|
- проектный модуль?
|
|
|
|
|
- обратная связь - система баг репортов
|
|
|
|
|
|
|
|
|
|
[Tech]
|
2024-02-25 20:55:30 +03:00
|
|
|
|
- rewrite custom password-reset
|
2024-02-26 14:14:09 +03:00
|
|
|
|
- upgrade backend to Python3.12 and Django 5
|
2023-08-15 21:22:24 +03:00
|
|
|
|
|
2023-08-03 17:57:58 +03:00
|
|
|
|
[deployment]
|
|
|
|
|
- logs collection
|
|
|
|
|
- status dashboard for servers
|
2024-02-25 20:55:30 +03:00
|
|
|
|
|
|
|
|
|
[security]
|
|
|
|
|
- password-reset leaks info of email being used
|
|
|
|
|
- do not use schemaID for access (prevent enumerating IDs access)
|