Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezjo authored Oct 12, 2023
1 parent 8b0e18a commit 6da7a7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To mark a topic resolved:
- Expand the post bar for the first post
- Click the "Mark Resolved" button

<center>![Visualization](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/7fbe54db-eff7-4865-b86d-5472b4ac063e)</center>
![Visualization](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/7fbe54db-eff7-4865-b86d-5472b4ac063e)


Creating a post in a support forum is as easy as creating a post in any forum. Creating a support forum requires you to just create a category with the word "Support" in the name. The rest is handled for you automatically.
Expand Down Expand Up @@ -41,7 +41,7 @@ When a post is marked resolved, the resolution button icon changes to:

This quickly shows who marked the topic resolved vs who did not.

<center>![Viz6](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/9d7604ad-9688-45c8-8045-6b0ad51738b3)</center>
![Viz6](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/9d7604ad-9688-45c8-8045-6b0ad51738b3)

## CSS Changes

Expand All @@ -51,15 +51,15 @@ Resolved posts' resolution status now has a light green color on the topics list

For private topics, the resolve option only shows for topic creators and staff/mods with access. These apply to any category with "Support" in the name.

<center>![graphviz (4)](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/3aa4a9f2-d4f3-4e8f-90a6-e89abc8465c8)</center>
![graphviz (4)](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/3aa4a9f2-d4f3-4e8f-90a6-e89abc8465c8)



## Testing Justification

Our process, at least as we attempted to follow it.:

<center>![Viz2](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/b879a915-be5d-4f09-82fc-ec6b7d92d7d7)</center>
![Viz2](https://github.com/CMU-313/fall23-nodebb-code-crafters/assets/22648562/b879a915-be5d-4f09-82fc-ec6b7d92d7d7)


Automated tests in `test/categories.js` specifically cover (and improve upon) existing tests regarding topic title testing.
Expand Down

0 comments on commit 6da7a7a

Please sign in to comment.