You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
When viewing this lesson - https://github.com/learn-co-students/manipulating-hashes-web-071717 in chrome at learn.co, I tried learn next and expected to fork, clone, and open the repo, since it appears in the UI to be a lab. Similarly, after manually forking and cloning the lab, learn open opens the lab in chrome instead of the editor.
Doing a little digging led me to Learnweb::Client::Lesson and no further - I'm not sure where the code for the learn api lives, but it seems like CurrentLesson and NextLesson just save their attributes from the api response, so the logic that determines what is and is not a lab lives somewhere else!
Given that I don't know where that logic is, I'm not sure how to mark lessons as lab=true or lab=false in the lesson repo itself; it could be that this is not an issue with the learn-web client at all, but instead with the config on the lesson, or with the learn-co api that learn-web asks for the lesson.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When viewing this lesson - https://github.com/learn-co-students/manipulating-hashes-web-071717 in chrome at learn.co, I tried
learn next
and expected to fork, clone, and open the repo, since it appears in the UI to be a lab. Similarly, after manually forking and cloning the lab,learn open
opens the lab in chrome instead of the editor.Doing a little digging led me to
Learnweb::Client::Lesson
and no further - I'm not sure where the code for the learn api lives, but it seems likeCurrentLesson
andNextLesson
just save their attributes from the api response, so the logic that determines what is and is not a lab lives somewhere else!Given that I don't know where that logic is, I'm not sure how to mark lessons as
lab=true
orlab=false
in the lesson repo itself; it could be that this is not an issue with the learn-web client at all, but instead with the config on the lesson, or with the learn-co api that learn-web asks for the lesson.Thanks!
The text was updated successfully, but these errors were encountered: