Add ToDo list to readme

This commit is contained in:
heliguy4599
2023-10-04 16:51:43 -04:00
parent a47885dde6
commit 97c406b93c

View File

@@ -43,3 +43,20 @@ You're all set! Launch the application by clicking its icon in your app menu or
```shell
flatpak run io.github.flattool.Warehouse
```
# A ToDo list of the current tasks being worked on
- [x] *Add threading to the addition of remotes
- [x] *!Fix no remotes status page not going away when a new remote is added
- [x] *Allow popular remotes window to be closed by pressing Escape
- [x] *Make orphaned data get size in a thread
- [ ] Somehow make installation of apps not freeze the UI
- [x] +Display dependent runtimes in app properties
- [ ]+Filter by runtimes
- [x] +Indicate apps & runtimes that are EOL
[ * = Needed before new release, + = New feature, ! = Bug fix ]
## Ideas that might get added but no promise of happening
- Installing new apps via ID match
- Remember window size
- Pin / unpin runtimes and apps
- Option to uninstall apps when removing a remote
- Make refreshing the main list after install and uninstall happen in a thread