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

Separate logic and UI in EditJobPage, EntryPage #48

Closed
2 tasks
bizz84 opened this issue Sep 27, 2020 · 2 comments
Closed
2 tasks

Separate logic and UI in EditJobPage, EntryPage #48

bizz84 opened this issue Sep 27, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@bizz84
Copy link
Owner

bizz84 commented Sep 27, 2020

Currently, EditJobPage and EntryPage are StatefulWidgets that are used to perform simple CRUD operations on the DB with some forms.

The logic for initializing the form fields and submitting the data all lives inside widget classes.

A better approach is needed to better separate concerns.

TODO

  • Update EntryPage
  • Update EditJobPage
@bizz84 bizz84 added the enhancement New feature or request label Sep 27, 2020
@Abacaxi-Nelson
Copy link

It could help a lot!

@bizz84
Copy link
Owner Author

bizz84 commented Jan 7, 2023

Fixed following changes in #94.

@bizz84 bizz84 closed this as completed Jan 7, 2023
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

2 participants