Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

status enumeration #425

Open josh-chamberlain opened 3 months ago

josh-chamberlain commented 3 months ago

Context

statuses/statii can be good things to enumerate. Using a numbering system helps us group and understand them relative to other statii, but is not always necessary

Here's a nice example: https://help.whiplash.com/hc/en-us/articles/360053068472-Order-Statuses

Requirements

Add enums for the following:

Tests

Docs

Open questions