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

Activity Component #73

Closed
15 tasks done
renatonascalves opened this issue Apr 16, 2021 · 0 comments · Fixed by #92
Closed
15 tasks done

Activity Component #73

renatonascalves opened this issue Apr 16, 2021 · 0 comments · Fixed by #92
Assignees

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Apr 16, 2021

Add basic support to the Activity component:

  • Type
  • Activity
  • Field(s)
  • activityBy
    -- get activity by
    -- id (Relay ID)
    -- activityId
  • Connections
  • RootQuery -> activities
  • Activity -> comments (activity_comment type)
  • User -> activities
  • Blog -> activities
  • Group -> activities
  • Enums
  • ActivityStatusEnum
  • ActivityOrderScopeEnum
  • ActivityOrderStatusEnum
  • ActivityComponentEnum
  • ActivityTypeEnum
  • Model
  • Activity
  • DataLoader
  • ActivityObjectLoader
  • Unit tests
  • Check user permissions
  • Check pagination
  • Activity Mutation(s) (activity and comment)
    • Create
    • Update
    • Delete
  • Favorite Mutation(s)
    • (Un)Favorite
@renatonascalves renatonascalves self-assigned this Apr 16, 2021
@renatonascalves renatonascalves changed the title Activity Components Activity Component Apr 16, 2021
@renatonascalves renatonascalves mentioned this issue May 12, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant