diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -18,8 +18,16 @@ Known gaps from initial implementation. Functional for daily use — these are e ## Drafts -- [ ] Add visible hints to quickly identify articles with `draft = true` in frontmatter. The hints can be added to the list view as well as the single view as a badge, color difference, etc. +- [✅] Add visible hints to quickly identify articles with `draft = true` in frontmatter. The hints can be added to the list view as well as the single view as a badge, color difference, etc. ## Transart backend availability -- [ ] Using the `OLLAMA_HOST` variable in transart.py, validate if the backend is available or disable the "translate" button. Maybe add a popup message reminding to activate the runpod for the translation engine to be available.
\ No newline at end of file +- [ ] Using the `OLLAMA_HOST` variable in transart.py, validate if the backend is available or disable the "translate" button. Maybe add a popup message reminding to activate the runpod for the translation engine to be available. + +## Interface + +- [✅] The main articles list should display the type, tags, categories and date fields for each article in both languages. +- [ ] When modifying tags in the taxonomy view, they should be updated in the relevant articles. EG modified the english "regionale" tag to "regional", after saving it, the program should find all english articles with the old "regionale" tag and modify them to the new "regional". + +## keyboard shortcuts +- [ ] The app should follow some standard keyboard shortcuts like Ctrl+q should quit the app.
\ No newline at end of file |
