bb-plane-fork/packages/ui/src
JayashTripathy 75d81f9e95
[WEB-3781] Analytics page enhancements (#7005)
* chore: analytics endpoint

* added anlytics v2

* updated status icons

* added area chart in workitems and en translations

* active projects

* chore: created analytics chart

* chore: validation errors

* improved radar-chart , added empty states , added projects summary

* chore: added a new graph in advance analytics

* integrated priority chart

* chore: added csv exporter

* added priority dropdown

* integrated created vs resolved chart

* custom x and y axis label in bar and area chart

* added wrapper styles to legends

* added filter components

* fixed temp data imports

* integrated filters in priority charts

* added label to priority chart and updated duration filter

* refactor

* reverted to void onchange

* fixed some contant exports

* fixed type issues

* fixed some type and build issues

* chore: updated the filtering logic for analytics

* updated default value to last_30_days

* percentage value whole number and added some rules for axis options

* fixed some translations

* added - custom tick for radar, calc of insight cards, filter labels

* chore: opitmised the analytics endpoint

* replace old analytics path with new , updated labels of insight card, done some store fixes

* chore: updated the export request

* Enhanced ProjectSelect to support multi-select, improved state management, and optimized data fetching and component structure.

* fix: round completion percentage calculation in ActiveProjectItem

* added empty states in project insights

* Added loader and empty state in created/resolved chart

* added loaders

* added icons in filters

* added custom colors in customised charts

* cleaned up some code

* added some responsiveness

* updated translations

* updated serrchbar for the table

* added work item modal in project analytics

* fixed some of the layput issues in the peek view

* chore: updated the base function for viewsets

* synced tab to url

* code cleanup

* chore: updated the export logic

* fixed project_ids filter

* added icon in projectdropdown

* updated export button position

* export csv and emptystates icons

* refactor

* code refactor

* updated loaders, moved color pallete to contants, added nullish collasece operator in neccessary places

* removed uneccessary cn

* fixed formatting issues

* fixed empty project_ids in payload

* improved null checks

* optimized charts

* modified relevant variables to observable.ref

* fixed the duration type

* optimized some code

* updated query key in project-insight

* updated query key in project-insight

* updated formatting

* chore: replaced analytics route with new one and done some optimizations

* removed the old analytics

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-05-12 20:50:33 +05:30
..
avatar [WEB-1878] ui: implementing popover component in a UI package (#5063) 2024-07-08 15:03:22 +05:30
badge fix: linting issues and rule changes (#5681) 2024-09-23 17:10:38 +05:30
breadcrumbs refactor: enhance components modularity and introduce new UI componenets (#6192) 2024-12-12 21:40:57 +05:30
button fix: linting issues and rule changes (#5681) 2024-09-23 17:10:38 +05:30
card [WEB-2273] Chore: page alignments (#5505) 2024-09-05 12:16:24 +05:30
collapsible [WEB-4028] feat: sub work item filters and grouping (#6997) 2025-05-09 14:24:06 +05:30
color-picker [WEB-3745] fix: color picker event propagation (#6859) 2025-04-02 17:35:04 +05:30
content-wrapper [WEB-2273] Chore: page alignments (#5505) 2024-09-05 12:16:24 +05:30
control-link [WEB-1691] fix: update ControlLink default target to _blank to avoid unwanted N-progress trigger. (#4927) 2024-06-25 12:32:51 +05:30
dropdown [WEB-3798]chore: updated language support to estimates (#6900) 2025-04-09 19:34:01 +05:30
dropdowns fix: removed @plane alias from ui package 2025-04-17 20:51:52 +05:30
emoji chore: lint related changes and packaging fixes (#6163) 2024-12-06 14:56:49 +05:30
form-fields [WEB-2728] improvement: add true-transparent variant for textarea. (#5960) 2024-11-06 16:56:15 +05:30
header [WEB-2388] chore: theme changes and workspace draft issue total count updated (#5805) 2024-10-11 17:57:48 +05:30
hooks [WEB-2444] improvement: performance improvement for useOutsideClickDetector and usePeekOverviewOutsideClickDetector. (#5595) 2024-09-12 20:10:04 +05:30
icons [WEB-3781] Analytics page enhancements (#7005) 2025-05-12 20:50:33 +05:30
link fix: removed @plane alias from ui package 2025-04-17 20:51:52 +05:30
modals refactor: enhance workspace and project wrapper modularity (#6207) 2024-12-16 19:01:37 +05:30
popovers WEB-2381 Chore: intake refactor (#5752) 2024-10-22 12:09:03 +05:30
progress [WEB-2799] chore: global component and code refactor (#6131) 2024-12-02 13:22:08 +05:30
row [WEB-2273] Chore: page alignments (#5505) 2024-09-05 12:16:24 +05:30
sortable chore: components restructure and improvements (#5383) 2024-08-19 13:40:19 +05:30
spinners refactor: remove unused icon files (#4297) 2024-04-29 00:51:31 +05:30
tables [WEB-1959]: Chore/settings member page (#5144) 2024-07-18 13:02:22 +05:30
tabs [WEB-3128] improvement: made tab list items modular for independent use and added few icons (#6387) 2025-01-13 19:21:01 +05:30
tag [WEB-2273] Chore: page alignments (#5505) 2024-09-05 12:16:24 +05:30
toast chore: components restructuring and UI improvements. (#5285) 2024-08-05 20:42:14 +05:30
tooltip fix: minor refactoring changes for state dropdowns 2025-02-24 14:14:24 +05:30
typography feat: Add components required for estimates (#4690) 2024-06-04 14:17:35 +05:30
calendar.tsx [WEB-3523] feat: start of week preference (#7033) 2025-05-12 19:13:39 +05:30
drag-handle.tsx refactor: drag handle component (#4663) 2024-05-31 14:59:49 +05:30
drop-indicator.tsx [WEB-1005] chore: pragmatic drag n drop implementation for labels (#4223) 2024-04-17 18:20:02 +05:30
favorite-star.tsx chore: move FavoriteStar component to ui package (#4834) 2024-06-20 16:26:21 +05:30
index.ts [WEB-3892] chore: link item improvements (#6944) 2025-04-17 20:08:53 +05:30
loader.tsx Chore: progress chart changes (#5707) 2024-10-01 18:59:49 +05:30
scroll-area.tsx fix: ambiguous class warning (#6733) 2025-03-10 18:12:51 +05:30