From c3b63a61cca702e4e000b62ac55bc567b90971b1 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Fri, 16 May 2025 08:16:04 +0300 Subject: [PATCH] Add user profile update functionality to planned features for 1.0 --- CHANGES.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9ff8a2e..ebe7b57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index 18033df..209ee4e 100644 --- a/README.md +++ b/README.md @@ -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