Portal/TODO.txt
2024-10-30 10:36:25 +03:00

84 lines
2.6 KiB
Plaintext

!! This is not complete list of TODOs !!
For more specific TODOs see comments in code
[Bugs - PENDING]
- Tab index still selecting background elements when modal is active
[Functionality - PENDING]
- Landing page
- Design first user experience
- Demo sandbox for anonymous users
- User profile: Settings + settings server persistency
- Profile pictures
- Integrate socials and feedback
- Custom LibraryItem lists
- Custom user filters and sharing filters
- Static analyzer for RSForm as a whole: check term duplication and empty conventions
- OSS clone and versioning
- Focus on codemirror editor when label is clicked (need React 19 ref for clean code solution)
- Draggable rows in constituents table
- M-graph visualization for typification and RSForm in general
- replace reagraph with react-flow in TermGraph and FormulaGraph
- Search functionality for Help Manuals
- Export PDF (Items list, Graph) - use google search integration filtered by site?
- ARIA (accessibility considerations) - for now machine reading not supported
- Internationalization - at least english version. Consider react.intl
- Sitemap for better SEO and crawler optimization
[Functionality - CANCELED]
- User notifications on edit - consider spam prevention and change aggregation
- Content based search in Library
- Home page (user specific)
- Private projects. Consider cooperative editing
- OSS: synthesis table: auto substitution for diamond synthesis
[Tech]
- duplicate syntax parsing and type info calculations to client. Consider moving backend to Nodejs or embedding c++ lib
- add debounce to some search fields. Consider pagination and dynamic loading
- move autopep8 and isort settings from vscode settings to pyproject.toml
- Test UI for #enable-force-dark Chrome setting
- Testing: frontend react components, testplane / playwright?
- Documentation: frontend base components at least
[Deployment]
- logs collection
- status dashboard for servers
[Security]
- improve nginx config. Consider DDOS and other types of attacks on infrastructure
- recaptcha for create user and rest password
https://yandex.cloud/ru/docs/smartcaptcha
[Research]
Research and consider integration
- django-allauth - consider supporting popular auth providers
- skeleton loading
https://react.dev/reference/react/Suspense
- backend error message unification
- drf-messages
https://drf-standardized-errors.readthedocs.io/en/latest/error_response.html
- semantic json diff
https://stackoverflow.com/questions/28838170/multilevel-json-diff-in-python
- Documentation platform. Consider diplodoc
- radix-ui
- shadcn-ui
- Zod
- react-query
- react-hook-form