CZ3003 Project - SG Emergency Force System. The web application created is for a NTU graded lab assignment and is in no way or form associated with any emergency force or system.
Refer to this pdf document for more information about the project requirements and background.
SG-EF
, also called the SG Emergency Force System
, is a prototype Web app + RESTful API server app that the SG Emergency Force uses for communication of crisis combat instructions
with its sub-divisions. The SG-EF
system receives new crisis
events and executive orders from the Crisis Management Office System and will be responsible for updating back to the CMO System real-time updates when situation about the crisis changes.
- Emergency Force HQ
- EF Assets (Emergency Force HQ sub-divisions)
- Crisis Management Office System
The software web application is able to perform movement tracking of EF Assets and represent their movement across the Singapore map through Google Map visualization for each crisis.
Through real-time chat interface embedded into the application, the SG Emergency Force can communicate with NESIMS
stakholders real-time, allowing the EF to be responsive to emerging crises.
Websocket technology improve the responsiveness of the SG Emergency Force by enforcing real-time push notifications and updates through an event-driven approach.
Link to our product demo here 👉 https://www.youtube.com/watch?v=pQ2zexw5RXo&feature=youtu.be
- Websocket
- JQuery
- AJAX
- CSS
- Django Web Application
- Django REST Framework