diff --git a/TODO.txt b/TODO.txt index 8c9687f9..640618f5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,6 +2,23 @@ This list only contains global tech refactorings and tech debt For more specific TODOs see comments in code +[Functionality] +- home page +- manuals +- текстовый модуль для разрешения отсылок +- компонент для форматирования в редакторе текста (формальное выражения + отсылки в тексте) +- блок нотификаций пользователей +- блок синтеза +- блок организации библиотеки моделей +- проектный модуль? +- обратная связь - система баг репортов + +[Tech] - Use migtation/fixtures to provide initial data for testing - USe migtation/fixtures to load example common data -- Add HTTPS for deployment \ No newline at end of file + +[deployment] +- HTTPS +- database backup daemon +- logs collection +- status dashboard for servers diff --git a/rsconcept/frontend/src/components/Footer.tsx b/rsconcept/frontend/src/components/Footer.tsx index 92e167e1..2b486722 100644 --- a/rsconcept/frontend/src/components/Footer.tsx +++ b/rsconcept/frontend/src/components/Footer.tsx @@ -1,14 +1,19 @@ import { Link } from 'react-router-dom'; import { urls } from '../utils/constants'; +import { GithubIcon } from './Icons'; function Footer() { return (