Sprint 3 - NexusLogica/N GitHub Wiki

###Sprint 3 - Load and show a list of waveforms

The goal of this sprint is to load a list of waveforms from the server and display them.

  1. Add UI to navigate to create new waveform or to view all waveforms.
  2. Add UI to display all the available waveforms. 1. Should show a list with name and modification date. 1. Should be orderable by name or date. 1. Should have a refresh button.
  3. Server should add new call /waveforms. 1. Will return id, name, and modification date.

Definition of Done:

  1. All UI written.
  2. Waveforms read from DB.
  3. Manually tested.
  4. Unit tests written.
  5. Functional tests written.
  6. Documentation written.
  7. Server and client code saved to Github.
  8. Github read-me updated

Start date: June 7, 2013

Completed: June 9, 2013