Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lookinfome/vaxtrack_v1.1.0
Vax Track v1.1.0, built with ASP.NET MVC, now features a restructured architecture, a new DTO layer, normalized model relationships, redefined service methods, an enhanced admin page with additional charts, and an updated UI for improved usability.
https://github.com/lookinfome/vaxtrack_v1.1.0
ajax asp-net-core asp-net-mvc bootstrap csharp css html javascript sqlite
Last synced: 18 days ago
JSON representation
Vax Track v1.1.0, built with ASP.NET MVC, now features a restructured architecture, a new DTO layer, normalized model relationships, redefined service methods, an enhanced admin page with additional charts, and an updated UI for improved usability.
- Host: GitHub
- URL: https://github.com/lookinfome/vaxtrack_v1.1.0
- Owner: lookinfome
- Created: 2024-11-25T10:01:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T11:43:16.000Z (28 days ago)
- Last Synced: 2024-12-07T17:08:54.075Z (18 days ago)
- Topics: ajax, asp-net-core, asp-net-mvc, bootstrap, csharp, css, html, javascript, sqlite
- Language: C#
- Homepage:
- Size: 39.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
# Vax Track v1.1.0
## New Addition
- NA## Updates
- Restructured the application architecture.
- Added a DTO layer (missing in previous version)
- Normalized and restructured the model relationships (normalization was missing in previous version)
- Updated the all-over application UI.
- Redesigned and enhanced the admin page with additional charts for better insights.## Fixes
- Redefined service methods based on the new model structure.
- Removed password column from DB with use of IdentityUser class.