Open
Conversation
…QL Database Configuration and JPA/Hibernate Configuration in application.properties file and you may change username and password of PostgreSQL Database Configuration
…nd repository patterns, and configure PostgreSQL database - Deleted unused classes: User, NotificationType, Role, ServiceStatus, and various service and repository implementations. - Introduced new entity classes for Admin, Customer, Employee, Project, Task, and Vehicle with JPA annotations. - Updated AppointmentStatus and other enums to use enum types. - Created repository interfaces for new entities extending JpaRepository. - Implemented service interfaces and their corresponding implementations for Admin, Appointment, Customer, Employee, Project, Task, TimeLog, and Vehicle. - Added application properties for PostgreSQL database configuration. - Created DTO classes for Admin, Appointment, Customer, Employee, Project, Task, TimeLog, and Vehicle. - Established controller classes for Admin, Appointment, Customer, Employee, Project, Task, TimeLog, and Vehicle.
…le-structure Refactor backend structure: remove unused classes, implement entity a…
…x/vehicle Fix/vehicle
…tables are connected with Appoinment and Project Entity. in Appoinment and Project Entity, only id's and table connection with Employee were mentioned .
…ployee-part1 created EmployeeDTO and Employee Entity entirely with mentioning how …
…th-new Auth new
…th-new-2 Create the customer entity and employee entity
…eatures/progress progress backend
This file contains hidden or 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
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.