village selection
Summary by CodeRabbit
-
New Features
- Introduced village selection functionality for teams, allowing users to submit, retrieve, and update village selection data.
- Added village assignment method for multiple teams based on staff privileges.
- Implemented village assignment email notifications for team members.
-
Documentation
- Updated validation decorators for
SearchVillageSelectionParams
class to ensure correct data types and formats.
- Updated validation decorators for
-
Refactor
- Modified
ActivityLogEvent
enum to include a new event. - Updated
TeamArtifactMetadataType
declaration to include additional types.
- Modified
-
Tests
- Enhanced query parameters in
team-artifacts.service.spec.ts
for better testing coverage.
- Enhanced query parameters in
Edited by CodeRabbit