-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add possibility to start group activity synchronously before scheduled start date #4306
Conversation
…view immediately after group activity start
Current Aviator status
This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
klicker-uzh Run #3214
Run Properties:
|
Project |
klicker-uzh
|
Run status |
Passed #3214
|
Run duration | 10m 25s |
Commit |
04bb02d796 ℹ️: Merge 75eec421f107390c5a89a914ba8276db29ec1874 into dd00908932eb6dc18201d9811636...
|
Committer | Julius Schlapbach |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
111
|
…for group activity loading
): { groupActivities: GroupActivity[] } => { | ||
if (!subscriptionData.data) return prev | ||
|
||
// required saveguard since the subscription is somehow triggered twice |
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.
@rschlaefli Do you have an idea why this submission is triggered twice? The useEffect and the backend mutation are only executed once, the subscription in the backend is only triggered once, however, the subscription here is executed twice...
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request introduces multiple updates across various packages, primarily focusing on enhancing group activity functionalities, updating dependency versions, adjusting user interface elements, and improving localization. Key changes include the addition of new components and GraphQL operations related to group activities, modifications to existing components for better data management, and updates to localization files to provide clearer user messages. Additionally, there are UI adjustments to ensure consistency in icon sizes. Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
klicker-uzh Run #3215
Run Properties:
|
Project |
klicker-uzh
|
Run status |
Passed #3215
|
Run duration | 10m 36s |
Commit |
3e9b53e93d: feat: add possibility to start group activity synchronously before scheduled sta...
|
Committer | Julius Schlapbach |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
111
|
This pull requests adds the possibility to start a group activity through a corresponding action on the course overview. A connected subscription ensures that the activity immediately appears on the student's devices and allows them to solve it. With this additional feature, the core functionalities required for synchronous group activities are now available.
Summary by CodeRabbit
Release Notes
New Features
User Interface Adjustments
Localization Updates
Course Data Enhancements