-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Milestone
Description
As I understand it, the batch connect field values are prepopulated based on the last values (as stored in ~/ondemand.../cache/*.json). If field values could be specified as key=value pairs in the URI, it would be possible to create "bookmarks" for different job types. e.g.:
https://blahblahblah/dashboard/batch_connect/sys/arcts_rstudio?auto_accounts=workshop&bc_num_hours=3
To keep things simple, we could say that this is an more advanced usage and so:
- Presence of any values on the URI means cached values are complete ignored (not read or updated)
- Any invalid value would show a generic error: 'Invalid field values specified on URI' (or maybe slightly friendlier 'Invalid field values specified on URI:bc_num_hours=-42')
Does that make sense? Happy to clarify.