Sprint 1 - NexusLogica/N GitHub Wiki
Goals:
The goal for this sprint is to write a simple editor for timing sequences and have the sequences be displayed graphically. The elements to be written are:
- A timing sequence object
- This object must integrate easily with WaveDrom (Note: not really using object **
- For now this does not need floating point output values, only states or binary values.
- An input editor.
- This should be a text box.
- Should allow for simple input.
- Should validate input and message the user (Note: hard to validate - none right now).
- A wave form display.
- Should use WaveDrom for display.
- Should update as values typed into editor.
Definition of Done:
- Above mentioned UI all written.
- Manually tested.
- Any functional tests written.
- Any unit tests written.
- Documentation written for objects.
- Checked into Github.
- Github read-me updated.
Start date: 2013/06/01
Completed: 2012/06/02