-
Notifications
You must be signed in to change notification settings - Fork 29
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
Task Gating & Filtered Task Display on UI #103
Comments
@whilefoo can you think of ways to solve this problem? I don't see how we can read repository |
That's not possible because The easiest way I can think of is for |
I really don't want to add more labels. I think it's already crowded and imagine when partners have their own labels on top. It will be a mess. However @gentlementlegen suggested embedding metadata inside of the label descriptions which might be the solution. |
When this is implemented, we should detect if the user is a collaborator and then only display what they are eligible to start on:
I think increasing coupling between this plugin and this UI is fine because otherwise it is not possible for external DAO contributors to work on tasks. I can't think of another way around this.
Footnotes
We can make a new endpoint on
command-start-stop
worker endpoint to POST an array of repository IDs (because this can be configured down to the repository level) and then read the config. Is this possible to read the repository configs from a plugin endpoint? Also should we use GET with a header for caching purposes? ↩The text was updated successfully, but these errors were encountered: