-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Backend Project Creation
estructura paquete
delete archivos en blanco
Creaciòn de Paquetes
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
feat(frontend):diseño dashboard
- 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
Feature/design
--ParentDash
Cambio detalle herramientas
--notifications
--servicioActualizado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.