Skip to content

Add header with navigation #77

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

Closed
1 of 3 tasks
argemiront opened this issue Jan 20, 2020 · 2 comments
Closed
1 of 3 tasks

Add header with navigation #77

argemiront opened this issue Jan 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@argemiront
Copy link
Member

argemiront commented Jan 20, 2020

Add navigation buttons in a header as:

  • Home (first page)
  • Back / Forward
  • Task list
@argemiront argemiront added the enhancement New feature or request label Jan 20, 2020
@ShMcK ShMcK self-assigned this Jan 23, 2020
@ShMcK
Copy link
Member

ShMcK commented Jan 25, 2020

One issue with adding a header:

New -> Select Tutorial -> Overview -> Level
Continue -------------->

If a user creates a "new" tutorial, git init is run and files are loaded in the workspace.

Once a user hits "start" on the "Overview" page, there is no going back unless they open a new project workspace. Otherwise we would have to delete all of a users git and files, which may be problematic, especially if run in the wrong folder. There are many dangers in running rm -rf .* && rm -rf * to clear the files.

We can and should, however, add a back button from Overview -> Select Tutorial

We could allow users to exit from the Level view if it opened a new folder and launched CodeRoad in that folder. That might be a bit complicated at this time.

@ShMcK ShMcK mentioned this issue Jan 30, 2020
1 task
@ShMcK
Copy link
Member

ShMcK commented Feb 1, 2020

I've added a back button on the summary page. UI needs some work, but functionality is there for now.

image

@ShMcK ShMcK added the wontfix This will not be worked on label Mar 22, 2020
@ShMcK ShMcK closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants