-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just moving the updats from readme to here
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |