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

Implement sidebar changes based on previous discussions #102

Open
5 of 6 tasks
austintackaberry opened this issue Jun 29, 2018 · 5 comments
Open
5 of 6 tasks

Implement sidebar changes based on previous discussions #102

austintackaberry opened this issue Jun 29, 2018 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@austintackaberry
Copy link
Owner

austintackaberry commented Jun 29, 2018

There were previous discussions, #85 and #76, with ideas regarding Question.js and the sidebar. This issue will encapsulate the implementation of those changes. The rough mockup for the sidebar is here:

image

The stories are the following:

  • The progress section should have a progress bar that represents correct answers with green, incorrect answers with red, and unanswered questions with background color
  • The progress section should display the number of correct answers out of total answered questions, current score as a percentage, and the number of questions left to be answered
  • Each book, chapter, and question should be links
  • When the sidebar loads for the first time, only the books should be visible, and there should be a clickable right arrow to the left of each book
  • On click, the arrow next to the book/chapter switches from right to down, and the chapters/questions for that book are shown
  • Each question should show one of three icons to the left depending on whether it is correct, incorrect, or unanswered
@austintackaberry austintackaberry added the help wanted Extra attention is needed label Jun 29, 2018
@rreubenreyes
Copy link
Collaborator

I'd like to tackle the first two list items! I expect to be able to open a PR by Saturday 6/30, as I'm a little occupied at the moment. 😬

austintackaberry added a commit that referenced this issue Jul 3, 2018
Add progress bar and score percentage as discussed in #102
@rreubenreyes
Copy link
Collaborator

Taking a shot at the rest of the list items!

@designviacode
Copy link

I'd like to help with the last item!

@austintackaberry
Copy link
Owner Author

Thanks @designviacode! @radotreyes do you have svgs for those?

@rreubenreyes
Copy link
Collaborator

I got those straight from Apple Pages, so unfortunately not. I would take a look at FlatIcon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants