You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently split between two model paradigms and it makes things a bit confusing when updating and creating new models.
We have some models (specifically Incidents) that are based off of the ModelView object:
Trying to work in both paradigms is a bit difficult and adds a lot of confusion to the general development process. If we could move to one or the other, that'd be ideal.
What issue are you seeing?
We are currently split between two model paradigms and it makes things a bit confusing when updating and creating new models.
We have some models (specifically
Incidents
) that are based off of theModelView
object:OpenOversight/OpenOversight/app/main/model_view.py
Lines 14 to 22 in 6c08a17
We then have some (
Departments
,Officers
, etc.) that are dealt with through the use of routes:OpenOversight/OpenOversight/app/main/views.py
Lines 323 to 361 in 6c08a17
Trying to work in both paradigms is a bit difficult and adds a lot of confusion to the general development process. If we could move to one or the other, that'd be ideal.
cc: @abandoned-prototype @AetherUnbound @sea-kelp @dismantl
The text was updated successfully, but these errors were encountered: