Roadmap - telkkar/CS_380_Card_Reader GitHub Wiki
This is the expected feature implementation list. Our milestones are identified as X.Y.Z where:
- X = major release (major functionality added and testing performed)
- Y = submajor release (functionality improvement, critical bugfixes, less testing than major releases)
- Z = minor release (feature development and minor bugfixes)
Version 0.0.0
Initial prototype (currently master branch as of 11/02/2012)
0.0.1
Implement adding information to database when a unregistered card is scanned a user to enter his/her information.
- Minor code rework in CardNumberEditBox subclass
Bugfixes
0.0.2
Member List and Editing
- List box on the right side of the screen listing all members currently attending added
Bugfixes
0.0.3
(Added because I want to call 0.0.2 our release for class deliverable)
- [DONE] Edit buttons for list box added
- [DONE but buggy] Edit functionality added to database class
[TODO] Bugfixes
CODE CLEANUP BEFORE 0.1.0
- [DONE] Remove global variables
- [DONE] Clean up defines file
Version 0.1.0 [ CURRENTLY MASTER BRANCH -- 12/1/2012 ]
Minor releases 0.0.1 - 0.0.2 implemented
0.1.1
- Class implementing our file printing is coded
- Print buttons added to the main program
Bugfixes
0.1.1
[DONE] * Attendance number box added to main program
Version 0.2.0
Version 0.3.0
Version 0.4.0
Cool features to have
- Check attendance table on card re-scan to not input another entry into the list box (or the attendance table)