Skip to content
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

[Feature req] Creators and superusers add additional info to tasks #190

Open
massey21 opened this issue Dec 16, 2023 · 1 comment
Open

Comments

@massey21
Copy link

It would be awesome if tool superusers and the user who created a task could update or append additional information to the task. All of the alternatives are ugly -- duplicate tasks, excessive emails, lost information!

For my facility, I wouldn't even mind if any user could update any task, but I can understand how this level of openness might not be desirable in other facilities.

@rptmat57
Copy link
Contributor

technically speaking, this would require:

  • a new url for update of a task by a user
  • validation that the task was created by the user
  • validation that the task is pending (not cancelled, not resolved)
  • use TaskForm to set the new description and use the save method of the form which already has code to set the last updated by and time as well as the updated description
  • update tool control and kiosk pages to allow update by the task creator, showing a text area when the user clicks on "update" with a confirm button (see outage_details.html for an example)

this would allow users to add to the description, but not to modify what was already entered (they can always cancel it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants