Skip to:
Content

BuddyPress.org

Opened 4 years ago

Last modified 6 months ago

#8371 new enhancement

A function to get pieces of data specific to BuddyPress for a member

Reported by: imath's profile imath Owned by:
Milestone: Under Consideration Priority: normal
Severity: normal Version:
Component: Members Keywords: has-patch dev-feedback needs-refresh
Cc:

Description

If the populate_extras argument is set to true the BP_User_Query will populate each found users with pieces of data specific to BuddyPress:

  • the last time the each user were active,
  • the latest activity update of each user,
  • the number of friends each user has.

I believe we should have a function to get these for one member. This would make it easier for the BP REST API to have a consistent item schema. See https://github.com/buddypress/BP-REST/pull/355.

The function in the attached patch is making use of the BP_Core_User::get_user_extras() method, but what about a BP_User class extending the WP_User one that would do this extra populating for BP_User_Query and a function to get one BP Member?

What's your opinion about it?

Attachments (1)

8371.patch (4.1 KB) - added by imath 4 years ago.

Download all attachments as: .zip

Change History (8)

@imath
4 years ago

#1 @espellcaste
4 years ago

  • Keywords needs-refresh added
  • Milestone changed from Up Next to 10.0.0

#2 @imath
3 years ago

  • Milestone changed from 10.0.0 to Up Next

We won't have time to work on these during 10.0.0, sorry about it.

#3 @imath
2 years ago

  • Milestone changed from Up Next to 12.0.0

#4 @imath
19 months ago

  • Milestone changed from 12.0.0 to Under Consideration

#5 @espellcaste
8 months ago

  • Milestone changed from Under Consideration to Up Next

Let's look into this next.

#6 @imath
8 months ago

  • Milestone changed from Up Next to 15.0.0

#7 @espellcaste
6 months ago

  • Milestone changed from 15.0.0 to Under Consideration
Note: See TracTickets for help on using tickets.