User Stories
Unknown macro: {indent}
Story: Service consumer can create a new [Intake] record.
- Create schema for Intake record.
- Create Nuxeo DocType schema and extension point. Deploy to Nuxeo installation.
- Create JAX-B and JAX-RS bindings for Intake schema
- Implement CRUD operations using Nuxeo Java API for Intake schema
- Develop tests for CRUD operations
- Write client documentation and sample RESTful service calls.
Story: Service consumer can create a new [Acquisition] record.
- Create schema for Acquisition record.
- Create Nuxeo DocType schema and extension point. Deploy to Nuxeo installation.
- Create JAX-B and JAX-RS bindings for Acquisition schema
- Implement CRUD operations using Nuxeo API for Acquisition schema
- Develop tests for CRUD operations
- Write client documentation and sample RESTful service calls.
Story: Service consumer can retrieve Intake record for a CollectionObject
TASKS
- task 1
- task 2
- ...
Story: Service consumer can retrieve Acquisition record for a CollectionObject
TASKS
- task 1
- task 2
- ...
Story: Another user story
TASKS
- task 1
- task 2
- ...
Plans
This may begin with prose, and expand into something like a project plan at some point. This need not be a complete schedule, but it will make sense to include the steps and approaches, milestones, etc.
Dependencies
This should be a description of the major dependencies of the New Service implementation. Example dependencies could be 3rd party utility classes, core classes or packages, other services, etc.
Test Plan
This should describe how the New Service implementation will be tested. The testing here could include white box style test, unit test, and/or integration tests.