-
-
Notifications
You must be signed in to change notification settings - Fork 10
[UserStatistics] Add recent semantic domain column #4022
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
Conversation
Co-authored-by: imnasnainaec <[email protected]>
Co-authored-by: imnasnainaec <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4022 +/- ##
==========================================
+ Coverage 74.58% 74.64% +0.05%
==========================================
Files 293 293
Lines 10817 10829 +12
Branches 1353 1355 +2
==========================================
+ Hits 8068 8083 +15
+ Misses 2354 2351 -3
Partials 395 395
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jasonleenaylor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasonleenaylor reviewed 7 of 7 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @copilot and @imnasnainaec)


Adds a column to the user statistics table showing each user's most recently added semantic domain with timestamp and provenance.
Backend
SemanticDomainUserCountmodel withRecentDomainpropertyGetSemanticDomainUserCountsto track most recent domain byCreatedtimestamp, removingUserIdfrom returned cloneFrontend
DomainChipwithprovenanceenabledrecentDomainfieldstatistics.column.recentDomainThe
DomainChipcomponent displays the domain ID and name, with hover text showing the creation timestamp and username (fetched separately by the chip).Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
This change is