update TODOs

This commit is contained in:
nek0 2022-07-24 11:40:24 +02:00
parent f6e4d4df0b
commit 9f88c158ff

19
TODO.md
View file

@ -17,25 +17,28 @@
### Required ### Required
- [ ] Hash Passwords - [x] Hash Passwords
- [ ] Deactivation of idle users with reactivation procedure - [x] Deactivation of idle users
- [ ] Mangement of security mechanism(s) - [x] Reactivation procedure for idle users
- [ ] Manage user name - [x] Mangement of security mechanism(s)
- [x] Manage user name
### Optional ### Optional
- [ ] Manage further metadata - [ ] Manage further metadata
(E-mail, avatar, (XMPP?)) (E-mail, avatar, (XMPP?))
- [ ] Make idle for users time configurable
- [ ] Close and delete account - [ ] Close and delete account
- [ ] Imlement Challenge-Response security mechanism
## Product management ## Product management
### Required ### Required
- [ ] Show product amount in stock - [x] Show product amount in stock
- [ ] Correct product amount in stock - [x] Correct product amount in stock
- [ ] Book product amount changes - [x] Book product amount changes
- [ ] Manage product metadata - [x] Manage product metadata
(name, unit, bundle, price, category, EAN, supplier) (name, unit, bundle, price, category, EAN, supplier)
- [ ] JSON-Export like in matemat - [ ] JSON-Export like in matemat