Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] GUI for adding a new entry. #68

Closed
5 of 6 tasks
ScottCTD opened this issue Dec 2, 2022 · 0 comments
Closed
5 of 6 tasks

[Feature] GUI for adding a new entry. #68

ScottCTD opened this issue Dec 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ScottCTD
Copy link
Collaborator

ScottCTD commented Dec 2, 2022

Initiations

  • Currently, we have the InsertEntryUseCase, but we don't have ways for users to insert (add) an entry.

Design

  • After clicking the "Add Entry" button, we may want to open a dialog for users to fill in the information of the newly added entry.
  • After filling in the information and clicking the "Confirm" button, we may need to validate the information to make sure they are in the correct format.
  • Then, the InsertEntryController is called.
  • After all, the BillUpdateController should be called to update the screen to display the newly added entry.

Details

  • If we are adding a splitter entry, then we need a way to inherit the information from the parent normal entry. This may be solved by implementing some enhancements in the use case layer.

TODOs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants