CSC/ECE 517 Fall 2009/program2 buddi wn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tinydancer (talk | contribs) |
||
Line 5: | Line 5: | ||
# Refine and complete the '''view layer''', and verify that it works as desired in all cases. | # Refine and complete the '''view layer''', and verify that it works as desired in all cases. | ||
== Bugs | == Bugs or Undesired Behaviors == | ||
{| class="wikitable" border="1" | |||
|- | |||
! Title | |||
! Details | |||
! Actual Behavior | |||
! Expected Behavior | |||
! Solved | |||
|- | |||
| Create New menu | |||
| Undesired behavior. Create new options shouldn't be put under ''Edit'' menu. It's not intuitive for new users. | |||
| Under My Accounts tab, Edit -> Create Account. | |||
Under My Budget tab, Edit -> Create Budget Category. | |||
| Several options: | |||
1. Move to under File menu | |||
2. Create button for "New Account" and "New Budget Category" | |||
| No | |||
|- | |||
| The "+", "-" buttons didn't appear naturally until one switched the focus TWICE after entering the amount. | |||
| | |||
| | |||
| | |||
| No | |||
|} | |||
== References == | == References == | ||
# [http://devel.buddi.digitalcave.ca/en/ Buddi docs for Developers] | # [http://devel.buddi.digitalcave.ca/en/ Buddi docs for Developers] | ||
# [http://buddi.digitalcave.ca/ Buddi docs for Users] | # [http://buddi.digitalcave.ca/ Buddi docs for Users] |
Revision as of 17:28, 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 or Undesired Behaviors
Title | Details | Actual Behavior | Expected Behavior | Solved |
---|---|---|---|---|
Create New menu | Undesired behavior. Create new options shouldn't be put under Edit menu. It's not intuitive for new users. | Under My Accounts tab, Edit -> Create Account.
Under My Budget tab, Edit -> Create Budget Category. |
Several options:
1. Move to under File menu 2. Create button for "New Account" and "New Budget Category" |
No |
The "+", "-" buttons didn't appear naturally until one switched the focus TWICE after entering the amount. | No |