ydkjs-exercises icon indicating copy to clipboard operation
ydkjs-exercises copied to clipboard

Implement sidebar changes based on previous discussions

Open austintackaberry opened this issue 7 years ago • 5 comments

There were previous discussions, https://github.com/austintackaberry/ydkjs-exercises/issues/85 and https://github.com/austintackaberry/ydkjs-exercises/issues/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:

  • [x] The progress section should have a progress bar that represents correct answers with green, incorrect answers with red, and unanswered questions with background color
  • [x] 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
  • [x] Each book, chapter, and question should be links
  • [x] 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
  • [x] 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 avatar Jun 29 '18 06:06 austintackaberry

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. 😬

rreubenreyes avatar Jun 29 '18 16:06 rreubenreyes

Taking a shot at the rest of the list items!

rreubenreyes avatar Sep 02 '18 05:09 rreubenreyes

I'd like to help with the last item!

designviacode avatar Oct 02 '18 23:10 designviacode

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

austintackaberry avatar Oct 03 '18 05:10 austintackaberry

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

rreubenreyes avatar Oct 03 '18 15:10 rreubenreyes