feat: add a network-wide presence summary table - #332
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
▶ Preview in WordPress PlaygroundBoots a fresh WordPress with this PR's presence-api build, seeds 5 demo users, and drops you on the dashboard. Stress-test variant: 40 demo users · Built from |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #332 +/- ##
============================================
- Coverage 97.13% 96.99% -0.14%
Complexity 190 190
============================================
Files 14 15 +1
Lines 2059 2098 +39
============================================
+ Hits 2000 2035 +35
- Misses 59 63 +4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Carried over from the review on #299, which this pull request replaces the schema half of. Nothing ever removes a rowThere was no
Filed as #326, which this pull request claims to close, so the Smaller
|
|
Merge order note, since the stack cannot go in as-is. CI and CodeQL filter For a
Nothing else in the stack is waiting on anything. |
Part of the network presence stack, merged bottom-up:
Reading who is online across a network means reading every site's presence table, and there is no way to do that from one site without switching into each of them.
Part of #298
Closes #326
Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Claude Sonnet 5, Claude Opus 5
Used for: Assisting with design, implementation, and testing