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

LessonInfo Service #23

Closed
misfir3 opened this issue Aug 19, 2015 · 2 comments
Closed

LessonInfo Service #23

misfir3 opened this issue Aug 19, 2015 · 2 comments
Assignees
Milestone

Comments

@misfir3
Copy link
Contributor

misfir3 commented Aug 19, 2015

Expose a service/endpoint to provide basic Lesson information. Longer-term this will enable lazy loading of helps. Shorter-term, we need this to aid in getting the lesson title via the client-side routing (and generally).

{
  lessonTitle:_TITLE_,
  numberHints:_#_,
  hasSource: T||F,
  hasSolution: T||F,
  hasPlan: T||F
}```
@misfir3
Copy link
Contributor Author

misfir3 commented Sep 20, 2015

Implemented, awaiting pull request

mayhew64 added a commit that referenced this issue Sep 21, 2015
#23, #24 - LessonInfo Service now used for TitleView and HelpControsView
@misfir3
Copy link
Contributor Author

misfir3 commented Oct 21, 2015

Pulled, closing

@misfir3 misfir3 closed this as completed Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant