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

Update project dependencies, configs, and UI components #47

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

phamtiendungcw
Copy link
Owner

  • Added System.Formats.Asn1 package to MLS.Api.csproj and MLS.Persistence.csproj.
  • Enhanced Swagger security definition in Program.cs.
  • Cleaned up JWT-related commented-out code in Program.cs.
  • Updated application URLs in launchSettings.json.
  • Added appsettings.Development.json with logging and connection string.
  • Reordered using directives in multiple files.
  • Improved comments in EntityConfigurations.cs and MatLidStoreDatabaseContext.cs.
  • Refactored AddDbContext method in IdentityServiceRegistration.cs.
  • Removed unnecessary using directive in 20240803070055_InitialMigrationDatabase.cs.
  • Updated launch.json to use pwa-edge.
  • Reformatted plugins array in karma.conf.js.
  • Adjusted padding in home.component.html.
  • Overhauled footer.component.html with a detailed footer structure.
  • Replaced placeholder content in header.component.html and login-layout.component.html with detailed structures.
  • Added new methods to various repository interfaces.

PR Classification

Code cleanup and feature enhancement.

PR Summary

This pull request includes code cleanup, feature enhancements, and UI updates.

  • Program.cs: Updated Swagger configuration and removed commented-out JWT code.
  • footer.component.html: Overhauled footer structure with a gradient background and social media links.
  • header.component.html: Replaced simple paragraph with a complex navigation bar and mobile menu.
  • IAuthenticationService.cs: Added ValidateUserCredentialsAsync method.
  • IProductRepository.cs: Added IsProductNameUniqueAsync method.

- Added `System.Formats.Asn1` package to `MLS.Api.csproj` and `MLS.Persistence.csproj`.
- Enhanced Swagger security definition in `Program.cs`.
- Cleaned up JWT-related commented-out code in `Program.cs`.
- Updated application URLs in `launchSettings.json`.
- Added `appsettings.Development.json` with logging and connection string.
- Reordered using directives in multiple files.
- Improved comments in `EntityConfigurations.cs` and `MatLidStoreDatabaseContext.cs`.
- Refactored `AddDbContext` method in `IdentityServiceRegistration.cs`.
- Removed unnecessary using directive in `20240803070055_InitialMigrationDatabase.cs`.
- Updated `launch.json` to use `pwa-edge`.
- Reformatted `plugins` array in `karma.conf.js`.
- Adjusted padding in `home.component.html`.
- Overhauled `footer.component.html` with a detailed footer structure.
- Replaced placeholder content in `header.component.html` and `login-layout.component.html` with detailed structures.
- Added new methods to various repository interfaces.
@phamtiendungcw phamtiendungcw merged commit 91904ac into master Aug 12, 2024
1 check passed
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