1 files changed, 4 insertions, 3 deletions
diff --git a/plan.md b/plan.md
index 3588bf8..9d73806 100644
--- a/plan.md
+++ b/plan.md
@@ -7,7 +7,7 @@
- [x] MongoDB CRUD operations and Mongoose modeling (with Joi validation)
- [ ] Complete data and input validation (including ObjectId validation)
- [x] Middleware functions
-- [ ] A detailed deployment step-by-step plan: the application must be deployed on a cloud server and publicly accessible
+- [x] A detailed deployment step-by-step plan: the application must be deployed on a cloud server and publicly accessible
- [x] REST Client API calls provided for all API endpoints
- [x] Comprehensive API documentation
@@ -17,14 +17,15 @@
- [x] Registration
- [ ] Validation based on type
- [x] Login
- - [-] Logout
+ - [x] Logout
- [x] Delete
- [ ] Password reset
- [ ] User profile management
- - [ ] Device management
+ - [x] Device management
- [ ] Organisation (who's coming? announcement of events, ...)
- [ ] Budgeting with tracking
- [x] Get current budget
+ - [x] Add money (monitor)
- [ ] Review spending history
- [ ] Request additional budget in case of emergency
- [x] Emergency alarm
|