MythEclipse
4ecdcd12d2
feat: Add administrator permissions to PermissionsEnum and update related team management functionality
2025-09-25 20:57:31 +07:00
MythEclipse
dd4a73e360
feat: Add comprehensive admin team management functionality with new permissions and endpoints
2025-09-25 20:28:08 +07:00
MythEclipse
49e0a89ad1
feat: Enhance team management and permissions structure with detailed DTOs and service methods
2025-09-25 20:18:16 +07:00
MythEclipse
82b85abe8f
a
2025-09-25 17:29:17 +07:00
MythEclipse
df11aa5eb8
a
2025-09-25 17:26:39 +07:00
MythEclipse
ac44867ec1
feat: Add member team management functionality with detailed DTOs and service methods
2025-09-22 17:38:54 +07:00
MythEclipse
7205afe43b
feat: Implement admin team management endpoints with permissions and DTOs
2025-09-22 17:25:02 +07:00
MythEclipse
b1c678c72b
feat: Add public team listing and detail endpoints with DTOs for public access
2025-09-22 17:07:14 +07:00
MythEclipse
fa3687c6be
feat: Add team-related DTOs and update routes for team management
2025-09-22 16:55:03 +07:00
MythEclipse
ba46a19a5a
refactor: Replace surrealdb_helpers with integrated query builder methods for improved clarity and functionality
2025-09-22 16:38:07 +07:00
MythEclipse
8cdbca24ba
feat: Enhance query builder with new condition methods and safe query execution
2025-09-22 16:09:22 +07:00
MythEclipse
8f981572cd
feat: Introduce surrealdb_helpers for query building and execution utilities
2025-09-22 15:06:37 +07:00
MythEclipse
39b75f410f
Add unit tests for TeamsRepository and TeamsService
...
- Implement tests for team creation, retrieval, updating, and deletion in TeamsRepository.
- Add tests for team member management including adding and removing members.
- Create tests for team invitations and searching teams.
- Ensure proper cleanup of test data after each test case.
- Validate unauthorized operations for team management.
2025-09-22 14:59:38 +07:00