This project is an application management system for the Dean AP Office, IIT Bombay.
- Inward: A pending application or document
- Outward: A reviewed application, requires no further deliberation
- A unique system-generated
id - The applicant's
roll_number - The
dateof submission of the application nameof the applicantdepartmentof the applicantsubjectof the applicationremarks, if any, on the applicationapplication_document: a key for whether it's an application or a documentstate: '0' indicates Inward and '1' indicates Outward
- An admin panel for directly managing applications
- Display list of 'inward' applications
- Display list of 'outward' applications
- Retrieve the data of an existing application
- Create a new application
- Convert an 'inward' application to an 'outward' application after review and editing
- Updating an existing application