-
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
Show IMS number and "create incident" button on Field Report page #372
Comments
OODs have also requested the ability to have a new Incident be created upon submitting a (Field) Incident Report for which it is known a corresponding Incident does not already exist. (OTDB 2023 #234; from OOD AAR). |
I'm going to take a shot at @prqpn's request |
Previously the call to create an incident report ignored any incident report numbers that were set in the request. I want to have this in order to address Porcupine's request here #372 (comment)
OK, so here's my plan: we'll create a new view-only "IMS #" field on the Field Report page. If there's not an IMS # already for the FR, then we'll show a button to let the user create one. We'll only show the button if the user has writeIncidents permissions. While I'm in here, I'd also like the make the FR instructions collapsible, since they're very long and noisy for operators. We can have the instructions be visible by default, but hidden for people with writeIncidents permissions. |
Thanks Abraham! Just to double check where you're going with this:
Is my understanding correct? +1 to implementing all of that, and +1 to collapsable instructions (and hiding them intelligently based on user role). If the "read only field" to display the attached IMS # is in fact a link to the Incident in question, I would suggest that should also be a button, if the user has In which case I think the UI change cases are:
fwiw, I think the original request from @virtual256 was to create a separate field for
To be clear, I think the improvements you are proposing (i.e., the first / second bulleted lists above) are helpful and I am +1 to both. But they are slightly different from what I understood the spirit of the request to be. I might suggest that these might be separate feature improvements / issue #'s here. |
Hey @kimballa , your understanding of my next steps (which are now in a PR) are almost totally correct. The one correction (relevant to your text afterward too) is that I provide the linkified incident number even for people without readIncidents. They can click on it and get a "permission denied", but that's consistent with the rest of the system (indeed, we show incident numbers in the Field Reports table page, even for people without readIncidents). I see what you mean about @virtual256 's ask versus my suggestion. Hmmm...I'll ponder that. Let's discuss it when we talk soon Sidebar: the "attached incident reports" dropdown is now easier to work with, so that's cool, and makes the Operator's situation a fair bit better: #1319 |
nice! (And, a button that leads to "permission denied" is also fine imo.) btw, I think it's actually totally reasonable in #1319 to just not show field reports attached to some other incident. So long as there's an easy way (which I think there is) to unattach a FR from a given incident, a workflow of "consciously unattach, followed by re-attach to new target" seems reasonable for that fairly rare case, and eliminates clutter in the more common case of "Attach an unattached FR to this incident." |
Frequently, experienced Rangers will stop by the Operator shack to get the relevant IMS number for their Field Incident Report. As is, this will usually get entered into the subject line. Adding a dedicated place for this (and possibly a note to stop by the Operator shack) will help to streamline the process of attaching FIRs to IMS entries.
The text was updated successfully, but these errors were encountered: