...
- User: Object (or group of objects) data entered into fields and stored in repository. Limited to text and non-complex numerical fields.
- Auto: ID number generated based on auto-incrementing pattern.
- _Services Stories
- CollectionObject service:
- Service consumer can retrieve Intake record for a CollectionObject
- Intake service:
- Service consumer can create a new Intake record.
- Service consumer can update existing Intake record.
- Service consumer can delete existing Intake record.
- ID service
- Service consumer can reserve next available number in a given pattern
- Service consumer can release a reserved number in a given pattern
- CollectionObject service:
...