-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support viewing of Condo node order and storage order requests #546
Comments
Start to draft the workflow, which will take sometime to finalize.
|
Copying in Wei's notes from #547 to merge the two issues:
|
For now, we're not thinking of allowing users to make purchase requests from the website--this process is complex, and requires a lot of back-and-forth with staff through various channels (email, ServiceNow, meetings). Rather, after the request has been made, staff will enter the information about the request into an external data source, which MyBRC/MyLRC will read from. (Right now, we're thinking of a simple spreadsheet for this data source, since it's intuitive for staff to work with, but I'm open to suggestions on this.) PIs (and designated points-of-contact) should be able to see their requests on the website. Ideally, users would also receive email notifications when the status of a request changes, but this is less high priority than the basic ability to log in and see the status on the website. (This notification requirement will likely affect the design of the feature, so worth keeping in mind.) |
Some existing code that uses |
- Implement fetching and caching for "Savio" and "LRC" tabs in gsheets.py - Parse decommission dates and flag alerts based on DECOMMISSION_WARNING_DAYS - Display decommission alerts in a vertical card layout - Add decommission_details view and URL route - Update README with Google Sheets setup and configuration instructions closes #546
- Implement fetching and caching for "Savio" and "LRC" tabs in gsheets.py - Parse decommission dates and flag alerts based on DECOMMISSION_WARNING_DAYS - Display decommission alerts in a vertical card layout - Add decommission_details view and URL route - Update README with Google Sheets setup and configuration instructions closes #546
- Implement fetching and caching for "Savio" and "LRC" tabs in gsheets.py - Parse decommission dates and flag alerts based on DECOMMISSION_WARNING_DAYS - Display decommission alerts in a vertical card layout - Add decommission_details view and URL route - Update README with Google Sheets setup and configuration instructions closes #546
Users should be able to see the statuses of their Condo node purchase orders and Condo storage purchase orders on the website, and receive status updates about their requests.
The text was updated successfully, but these errors were encountered: