Skip to content
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

Groups Component #2

Closed
13 tasks done
renatonascalves opened this issue Oct 28, 2019 · 1 comment
Closed
13 tasks done

Groups Component #2

renatonascalves opened this issue Oct 28, 2019 · 1 comment
Assignees

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Oct 28, 2019

Add basic support to the Group component:

  • Type
  • Group
  • Field(s)
  • groupBy
    -- get group by
    --- id (Relay ID)
    --- groupId
    --- slug
    --- previousSlug
  • Connections
  • RootQuery -> groups
  • groups -> parent (BuddyPress groups can have parent groups)
  • groups -> members (see Members Component #6)
  • Enums
  • GroupObjectFieldFormatEnum
  • GroupOrderByEnum
  • GroupOrderTypeEnum
  • GroupStatusEnum
  • GroupTypeEnum
  • Model
  • Group
  • DataLoader
  • GroupObjectLoader
  • Unit tests
  • Check permissions, especially for hidden and private groups;
  • Check pagination;
  • Mutation(s) (Groups Component Mutations #7)
    • Create
    • Update
    • Delete
@renatonascalves renatonascalves self-assigned this Oct 28, 2019
This was referenced Nov 18, 2019
@renatonascalves
Copy link
Owner Author

This is done! o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant