-
Notifications
You must be signed in to change notification settings - Fork 522
Dashboard: DataGrid refactor + layout (stacked on overview-revamp) #1338
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
97157a4
Good with dummy data, very buggy, not finalized
Developing-Gamer 388796c
Better design, still a lot of bugs, not final
Developing-Gamer c0bf265
Add email overview metrics and enhance chart interactivity
Developing-Gamer 8467fc5
Add monthly active users metric and enhance dashboard interactivity
Developing-Gamer cb96f84
Merge branch 'dev' into overview-revamp
Developing-Gamer b71f9a1
Enhance dashboard interactivity with custom date range support
Developing-Gamer 4ba4c7e
Completed, design, dummy data, not design-components
Developing-Gamer 4a823a5
Refactor dashboard components to utilize DesignAnalyticsCard
Developing-Gamer f34c4ba
Enhance analytics overview with additional visitor metrics
Developing-Gamer 4bd4ed2
Cursor PR review changes #1
Developing-Gamer 6672e70
Enhance ComposedAnalyticsChart with conditional rendering for visitor…
Developing-Gamer 659b5a6
Enhance PageLayout and ComposedAnalyticsChart with new props and cond…
Developing-Gamer 2cb2596
Merge branch 'dev' into overview-revamp
Developing-Gamer 1bdf953
fix
Developing-Gamer 515d695
Refactor seeding functions and enhance metrics loading logic
Developing-Gamer d15f3f9
Refactor date handling in metrics loading functions
Developing-Gamer d3bd0f2
Refactor UUID handling and improve metrics data sanitization
Developing-Gamer 919ae53
Merge branch 'dev' into overview-revamp
Developing-Gamer 28956a9
Merge remote-tracking branch 'origin/dev' into overview-revamp
N2D4 5c42f80
Fix PR comments
N2D4 396a9b2
Enhance metrics calculations and UI components
mantrakp04 3f9b656
Refactor metrics data retrieval to use raw SQL queries
mantrakp04 3147102
Merge branch 'dev' into overview-revamp
mantrakp04 c7f64ca
Enhance metrics functionality and introduce deterministic UUIDs
mantrakp04 ea576c2
Add chart demo components for interactive data visualization
mantrakp04 451bbb0
Implement new analytics chart demo components
mantrakp04 dec11b4
Refactor analytics chart components and update imports
mantrakp04 3dd62d4
Add db:seed-activity script and enhance image validation in AI query …
mantrakp04 6c718e1
Merge branch 'dev' into overview-revamp
mantrakp04 11014b0
Refactor backend seed scripts and enhance data grid functionality
mantrakp04 7ff0cf8
Enhance image attachment validation and refactor related components
mantrakp04 a812ba2
Merge branch 'dev' into overview-revamp
mantrakp04 c17eb7c
Enhance AI Query Functionality and UI Components
mantrakp04 de3de70
Add Metrics Helper Functions and Tests
mantrakp04 31d3a8d
Refactor Analytics Metrics Queries
mantrakp04 19ad10e
Merge branch 'dev' into overview-revamp
mantrakp04 a52cba2
Update test snapshots to reflect changes in risk scores for sign-up m…
mantrakp04 7076f77
Increase timeout for internal metrics and team invitations tests to 1…
mantrakp04 ac1949b
Merge branch 'dev' into overview-revamp
N2D4 561d918
Merge branch 'dev' into overview-revamp
N2D4 096237c
Merge branch 'dev' into overview-revamp
mantrakp04 8ff2ad7
Merge branch 'dev' into overview-revamp
mantrakp04 49cef06
Merge branch 'dev' into overview-revamp
mantrakp04 b9f2307
Refactor layout components for improved responsiveness and styling co…
mantrakp04 38d60db
Refactor data table components to utilize DataGrid for enhanced funct…
mantrakp04 27efe1f
Merge branch 'dev' into ui-fixes-minor
mantrakp04 d0462e1
Enhance dummy data seeding and improve DataGrid functionality
mantrakp04 f4449b1
Enhance documentation and update DataGrid usage in dashboard
mantrakp04 a71b27d
Enhance DataGrid functionality and documentation updates
mantrakp04 c671891
Refactor line-chart and analytics-chart-pie components for improved s…
mantrakp04 6ba2f73
Refactor AI query handling and schema definitions for improved clarit…
mantrakp04 bcd917d
Implement anonymous visitor fallback in internal metrics and enhance …
mantrakp04 470a24a
Enhance DataGrid scrolling behavior and clipping mechanism
mantrakp04 1729a99
Enhance globe component and metrics page layout
mantrakp04 2211c7a
Refactor AI query handling and enhance metrics functionality
mantrakp04 0a324bc
Enhance DataGrid and sidebar layout functionality
mantrakp04 3ec7b40
Refactor globe component state management and enhance metrics layout
mantrakp04 bfe2965
Merge branch 'dev' into ui-fixes-minor
mantrakp04 7c7de17
Merge branch 'dev' into ui-fixes-minor
mantrakp04 d4e9e37
Enhance AI query endpoint validation and update spacetime publish scr…
mantrakp04 844b601
Update internal metrics test snapshots to reflect changes in metrics …
mantrakp04 6bcbb96
Merge branch 'dev' into ui-fixes-minor
mantrakp04 067cf2c
feat(metrics): add live user count to internal metrics and dashboard
mantrakp04 c2b6ad0
feat(dashboard): enhance globe section with user profile links
mantrakp04 da77517
feat(metrics): stabilize user sorting in metrics response
mantrakp04 2887d84
feat(metrics): improve user sorting logic in metrics response
mantrakp04 185277e
fix data grid controlled callbacks
mantrakp04 362908b
Merge branch 'dev' into ui-fixes-minor
mantrakp04 5285ed7
Implement projects DAU endpoint and integrate into dashboard
mantrakp04 549a736
Add user counts metrics endpoint and integrate into dashboard
mantrakp04 b925f3c
Refactor internal metrics test to simplify header representation
mantrakp04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refactor date handling in metrics loading functions
- Updated date parsing in `loadDailyActiveUsers`, `loadDailyActiveUsersSplit`, `loadDailyActiveTeamsSplit`, and `loadAnalyticsOverview` to simplify date extraction by removing unnecessary timezone handling. - Improved code readability and consistency across metrics loading functions.
- Loading branch information
commit d15f3f98fe81e80d819ca189533d34561003d436
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.