-
-
Notifications
You must be signed in to change notification settings - Fork 64
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: Remove Project from Group #1083
Comments
Hi @PeterBreen, Can I work on this feature? |
@QuanGiap Hi, I'm helping with development focus for DemocarcyLab. We've created a DemocracyLab Dashboard and would like to update the status of this issue.
Thanks. |
Hi @ddfridley I have finished the task and created the pull request. It still waiting for the preview. Peter said he would review the request. Thank for asking. |
Thanks. I've linked this issue to PR #1091 and moved it into the needs review column. |
This feature allows for group owners to manage the projects associated with their group, specifically removing projects from a group. This will be accessible both from an individual project page and from a new Participating Projects page.
Requirements
The design specification and functional requirements are at this figma link which has wireflows, mockups, and a final design. However, to summarize:
isOwner
. Note the tricky bit will be a group owner being able to see this button on project pages they don't own.Aside from creating a new page, all of these other items are things dlab does elsewhere on the site/in the code. Hopefully extending or adapting those features is straightforward. If not, please reach out for assistance and I'll try to point you in the right direction.
Style information
The style information shown in the figma document is from the DemocracyLab Design System. It should be as simple as using the correct HTML tags and style is applied. However, the DS implementation on the live site is not complete, so you may run into inconsistencies. If you do, please make note of them so we can get them fixed in a future issue. Fonts and buttons should be correct, but other elements may not be.
For buttons, use these variant names:
variant="primary"
variant="outline-secondary"
variant="ghost"
variant="outline-destructive"
Questions?
If you have questions or need clarification, please post in
#f-removing_project_from_group
on our slack. The designers of this feature and I are in there, and we'll all be able to see and respond to questions so everyone can stay informed.The text was updated successfully, but these errors were encountered: