Writing meaningful git commit messages
PreviousGood code documentation for better git workflowsNextAtomic commits in git & it's benefits for software teams
Last updated
Add user profile picture upload feature
This commit adds the ability for users to upload profile pictures from their account settings. It includes the necessary backend API endpoints and frontend components for the new feature. Resolves #345.Fix login form validation bug
The previous validation logic caused an issue where the login form did not display the correct error message for invalid passwords. This commit updates the validation to handle password errors properly. Closes #678.Refactor data fetching methods for better performance
This commit refactors the data fetching methods to utilize asynchronous calls, resulting in a significant performance improvement for large datasets. Also, the code structure has been optimized to enhance maintainability. Addresses #456 and #789.Add API documentation for public endpoints
This commit adds detailed API documentation for all public endpoints to improve developer onboarding and clarify proper usage of the API. Documentation is available at /api/docs. Fixes #987.