CSC/ECE 517 Fall 2009/program2 buddi wn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tinydancer (talk | contribs) |
||
Line 1: | Line 1: | ||
'''Buddi Project''' | '''Buddi Project''' | ||
== | == Objectives == | ||
# | # Verify that '''splits''' in the data model have been implemented correctly. | ||
# | * Ensure that the API wrapper functions allow transparent access to the model. | ||
* Ensure that there are no edge cases where data corruption occurs. | |||
# Refine and complete the '''view layer''', and verify that it works as desired in all cases. | |||
== Bugs/undesired behavior == | == Bugs/undesired behavior == | ||
* New item (account, transaction, etc.) command should appear in "File" instead of "Edit" menu. | * New item (account, transaction, etc.) command should appear in "File" instead of "Edit" menu. | ||
* the "+", "-" buttons didn't appear naturally until one switched the focus TWICE after entering the amount. | * the "+", "-" buttons didn't appear naturally until one switched the focus TWICE after entering the amount. |
Revision as of 17:13, 12 October 2009
Buddi Project
Objectives
- Verify that splits in the data model have been implemented correctly.
* Ensure that the API wrapper functions allow transparent access to the model. * Ensure that there are no edge cases where data corruption occurs.
- Refine and complete the view layer, and verify that it works as desired in all cases.
Bugs/undesired behavior
- New item (account, transaction, etc.) command should appear in "File" instead of "Edit" menu.
- the "+", "-" buttons didn't appear naturally until one switched the focus TWICE after entering the amount.