-
Notifications
You must be signed in to change notification settings - Fork 8
CRC Static Website
Static Website | |
---|---|
Responsibilities | Collaborators |
Provide frontend for user interaction | |
Collect user provided information to create a job |
Requirement / Constraint / Assumption | Details |
---|---|
Note | Quick information to keep in mind |
Assumption | Precondition that this class is based on |
Need | Something that may need to happen in the future but is not known now |
Documentation |
Include: What needs to be done Short descriptions of or links to:
NOTE: The way this is implemented (HOW) should be done on another page but can be linked here |
No specific design but there was a prior application that was used as a basis for this user interface
Test Name | Pretest Conditions | Test Parameters | Post Test Conditions | Pass? |
---|---|---|---|---|
Percent Complete | 0% |
Documentation |
Include: What needs to be done Short descriptions of or links to:
NOTE: The way this is implemented (HOW) should be done on another page but can be linked here |
A job includes the type of job and any relevant configuration for that type of job. This requires collaboration with the ID Generator Service and the Autofill Form Service to gather appropriate data for creation of the job. There is also collaboration with the Storage Service to store input files and job configuration. Finally, the job is submitted to the Workflow Service and references files in the Storage Service.
Test Name | Pretest Conditions | Test Parameters | Post Test Conditions | Pass? |
---|---|---|---|---|
Percent Complete | 0% |