kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

[10] Added help screen #215

Closed qhen143 closed 5 years ago

qhen143 commented 5 years ago

Ended up being more difficult (for me) than intended. Resolves #10 .

image

Changes:

To test:

  1. Click on the 'help' tab at the top.
  2. Click on 'VisualGit: A visually oriented Git client'. Expected: Help page is opened.
  3. Click (and read) all the blue headings. Expected: When the labels are clicked, the corresponding descriptions are revealed.
  4. Click them again to check all the corresponding descriptions are hidden. Expected: When the headings are clicked, the corresponding descriptions are hidden.

To test the back button:

  1. Navigate to any page.
  2. Click on the 'help' tab at the top.
  3. Click on 'VisualGit: A visually oriented Git client'.
  4. Press the 'Back' arrow. Expected: The user is returned to the page from 1.
  5. Repeat 1-4 with a different page.
qhen143 commented 5 years ago

Most recent push was just a rebase to #217 .