backend-service/internal
ats-tech25 df39550eb1 feat(admin): Implement comprehensive CLI admin management functionality
- Add new `internal/cli/admin.go` package for admin management
- Implement interactive admin account creation with secure password input
- Add CLI command for creating admin accounts with flexible input options
- Implement validation for admin account creation details
- Support both interactive and flag-based admin account creation
- Integrate with existing user and authentication services
- Update go.mod and go.sum with new dependencies and version upgrades
Enhances system administration capabilities by providing a flexible CLI tool for creating admin accounts with robust security and usability features.
2025-11-06 09:13:26 +00:00
..
cli feat(admin): Implement comprehensive CLI admin management functionality 2025-11-06 09:13:26 +00:00
config feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
database feat(services): Implement comprehensive booking service with Jitsi integration 2025-11-05 15:42:59 +00:00
handlers feat(admin): Implement comprehensive admin management functionality 2025-11-05 16:58:34 +00:00
middleware feat(auth): Implement comprehensive authentication and authorization middleware 2025-11-05 15:21:56 +00:00
models refactor(models): Enhance notification and schedule model structures 2025-11-05 15:07:28 +00:00
repositories feat(admin): Implement comprehensive admin management functionality 2025-11-05 16:58:34 +00:00
server feat(admin): Implement comprehensive admin management functionality 2025-11-05 16:58:34 +00:00
services feat(admin): Implement comprehensive CLI admin management functionality 2025-11-06 09:13:26 +00:00
templates feat(booking): Implement comprehensive booking management functionality 2025-11-05 16:35:36 +00:00