Update TODO.txt

This commit is contained in:
IRBorisov 2024-04-03 15:52:01 +03:00
parent c1f69f23e8
commit 79be1167be

View File

@ -6,17 +6,14 @@ For more specific TODOs see comments in code
- landing page - landing page
- home page (user specific) - home page (user specific)
- export PDF - export PDF
- bug report form
- блок нотификаций пользователей - блок нотификаций пользователей
- блок синтеза - блок синтеза
- статический анализ схемы - статический анализ схемы
- конфигурации правил для разных статусов - конфигурации правил для разных статусов
- блок организации библиотеки моделей - Library organization, search and exploration. Consider new user experience
- Настройка поиска в Библиотеке
- поиск по содержимому КС в Библиотеке - поиск по содержимому КС в Библиотеке
- Запрос на поиск вхождений
- private projects and permissions. Consider cooperative editing - private projects and permissions. Consider cooperative editing
@ -25,10 +22,12 @@ For more specific TODOs see comments in code
- ARIA (accessibility considerations) - for now machine reading not supported - ARIA (accessibility considerations) - for now machine reading not supported
- rework access setup: project-based, user-based, enable sharing. Prevent enumerating access to private schemas by default
[Tech] [Tech]
- add debounce to some search fields - add debounce to some search fields
- upgrade backend to Python3.12 and Django 5 - duplicate syntax parsing and type info calculations to client. Consider moving backend to Nodejs or embedding c++ lib
[Deployment] [Deployment]
@ -38,7 +37,6 @@ For more specific TODOs see comments in code
[Security] [Security]
- password-reset leaks info of email being used - password-reset leaks info of email being used
- do not use schemaID for access (prevent enumerating IDs access)
- improve nginx config. Consider DDOS and other types of attacks on infrastructure - improve nginx config. Consider DDOS and other types of attacks on infrastructure
[Research] [Research]