-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development
: Update documentation for private messages and search filters
#8962
Development
: Update documentation for private messages and search filters
#8962
Conversation
WalkthroughThe changes refine communication settings in Artemis courses, focusing on better management of direct messages and group chats, updating private message availability based on instructor settings, and enhancing message search functionalities by removing specific filters and adding sorting and channel-specific search capabilities. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CourseInstructor
participant CommunicationModule
User->>CommunicationModule: Search messages in channel
CommunicationModule-->>User: Display search results (sorted by Creation Date)
User->>CourseInstructor: Request to enable private messaging
CourseInstructor-->>CommunicationModule: Enable private messaging feature
CommunicationModule-->>User: Private messaging enabled
User->>User: Direct Messages and Group Chats managed through updated settings
Tip AI model upgrade
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build of the documentation currently fails (see GitHub checks at the bottom of the PR page).
Can you also provide the link to the changed documentation page? Once the documentation build again, you can open it in via the GitHub checks
Communication
: Update Documentation Private Messages and Search FiltersDevelopment
: Update documentation for private messages and search filters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
This is not the case anymore. |
Checklist
General
Description
This pull request addresses the necessary updates to the documentation regarding private messaging and message searching.
Further comprehensive updates will follow after the new UI change PRs are merged.
Code Review
Summary by CodeRabbit
New Features
Enhancements
Direct Messages Enabled / Group Chats
checkbox for better management of group chats and direct messages.Removed