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

Implement a state machine for the underlying model of the application. #8

Closed
StonedHesus opened this issue Apr 3, 2023 · 0 comments · Fixed by #9
Closed

Implement a state machine for the underlying model of the application. #8

StonedHesus opened this issue Apr 3, 2023 · 0 comments · Fixed by #9
Assignees
Labels
Back-end A task which targets the back-end of the application. Doing Currently working on this issue.

Comments

@StonedHesus
Copy link
Owner

The application core design revolves around the state-machine paradigm, in which different views within the application are perceived as states in a DFA automaton, whose transitions map the manner in which we can navigate from one state to the next, if possible.

This issue targets the creation of such a mechanism within the codebase of the current project.

@StonedHesus StonedHesus added Doing Currently working on this issue. Back-end A task which targets the back-end of the application. labels Apr 3, 2023
@StonedHesus StonedHesus self-assigned this Apr 3, 2023
@StonedHesus StonedHesus linked a pull request Apr 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back-end A task which targets the back-end of the application. Doing Currently working on this issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant