Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.