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

Refactoring #47

Merged
merged 8 commits into from
Jun 21, 2024
Merged

Refactoring #47

merged 8 commits into from
Jun 21, 2024

Conversation

imclerran
Copy link
Owner

  • Move all state transition logic out of Model module and into Controller
  • Remove redundant paginate calls in state transition functions (already from called from main immediately before rendering)
  • Code cleanup

- general code cleanup
- add defaultHandler in Controller
- remove redundant paginate calls in state transitions (already called once in main before rendering view)
- model transitions are not directly exposed anymore, must use Controller.applyAction
@imclerran imclerran merged commit 8712d31 into main Jun 21, 2024
1 check passed
@imclerran imclerran deleted the refactoring branch June 21, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant