-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cleanup: rename "Incident Reports" as "Field Reports" #1469
Comments
srabraham
added a commit
that referenced
this issue
Dec 20, 2024
this leaves some API references (via _url.py) as the only remaining bits of "incident report" usage in the legacy web client #1469
srabraham
added a commit
that referenced
this issue
Dec 20, 2024
this leaves some API references (via _url.py) as the only remaining bits of "incident report" usage in the legacy web client #1469
srabraham
added a commit
that referenced
this issue
Dec 20, 2024
srabraham
added a commit
that referenced
this issue
Dec 20, 2024
srabraham
added a commit
that referenced
this issue
Dec 21, 2024
this takes us most of the way down to the persistence layer #1469
srabraham
added a commit
that referenced
this issue
Dec 21, 2024
this takes us most of the way down to the persistence layer #1469
srabraham
added a commit
that referenced
this issue
Dec 21, 2024
now I really think we're just down to the database level #1469
srabraham
added a commit
that referenced
this issue
Dec 21, 2024
now I really think we're just down to the database level #1469
alright, all that's left is to alter the schemas |
srabraham
added a commit
that referenced
this issue
Jan 2, 2025
This moves over the persistence layer from the old "Incident Report" name, and this is the last of that extensive migration. #1469
srabraham
added a commit
that referenced
this issue
Jan 2, 2025
This moves over the persistence layer from the old "Incident Report" name, and this is the last of that extensive migration. #1469
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did a surface level rename of "Incident Reports" to "Field Reports" last month, so as far as users are concerned, the migration is already done. See #371 and #1378
This issue is about pushing that rename through the rest of the system, i.e. through all the web client code, the API, the server code, and (maybe eventually) the database.
I've pretty much finished moving over the web client code at this point, via #1466 #1467 #1468 #1470
Next up is the API layer
The text was updated successfully, but these errors were encountered: