Skip to content

Commit

Permalink
Create UserGuide.md
Browse files Browse the repository at this point in the history
Just moving the updats from readme to here
  • Loading branch information
Caryzxy authored Feb 28, 2025
1 parent 525d40a commit 894a720
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions UserGuide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Updates 2/27/2025

Latest Updates

Bug fixes and UI enhancements for a smoother user experience.

It now has a new section called questions.

It now has two default groups called Students and Instructors.

It now has a new feature that allows instructors to receive a notification when a student posts in the question section.

In addition, students can assign priority labels to their posts, and faculties can deal with the posts based on priorities. They can also filter the posts that have not been resolved.

To install the updated feature, run nodebb normal setup with:
```sh
./nodebb setup
./nodebb build
```
If some of the features are not installed properly, you may have to flush your database and reinstall Nodebb. Make sure to save a copy of the current database data before processing.

To test the code, simple use the normal test method:
```sh
npm run test
```

0 comments on commit 894a720

Please sign in to comment.