-
Notifications
You must be signed in to change notification settings - Fork 100
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
[Feature request] Support more partiticaption status like needs-action #2135
Comments
The app already has the possibility to set the status of a task in the right sidebar: We offer the following choices for the status: tasks/src/views/AppSidebar.vue Lines 423 to 448 in 7536446
In order to support the Participation status according to https://datatracker.ietf.org/doc/html/rfc5545#section-3.2.12 as you propose, we would first need to implement attendees. Without the option to set or invite attendees, it does not make sense to implement a participation status. |
Expected behaviour
Nextcloud tasks should support more participation statuses such as needs action or delegated (#72).
The UI should show something like
Status: <Status>
The usage of such an extended status view would be to be able to visualize the status of a task better.
This includes things such as: blocked by another task, waiting and so on.
Actual behaviour
The only supported state right now is the done or undone state portrait by the checkbox next to the taskname.
Server configuration
Nextcloud version: 24.0.4
Tasks version: 0.14.4-2
List of activated apps:
Nextcloud configuration:
Not relevant
See also:
The text was updated successfully, but these errors were encountered: