From 3947778a3518cbcde3b9d2040f88faa948807cf3 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:57:58 +0300 Subject: [PATCH] Update TODO's and add repo link --- TODO.txt | 19 ++++++++++++++++++- rsconcept/frontend/src/components/Footer.tsx | 7 ++++++- rsconcept/frontend/src/components/Icons.tsx | 8 ++++++++ .../src/pages/RSFormPage/EditorTermGraph.tsx | 2 +- rsconcept/frontend/src/utils/constants.ts | 3 ++- 5 files changed, 35 insertions(+), 4 deletions(-) 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 (