This commit is contained in:
Álvaro González 2026-03-14 15:32:35 +01:00
parent 7484c1b093
commit 8bd82fe28a

View file

@ -75,4 +75,8 @@
- The application will accept *.d4rtf files with the same format of files in ./assets . - The application will accept *.d4rtf files with the same format of files in ./assets .
- The application will accept also shared text, with same format as files in ./assets. - The application will accept also shared text, with same format as files in ./assets.
- The loaded formulaelemets will be added to the GetIt.instance.get<Corpus)() - The loaded formulaelemets will be added to the GetIt.instance.get<Corpus)()
- [ ] Preview of imported formulalements
- The screen will receive a list of FormulaElements to import
- The formulas will have a "edit" button to show a FormulaEditor with the formula
- The screen will have an "import all" button to import all the FormulaElements in the list. This will call Corpus.addFormulaElement() for each element, and then pop the screen.
- [ ] Add a uuid column to the table or FormulaElements, so it is not necessary to load all the formulas to find a formula by uuid. This will improve performance when updating and deleting. - [ ] Add a uuid column to the table or FormulaElements, so it is not necessary to load all the formulas to find a formula by uuid. This will improve performance when updating and deleting.