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

Future Feature - Users able to submit requests #172

Open
IanMayo opened this issue Apr 21, 2023 · 0 comments
Open

Future Feature - Users able to submit requests #172

IanMayo opened this issue Apr 21, 2023 · 0 comments
Labels
feature Epic feature that will require further analysis

Comments

@IanMayo
Copy link
Contributor

IanMayo commented Apr 21, 2023

This requires scoping, and is not required for MVP

Frequently users want admin staff to do something to a set of items. This could be to fetch them from the store, send them somewhere, do some kind of inspection of them - all kinds of things.

We could handle this through the concept of a UserRequest. This will consist of:

  • User: current user
  • Created At: date (hidden in popup form)
  • Status: Unallocated (default), Allocated, Completed (hidden in popup form)
  • Action: "Retrieve", "Forward to ...", "Other ...."
  • Extra details: Free text, as necessary for above
  • Priority: High/Medium/Low
  • List of items

So, the use will used ItemList to filter/find some set of items, select them, then click on Request ... from the toolbar. A popup dialog will allow the above extra information to be filled in, and the submitted.

A new left-hand menu item will be created for Requests. By default it will show unallocated requests and requests allocated to the current user (though these filters can be removed). The welcome page will also show a list of unallocated requests.

@IanMayo IanMayo added the enhancement New feature or request label Apr 21, 2023
@IanMayo IanMayo self-assigned this Apr 21, 2023
@IanMayo IanMayo added feature Epic feature that will require further analysis and removed enhancement New feature or request labels Apr 22, 2023
@IanMayo IanMayo removed their assignment Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Epic feature that will require further analysis
Projects
None yet
Development

No branches or pull requests

1 participant