added more feature requests

This commit is contained in:
Jens Timmerman 2020-08-19 20:31:48 +02:00
parent 5daa79170b
commit 48ecd7e774
1 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,12 @@ The object of this django app is to keep track of which goods you own, when they
# feature requests # feature requests
## High ## High
- Add itmes per location, click a location and then start adding items with the location list prepopulated
- auto refresh dropdown boxes after items have been added in admin view, so page reload is not needed
- auto parse dates in different date formats when given in a datefield. e.g. 20 12 2020 or 2020 12 20 to 2020-12-20
- also make ipad show the numbered keyboard here
- actually perhaps a date scroller is nicer here
- units always minor case
- make expirations a calendar view, generate ics file to import - make expirations a calendar view, generate ics file to import
- public wishlist - public wishlist
- easy clearing of shopping list - easy clearing of shopping list
@ -50,12 +56,15 @@ The object of this django app is to keep track of which goods you own, when they
# medium high # medium high
- mobile app - mobile app
- (requires rest api?) - (requires rest api?)
- garden something? layout
- journal of things thrown away
# medium # medium
- make work offline - make work offline
- add users - add users
- federated? use sqrl instead of passwords? - federated? use sqrl instead of passwords?
# medium low # medium low
- allow for lending stuff out - allow for lending stuff out
- auto mailings when things should be returned? - auto mailings when things should be returned?