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

Instructor-led workshop UI #1763

Closed
12 of 18 tasks
RedBrogdon opened this issue Feb 16, 2021 · 0 comments
Closed
12 of 18 tasks

Instructor-led workshop UI #1763

RedBrogdon opened this issue Feb 16, 2021 · 0 comments
Assignees
Labels
P0 A serious issue requiring immediate resolution type-enhancement A request for a change that isn't a bug

Comments

@RedBrogdon
Copy link
Contributor

RedBrogdon commented Feb 16, 2021

Design and build a new playground-style page to be used for step-by-step codelab workshops.

Basic features:

  • Create a new, full-screen page that can accept a codelab's name, location, or other identifying info in its query string.
  • On first load, automatically place the initial code state for the workshop into the editor.
  • Provide a UI control for advancing and retreating through the steps of the codelab.
    • Each step will have an associated code state, which should automatically be placed into the editor.
  • Offer the ability to load the codelab's code from a non-rate-limited source.
    • This means somewhere other than GitHub, essentially. We may need to implement "load from arbitrary URL" to make this happen.

To do:

Might do:

  • three column layout
  • query parameters for each step (?step=2)
@RedBrogdon RedBrogdon added type-enhancement A request for a change that isn't a bug P0 A serious issue requiring immediate resolution labels Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 A serious issue requiring immediate resolution type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants