-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow activities to be added from school details view #713
Comments
6 tasks
|
additional thoughts after trying the first implementation:
|
Repository owner
moved this from In Review
to Done
in All Tasks & Issues
Sep 29, 2022
🎉 This issue has been resolved in version 3.11.3-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow users to see (and add/remove) activities (RecurringActivity) from the school details view. At the moment this is only possible the other way around: From the Activity details view you can add a school/group to a given activity but some users have a different workflow.
Suggested Solution:
creating a new recurring activity:
second phase implementation
adding the school to an existing recurring activity:
(as described below by in comment)
this would ideally be integrated in the same form used to create a new activity, maybe making the title field auto-complete but also allow a new title to create a new activity.
As this is more complex, suggesting to implement this feature in two phases. The most common use case will be creating entirely new activities and viewing all the existing activities.
The text was updated successfully, but these errors were encountered: