Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deyvicz #50

Merged
merged 183 commits into from
Sep 20, 2024
Merged

Deyvicz #50

merged 183 commits into from
Sep 20, 2024

Conversation

DVTecno
Copy link
Collaborator

@DVTecno DVTecno commented Sep 20, 2024

No description provided.

Jaracax and others added 30 commits August 28, 2024 20:29
estructura paquete
delete archivos en blanco
feat(frontend):diseño pagina inicio y registro usuarios
Se agregaron mas detalles
…ement, and CORS

- Added JwtTokenValidator to validate JWT tokens in the security filter.
- Implemented AuthenticationController and StatusServerController to handle authentication and server status requests.
- Introduced DataLoader for initial data seeding.
- Created DTOs for authentication and registration processes, including AuthLoginRequest, AuthRegisterRoleRequest, AuthRegisterUserRequest, and more.
- Added new entities: Admin, Parent, PermissionEntity, RoleEntity, Student, Teacher, and UserEntity.
- Defined enums for permissions and roles: PermissionEnum and RoleEnum.
- Created custom exceptions for JWT expiration, invalid token, user not found, and user already exists.
- Added global exception handler and access denied handler for consistent error handling.
- Implemented repositories for Admin, Parent, Permission, RoleEntity, Student, Teacher, and UserEntity.
- Configured security settings in SecurityConfig and set up initial roles with RoleSetup.
- Implemented CORS configuration to allow cross-origin requests.
- Enhanced password validation by adding a random prefix to the password, including an uppercase letter, a lowercase letter, and a special character.
- Implemented services for managing users, roles, permissions, and profiles.
- Utility classes added: JwtUtils for JWT operations, PasswordUtil for password encoding/validation with random prefix, and ResponseUtils for standardized API responses.
- Updated application properties and added a custom banner for application startup.
- Removed placeholder 'gitkeep' files from various directories.
feat(frontend):diseño email template
- Added  method to  interface.
- Implemented  method in .
- Exposed new endpoint for retrieving all roles.
- Updated project to support new roles retrieval functionality for frontend integration.
refactor(frontend):ajustes styles.css y formato img
feat(frontend):diseño dashboard administrador
feat(frontend):diseño notificaciones
refactor(frontend):estilos en linea dentro HTML
DeyviCZ and others added 28 commits September 19, 2024 11:01
@DVTecno DVTecno added the enhancement New feature or request label Sep 20, 2024
@DVTecno DVTecno merged commit 159a2d2 into main Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants