-
Notifications
You must be signed in to change notification settings - Fork 6
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
Predict what prioritization to give a mission in a datalist #81
Comments
To grab this auto-magically, use the prioritization for it that's used in a recent datalist (3rd column...1st is the path, 2nd is the format code, 3rd is priority for gridding). The awkward thing about this idea is that by default, prioritization is the value of 1. But when something is wished to be used at higher priority, we've been giving it orders of magnitude greater value, so a value of 1 might actually mean lower priority. |
Does this information populate a field in the database? |
I was just mulling about how to grab the info with a look-up script. Not sure it's a good idea to do so this way. The new Mission table booleans for "failed" "testing" etc could be increased to include some yes/no indication that a survey could be used but with caution. That would allow it to be a field by which one could filter a search or trigger a red alert on the Mission Details page, without requiring a specific value or string. The quality_comment field could be where the reason why the mission is to be used with caution is given. |
Building on the previous comment, for datalists (which should be structured like |
From the Use Case document:
Footnote:
The text was updated successfully, but these errors were encountered: