Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
*[CollectionObject Service Home]*

h3. User Stories
{indent}
h6. Story: _Service consumer can create a new [Intake|Intake Schema] 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 API for Intake schema
* Develop tests for CRUD operations
* Write client documentation and sample RESTful service calls.

h6. Story: _Service consumer can create a new [Acquisition|Acquisition Schema] record._
* Create schema for Acquisitionrecord.
* 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.

h6. Story: _Service consumer can retrieve Intake record for a CollectionObject_
TASKS
* task 1
* task 2
* ...

h6. Story: _Service consumer can retrieve Acquisition record for a CollectionObject_
TASKS
* task 1
* task 2
* ...

h6. Story: _Another user story_
TASKS
* task 1
* task 2
* ...
{indent}

h3. 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.

h3. 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.

h3. 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.

h3. [Data Models|CollectionObject Service Data Models]