Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 878 Bytes

UserGuide.md

File metadata and controls

25 lines (17 loc) · 878 Bytes

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:

./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:

npm run test