2024-04-04 14:34:25 +03:00
|
|
|
!! This is not complete list of TODOs !!
|
2023-07-15 17:46:19 +03:00
|
|
|
For more specific TODOs see comments in code
|
|
|
|
|
2024-04-04 14:34:25 +03:00
|
|
|
[Functionality - PROGRESS]
|
|
|
|
- Operational synthesis schema as LibraryItem ?
|
|
|
|
|
|
|
|
- Clickable IDs in RSEditor tooltips
|
2024-03-08 20:29:12 +03:00
|
|
|
|
2024-04-03 15:52:01 +03:00
|
|
|
- Library organization, search and exploration. Consider new user experience
|
2024-04-04 14:34:25 +03:00
|
|
|
- Private projects and permissions. Consider cooperative editing
|
2024-03-08 20:29:12 +03:00
|
|
|
|
2024-04-04 14:55:17 +03:00
|
|
|
|
|
|
|
[Functionality - PENDING]
|
2024-06-18 15:07:41 +03:00
|
|
|
- Search functionality for manuals
|
2024-04-04 14:34:25 +03:00
|
|
|
- User notifications on edit - consider spam prevention and change aggregation
|
|
|
|
- Static analyzer for RSForm
|
|
|
|
- Content based search in Library
|
2024-05-14 19:16:04 +03:00
|
|
|
- User profile: Settings + settings persistency
|
2024-03-08 20:29:12 +03:00
|
|
|
|
2024-06-18 15:07:41 +03:00
|
|
|
- Landing page
|
|
|
|
- Home page (user specific)
|
|
|
|
|
|
|
|
- Draggable rows in constituents table
|
|
|
|
|
2024-04-04 14:34:25 +03:00
|
|
|
- Export PDF (Items list, Graph)
|
2024-03-09 16:40:13 +03:00
|
|
|
- ARIA (accessibility considerations) - for now machine reading not supported
|
2024-04-04 14:34:25 +03:00
|
|
|
- Internationalization - at least english version. Consider react.intl
|
2024-04-04 14:55:17 +03:00
|
|
|
- Focus on codemirror editor when label is clicked (need React 19 ref for clean code solution)
|
2024-04-03 15:52:01 +03:00
|
|
|
|
2023-08-03 17:57:58 +03:00
|
|
|
|
|
|
|
[Tech]
|
2024-03-08 20:29:12 +03:00
|
|
|
- add debounce to some search fields
|
2024-04-03 15:52:01 +03:00
|
|
|
- duplicate syntax parsing and type info calculations to client. Consider moving backend to Nodejs or embedding c++ lib
|
2023-08-15 21:22:24 +03:00
|
|
|
|
2024-04-04 14:55:17 +03:00
|
|
|
- DataTable: fixed percentage columns, especially for SubstituteTable. Rework column sizing mechanics
|
|
|
|
|
2024-03-08 20:29:12 +03:00
|
|
|
|
|
|
|
[Deployment]
|
2023-08-03 17:57:58 +03:00
|
|
|
- logs collection
|
|
|
|
- status dashboard for servers
|
2024-02-25 20:55:30 +03:00
|
|
|
|
2024-03-08 20:29:12 +03:00
|
|
|
|
|
|
|
[Security]
|
2024-02-25 20:55:30 +03:00
|
|
|
- password-reset leaks info of email being used
|
2024-03-08 20:29:12 +03:00
|
|
|
- improve nginx config. Consider DDOS and other types of attacks on infrastructure
|
2024-06-18 15:07:41 +03:00
|
|
|
- recaptcha for create user and rest password
|
|
|
|
https://yandex.cloud/ru/docs/smartcaptcha
|
2024-03-08 20:29:12 +03:00
|
|
|
|
2024-04-04 14:55:17 +03:00
|
|
|
|
2024-03-08 20:29:12 +03:00
|
|
|
[Research]
|
|
|
|
Research and consider integration
|
2024-04-04 14:34:25 +03:00
|
|
|
- django-allauth - consider supporting popular auth providers
|
2024-03-08 20:29:12 +03:00
|
|
|
- drf-messages
|
|
|
|
|
2024-04-04 14:55:17 +03:00
|
|
|
- backend error message unification
|
|
|
|
https://drf-standardized-errors.readthedocs.io/en/latest/error_response.html
|
|
|
|
|
2024-03-08 20:29:12 +03:00
|
|
|
- radix-ui
|
|
|
|
- shadcn-ui
|
|
|
|
|
|
|
|
- Zod
|
|
|
|
- use-debounce
|
|
|
|
|
|
|
|
- react-query
|
|
|
|
- react-hook-form
|
|
|
|
|
|
|
|
- node-based UI
|