Contract Monthly Claim System (CMCS)
This workspace contains the prototype and Part 2 implementation for the PROG6212 Portfolio of Evidence assignment.
Structure:
- src/CMCS - ASP.NET Core MVC application (prototype + Part 2 features)
Notes:
- The repository uses an in-memory store for claims. No database is required to run the demo.
- To run this project you need .NET 7 SDK installed.
Status:
- Part 1: GUI prototype created (non-functional front-end available in Views).
- Part 2: Claim submission, approval/rejection, file upload wiring added (in-memory storage).
Refer to POE_Part2_Report.docx for the formal Part 2 Word document required for submission.