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.
- Add UI to navigate to create new waveform or to view all waveforms.
- 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.
- Server should add new call /waveforms. 1. Will return id, name, and modification date.
Definition of Done:
- All UI written.
- Waveforms read from DB.
- Manually tested.
- Unit tests written.
- Functional tests written.
- Documentation written.
- Server and client code saved to Github.
- Github read-me updated
Start date: June 7, 2013
Completed: June 9, 2013