-
Notifications
You must be signed in to change notification settings - Fork 7
10. Validation
- The system will return a random sample, in the amount specified, of work efforts to validate.
- Admin
- Super user
- A input value is entered by Admin to determine the number of work efforts to be returned for validation.
Validation Basic Event Flow: 1. The use-case begins when the Admin clicks the "Validate Jobs" button on the sidebar. request. 2. The Admin is presented with a page similar to the "Manage Jobs" page. 3. The page has a search criteria field containing different options for searching for jobs. 4. Entering a number in the "Sample Size" text box and clicking "Search" will populate the list with a random sample of unvalidated jobs in the amount specified. 5. Any criteria entered will be used to gather a random sample that meet that criteria in the amount specified in the "Sample Size" Text box. 6. Each job can then be selected individually and can be either set to validated, denied, failed, or pending.
Document Contributors: Alan Chapman, Jason Waite
Return to Use Case List