Public Service will be a customizable service status dashboard and incident tracker.
- Python
- CherryPy
- PyReact
- SQLite3
- Download at least
publicservice,static, andtemplates. - Run
python publicservice/server/server.py. - Open
127.0.0.1:8080/in a web browser.
- See
gulpfile.js - See
src/app.jsx
- Unit testing
- Validation (everywhere!)
- Remaining API methods
- /api/service/<service-id> (
GET, PATCH, DELETE) - /api/incident (GET, POST)
- /api/incident/<incident-id> (GET, PATCH, DELETE)
- /api/service/<service-id> (
- Handling for incident updates
- Remaining React components