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