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

Add Changes from Rebase #44

Merged
merged 36 commits into from
Aug 26, 2023
Merged

Add Changes from Rebase #44

merged 36 commits into from
Aug 26, 2023

Conversation

russkyc
Copy link
Owner

@russkyc russkyc commented Aug 26, 2023

No description provided.

russkyc and others added 30 commits June 20, 2023 14:10
Signed-off-by: russkyc <[email protected]>
Signed-off-by: russkyc <[email protected]>
Make address properties and contact info properties nullable to support optional fields in the user interface. Add ReloadCustomers and ReloadNotifications methods to view model interfaces to allow refreshing data. Clean up comments in IAppointmentsViewModel.

Signed-off-by: russkyc <[email protected]>
Update the default app setting to enable dark mode for better user experience and reduced eye strain.

Signed-off-by: russkyc <[email protected]>
- Create RoleListCardTemplate.xaml and .xaml.cs for displaying roles
- Update EmployeeListCardTemplate design width and related UI changes
- Modify EmployeesView.xaml and InventoryView.xaml to include new template and UI updates

Signed-off-by: russkyc <[email protected]>
Changed GetNotifications to ReloadNotifications with public visibility in DashboardViewModel. Added ReloadAppointments and ReloadCustomers methods to AppointmentsViewModel and CustomersViewModel for better synchronization. Updated other ViewModels accordingly.

Signed-off-by: russkyc <[email protected]>
Separate the Login() method in LoginViewModel into smaller methods focused on specific actions like authentication, handling failed attempts, and starting a session. This improves readability and maintainability of the code.

Signed-off-by: russkyc <[email protected]>
- The original code in LoginViewModel was changed to enhance clarity and readability.

Signed-off-by: russkyc <[email protected]>
- Added a new DataAccessProvider class implementing IDataAccessProvider interface.

- Add New corresponding unit tests for DataAccessProvider.

Signed-off-by: russkyc <[email protected]>
- Deleted 'Groomwise.Application.Tests' and 'Groomwise.Infrastructure.Tests', and consolidated them into 'Groomwise.Tests'.

Signed-off-by: russkyc <[email protected]>
…ider

- Introduced a generic Repository Interface (IRepository) and its implementation (RepositoryProvider) for abstracting data access operations.

- IDataAccessProvider has been refactored to clarify the interface's generic type.

Signed-off-by: russkyc <[email protected]>
- Add entity classes (Account, Appointment, Product, Customer, Pet, Address) and an IEntity interface to the GroomWise.Domain project.

Signed-off-by: russkyc <[email protected]>
- Added new entities (GroomingService, Notification, Role, Session, ContactInfo, Employee) and enums (NotificationType, AppointmentStatus).

Signed-off-by: russkyc <[email protected]>
- AddCustomerController and tests to ensure functionality.

- Customer entity updated with a new 'Suffix' field.

Signed-off-by: russkyc <[email protected]>
Signed-off-by: russkyc <[email protected]>
 - Deleted two existing projects, namely 'GroomWise.Services' and 'GroomWise.ViewModels' to consolidate their functionalities into 'GroomWise.Application' and 'GroomWise.ViewModel'.

- Includes new classes related to database functionality and logging service and also included a unit test project, 'GroomWise.Tests', to add test coverage for the service layer. This is imperative for ensuring the sustainability of the codebase through automated testing.

- This structural change aids in better organization and decoupling of the codebase, thereby facilitating increased maintainability and extensibility.

Signed-off-by: Russell Camo <[email protected]>
Signed-off-by: Russell Camo <[email protected]>
Signed-off-by: Russell Camo <[email protected]>
Signed-off-by: Russell Camo <[email protected]>
@russkyc russkyc merged commit 3cc3f0c into master Aug 26, 2023
2 checks passed
@russkyc russkyc deleted the refactor-rebase branch August 26, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant