A mock system simulating real-world subsidy application and approval flows used by local governments and public agencies.
This project models the process of submitting and reviewing public subsidy applications. Inspired by real systems such as Korean public support platforms and UK local council grant portals, it enables citizens to apply for support and officials to review and manage those requests securely and efficiently.
Feature | Description |
---|---|
Application Submission | Step-by-step form for citizens to fill and submit requests |
Status Tracking | Applicants can check current progress (received, under review, approved, rejected) |
Document Upload | Upload supporting documents like proof of income or ID |
Admin Panel | Case managers can assign reviewers and update statuses |
Eligibility Check | Basic logic to assess if applicant meets initial conditions |
I developed both applicant and reviewer sides of the system, created eligibility rule logic, and structured the admin panel. It demonstrates my ability to design user-facing forms and handle role-based workflows in government-inspired systems.