Enhance and review Wiki pages.
Write a new documentation page for POSTing new record v1.1.
[API] Save files as object with details in new DB table.
[API] Upload voice files in Laravel storage instead of AWS directly.
Improve categories controller and remove non-used code.
Test new profile edit screen on build 22.
Test new settings screen on build 21.
Renew AWS S3 credentials and put it inside configurations.
Review Upload files and remove AWS S3 credentials from code.
Design settings screen and write the technical details in the wiki.
Document the details of update user profile in the wiki.
[API] Implement user edit.
Use first two characters of user name as a default avatar.
Extend caching time for user avatars and add timestamp for last update to refresh cached file.
Review project documentation.
Review iOS build 19 and comment on Github issues.
[API] Prepare user details for record screen.
[API] Unify categories data source.
[API] Unify author details return in all endpoints.
[API] Return categories as array instead of dictionary.
[API] Add pagination on categories endpoint with limit of 20 item per call.
[API] Enhance reply endpoint to detect user and save user_id with reply details.
[API] Validate user token when POST record and save real user_id for records.
Making category members list show only participated users.
Show real category stat numbers.