diff --git a/UserGuide.md b/UserGuide.md new file mode 100644 index 0000000000..d992be11de --- /dev/null +++ b/UserGuide.md @@ -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 +```