-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[WEB-4323] refactor: Analytics refactor #7213
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 all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
790b365
chore: updated label for epics
JayashTripathy 772fd95
chore: improved export logic
JayashTripathy 028ca93
refactor: move csvConfig to export.ts and clean up export logic
JayashTripathy 60d8e72
refactor: remove unused CSV export logic from WorkItemsInsightTable c…
JayashTripathy 38570ce
refactor: streamline data handling in InsightTable component for impr…
JayashTripathy 50c105f
Merge branch 'preview' of https://github.com/makeplane/plane into ana…
JayashTripathy 1f804db
feat: add translation for "No. of {entity}" and update priority chart…
JayashTripathy 2929cc1
refactor: cleaned up some component and added utilitites
JayashTripathy fc1a72c
feat: add "at_risk" translation to multiple languages in translations…
JayashTripathy f698ef9
refactor: update TrendPiece component to use new status variants for …
JayashTripathy 7381459
fix: adjust TrendPiece component logic for on-track and off-track status
JayashTripathy fd4c16d
refactor: use nullish coalescing operator for yAxis.dx in line and sc…
JayashTripathy b213ad0
feat: add "at_risk" translation to various languages in translations.…
JayashTripathy f0917da
feat: add "no_of" translation to various languages in translations.js…
JayashTripathy c4d69fe
feat: update "at_risk" translation in Ukrainian, Vietnamese, and Chin…
JayashTripathy 5c2f145
refactor: rename insightsFields to ANALYTICS_INSIGHTS_FIELDS and upda…
JayashTripathy 2902fa0
Merge branch 'preview' of https://github.com/makeplane/plane into ana…
JayashTripathy 4c65734
feat: update AnalyticsWrapper to use i18n for titles and add new tran…
JayashTripathy 0f3cef7
fix: update yAxis labels and offsets in various charts to use new tra…
JayashTripathy 9b3beed
feat: define AnalyticsTab interface and refactor getAnalyticsTabs fun…
JayashTripathy 39932ac
fix: update AnalyticsTab interface to use TAnalyticsTabsBase for impr…
JayashTripathy 88aa62d
fix: add whitespace-nowrap class to TableHead for improved header lay…
JayashTripathy 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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| import { AnalyticsTab } from "@plane/types"; | ||
| import { Overview } from "@/components/analytics/overview"; | ||
| import { WorkItems } from "@/components/analytics/work-items"; | ||
|
|
||
| export const getAnalyticsTabs = (t: (key: string, params?: Record<string, any>) => string): AnalyticsTab[] => [ | ||
| { key: "overview", label: t("common.overview"), content: Overview, isDisabled: false }, | ||
| { key: "work-items", label: t("sidebar.work_items"), content: WorkItems, isDisabled: false }, | ||
| ]; |
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
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
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
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
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
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
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
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.