Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

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

ID Generator Service

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

Responsibility: Provide Unique ID

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%

Responsibility: FUTURE Check a Unique ID for validity

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%