Add user profile update functionality to planned features for 1.0
This commit is contained in:
@@ -40,3 +40,9 @@
|
|||||||
- Static file serving for avatars and country flags
|
- 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.
|
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
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ Automated tests are not implemented at this time. Manual testing via the API doc
|
|||||||
* [ ] Switch to PostgreSQL from DuckDB
|
* [ ] Switch to PostgreSQL from DuckDB
|
||||||
* [x] Implement more comprehensive logging
|
* [x] Implement more comprehensive logging
|
||||||
* [ ] Implement user disabling functionality
|
* [ ] Implement user disabling functionality
|
||||||
* [ ] Implement user password change functionality
|
* [ ] Implement user profile update functionality (name, email, password, avatar, etc.)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user