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

Blogs Component #16

Closed
10 tasks done
renatonascalves opened this issue Jan 3, 2020 · 1 comment · Fixed by #15
Closed
10 tasks done

Blogs Component #16

renatonascalves opened this issue Jan 3, 2020 · 1 comment · Fixed by #15
Assignees

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Jan 3, 2020

Add basic support to the Blogs component:

  • Type
  • blog
  • Field(s)
  • blogBy
    -- get blog by
    --- id (Relay ID)
    --- blogId
  • Field(s)
    -- Avatar (see Attachment Component #3)
  • Connections
    • RootQuery -> blogs
  • Enums
  • BlogOrderTypeEnum
  • Model
  • Blog
  • Unit tests
  • Check pagination
  • Mutation(s)
@renatonascalves
Copy link
Owner Author

renatonascalves commented Jan 3, 2020

The BuddyPress BP_Blogs_Blog class definetely needs some love. There is no caching or a straight forward way to fetch a single blog object except hacking around bp_blogs_get_blogs(). The current implemention is enough for now but keeping this note here for posterity and reminder to put some work there.

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