Enhance money parsing, profile stats, and user experience (#1057)

* Enhance money parsing and normalization in BackupViewSet

* Refactor money parsing in BackupViewSet for schema safety and enhance profile statistics display with new metrics

* Improve throttling handling in auth hooks to enhance user experience during high-load scenarios

* fix(deps):  update countries-states-cities-database v3.1 (#1047)

update countries-states-cities-database to fixed some cities error

* fix: update appVersion to v0.12.0-main-031526

* feat: enhance CategoryFilterDropdown with event dispatching and URL synchronization. Fixes [BUG] Category Filter not working in v0.12.0
Fixes #990

* feat(profile): add record holders for activities and display details in profile page

* feat: restructure issue templates and enhance contribution guidelines

* Potential fix for code scanning alert no. 50: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Potential fix for code scanning alert no. 51: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: 橙 <chengjunchao@hotmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Sean Morley
2026-03-16 10:35:38 -04:00
committed by GitHub
parent 7ca58202c9
commit 9a88f7b093
21 changed files with 2369 additions and 1354 deletions

44
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,44 @@
## Related Issue
Closes #
If this PR does not resolve an issue, please explain why.
---
## Description
Explain what this PR changes and why.
---
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Refactor / code cleanup
- [ ] Performance improvement
- [ ] Other (please describe)
---
## Checklist
Before submitting this PR, please confirm:
- [ ] I have linked an existing issue
- [ ] The issue is **approved or marked as ready**
- [ ] My changes follow the existing project structure and coding standards
- [ ] I have tested the changes locally
- [ ] Documentation has been updated if necessary
---
## Screenshots (if applicable)
If this PR includes UI changes, please include screenshots or GIFs.
---
Thank you for contributing to **AdventureLog**! Your efforts help make this project better for everyone. Well review your PR as soon as we can. 🙌