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

Handle card types in MVC-ish manner #25

Merged
merged 4 commits into from
Jan 22, 2017
Merged

Conversation

flimzy
Copy link
Contributor

@flimzy flimzy commented Jan 22, 2017

No description provided.

The "view" is now in webclient/views/studyview.  It contains no logic at the
moment, only type definitions for view elements (buttons mostly).

The model is now the `repository` directory.  The "controllers" are
per-model type, and live in controllers/*/, with their glue also in
`repository`.  This isn't ideal, but it seemed like a step in the right
direction.  I hope to find some better place to put scheduling logic at some
point.  But for now, it's in `repository/modelcontroller.go` along with a
FIXME note.
@flimzy flimzy merged commit 607a9ed into FlashbackSRS:master Jan 22, 2017
@flimzy flimzy deleted the mvc branch January 22, 2017 18:03
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.

None yet

1 participant