feat: add TODO list for new features, existing features, and bugs

This commit is contained in:
Flavio Fois
2026-02-10 22:30:16 +01:00
parent fc98f0ed74
commit b68c173d2a

11
TODO.md Normal file
View File

@@ -0,0 +1,11 @@
# New Features
- [ ] Add an option to select the folder to save Attachments to, instead of always saving to the Downloads folder.
- [ ] Create a sorta of "Bug Reporter" loader, to load the .ZIP file with the Bug Report data, and replicate the same enviroment as the user, to investigate the issue. (EML file, settings)
# Existing Features
- [ ] Add seperated "Updater" binary, that will start on User login (via Scheduled Task), with a silent install mode.
- [ ] Attach localStorage, config file to the "Bug Reporter" ZIP file, to investigate the issue with the user enviroment.
- [ ] Auto-send the "Bug Reporter" ZIP file to the support team, to investigate the issue with the user enviroment.
# Bugs
- [ ] Missing i18n for Toast notifications (to investigate)