-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allegations
table addition for incidents
#983
Comments
allegations
table addition for incidents
From @AetherUnbound, we need all of the various allegation formats. |
Our allegations usually have the following format (here's an example):
|
Hey @AetherUnbound! Would it make sense for each allegation to have a FK link to an officer? Should that FK be a non-null field? For incident type, do we have a set of values you'd like to keep them locked to? |
Well, something like this makes initial sense to me:
We'd likely need a list of strings for valid values of |
Ooo this is great, I'll take a look and respond tomorrow! |
I updated the |
I think that works! As long as it's not unique to
The thing is, I could see this being different per-department based on their approach for handling allegations. I don't want to base the values exclusively off of Seattle PD's approach. Do you think these could be open string fields for now, and then we could change our approach to how we enter them? Something like, a dropdown of available options to select from with the option to insert an arbitrary value 🤔 |
There isn't a unique constraint on it, we're good there! With the current structure, it may be easier to just leave them as empty fields and let people enter things in them as they like. I think pre-populating them would require a different structure. |
What issue are you seeing?
Add
allegations
forincidents
.The text was updated successfully, but these errors were encountered: