Add user profile update functionality to planned features for 1.0

This commit is contained in:
Esa Kataja
2025-05-16 08:16:04 +03:00
parent b6a1d4aeaf
commit c3b63a61cc
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -40,3 +40,9 @@
- Static file serving for avatars and country flags
The application is feature complete, but may still contain bugs that will be addressed before the final 1.0.0 release.
## Planned for 1.0.0 (Final Release)
### Features
- Implementation of user profile update functionality to allow users to edit their personal information (name, email, password, avatar, etc.)
- Additional security improvements and bug fixes
+1 -1
View File
@@ -223,7 +223,7 @@ Automated tests are not implemented at this time. Manual testing via the API doc
* [ ] Switch to PostgreSQL from DuckDB
* [x] Implement more comprehensive logging
* [ ] Implement user disabling functionality
* [ ] Implement user password change functionality
* [ ] Implement user profile update functionality (name, email, password, avatar, etc.)
## Contributing