This repository was archived by the owner on Dec 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
CRC UID Service
Peter Nordquist edited this page Aug 11, 2020
·
5 revisions
| ID Generator Service | |
|---|---|
| Responsibilities | Collaborators |
| Provide Unique ID |
|
| FUTURE Check a Unique ID for validity | |
| 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 |
Generate a 10 character alpha-numeric unique id for use as a job identifier. In the future, this id will be registered with the system to prevent id spoofing. This will probably require collaboration with the Storage Service. |
| Test Name | Pretest Conditions | Test Parameters | Post Test Conditions | Pass? |
|---|---|---|---|---|
| Percent Complete | 0% |
| Documentation | A Unique ID is valid if it was created by this service. |
| Test Name | Pretest Conditions | Test Parameters | Post Test Conditions | Pass? |
|---|---|---|---|---|
| Percent Complete | 0% |