sriram veeraghanta
f640d78f2e
Sync: Community Changes ( #2701 )
2025-03-10 19:01:23 +05:30
sriram veeraghanta
b478e36b59
fix: package version upgrade
2025-03-10 18:47:38 +05:30
Aaryan Khandelwal
6bfbb2d998
style: dashboard chart interactions ( #2700 )
2025-03-10 18:20:08 +05:30
sriram veeraghanta
1087a6d8ba
Merge branch 'preview' into sync/ce-ee
2025-03-10 17:25:03 +05:30
Vamsi Krishna
a9045adf17
[WEB-3504]chore: issue properties refactor ( #6724 )
...
* chore: issue properties refactor
* chore: added export to props
* chore: updated component name
2025-03-10 17:14:46 +05:30
Prateek Shourya
4e8613ced7
[WEB-3489] improvement: work item templates ( #2687 )
...
* improvement: work item templates empty state
* improvement: template types
* improvement: template store service
* improvement: populate default work item type and state on project level template
* improvement: template store and permissions for better performance
* improvement: translations for templates
* chore: remove TODO
2025-03-10 13:36:30 +05:30
Aaryan Khandelwal
6d7764fa4e
style: dashboards beautification v2 ( #2683 )
...
* style: pie chart enhancements
* refactor: bar chart bar path config
* chore: area and line charts active dot ui
* chor: update active dot and cursor UI
2025-03-10 12:31:19 +05:30
Aaryan Khandelwal
8956238d90
style: dashboards beautification ( #2682 )
...
* fix: charts tooltip and legends beautification
* fix: bar chart size and border radius
* fix: editing badge ui
* chore: update pie chart label size
* fix: unique key errors
* fix: donut chart progress type
* chore: bar chart border radius
2025-03-09 01:54:52 +05:30
Prateek Shourya
b37bbd76b9
[WEB-3503] fix: application crash when work items are selected for bulk ops ( #2678 )
2025-03-07 20:25:20 +05:30
Aaryan Khandelwal
3a249cfdbb
refactor: dashboards components to resolve char related bugfixes ( #2676 )
2025-03-07 20:13:29 +05:30
Aaryan Khandelwal
38d249ae33
fix: merge conflicts resolved from preview
2025-03-07 16:42:42 +05:30
Prateek Shourya
a953013f70
[WEB-3489] improvement: add support to disable extensions in rich and lite text editor ( #6721 )
...
* [WEB-3489] improvement: add support to disable extensions in rich text editor
* improvements: disabled extensions prop for all editor components
2025-03-07 16:34:07 +05:30
Vamsi Krishna
c238565cb5
[WEB-3492]fix:customers pre release bugs ( #2665 )
...
* * fix: UI fixes
* feat: added search empty state for requests
* fix: editor size for request list item
* fix: issue_id null
* fix: removed issue count from customer detail
* fix: logo_url for customers list
chore: remove unused imports
* fix: removed experimental next js config
* chore: removed console logs
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
2025-03-06 20:56:41 +05:30
Prateek Shourya
cb75577dfc
[WEB-3496] improvements: workflows ( #2666 )
...
* improvement: update UX copy for state dropdown when work item creation is disabled
* chore: update workflow tree logic
* improvement: merge common workflow transitions
* fix: create / update work item error message
* improvement: add approver
* improvement: disabled workflow tree
* improvement: enable workflow tree
* improvement: workflow for small devices
* improvement: translations
2025-03-06 20:56:24 +05:30
Prateek Shourya
08526d44d5
fix: merge conflicts resolved
2025-03-06 15:56:21 +05:30
Prateek Shourya
6d216f2607
[WEB-3482] refactor: platform components and mobx stores ( #6713 )
...
* improvement: platform componenents and mobx stores
* minor improvements
2025-03-06 15:47:46 +05:30
Nikhil
7bcce70402
feat: work item templates ( #2624 )
...
* chore: dashboard migrations
* chore: changed the name of the dashboard
* chore: removed the show legend
* chore: added deleted by in workspace connection
* feat: templates settings upgrade page
* chore: update issue modal formstate prop
* feat: issue template
* feat: templates store
* chore: no work item templates empty state
* chore: updated the migration file
* chore: workspace settings layout update
* chore: template store improvements
* chore: layout grouping
* feat: work item template creation form and list
* chore: changed the migration file
* chore: added project base model
* chore: migration changes
* fix: migration
* feat: work item modeling
* chore: update migrations
* feat: basic work item template integration
* chore: template creation form improvement
* feat: template apis
* chore: add logo for customers
* fix: template endpoints
* feat: update work item template
* chore: add validation
* fix: build error
* feat: add feature flagging
* chore: minor field updates
* fix: workitem patch
* fix: template patch
* fix: template fetch endpoint
* feat: API integration
* fix: issue property schema
* chore: minor UI / UX improvements
* improvement: work item template utility improvements
* feat: custom property values in templates:
'
* feat: project level work item templates
* feat: add issue property validation
* improvement: work item template data sanitization
* feat: custom property values for work item templates
* chore: data sanitization for work item templates update form
* improvement: work item templates update form validation errors
* chore: remove base template un used store actions type
* improvement: template form refactor
* chore: template update validation
* chore: minor fixes in project level templates
* fix: template merge
* chore: partial update
* chore: attach all work item templates with default type
* fix: type checking
* chore: only show templates attached to active work item type
* improvement: template schema
* fix: project level template delete endpoint
* improvement: service refactor in work item template store
* fix: project level template update endpoint
* improvement: template ordering
* improvement: assignee role validation for work item templates
* improvement: enable project level work item templates settings for project members
* fix: template instance update
* fix: minor UI/ UX
* fix: minor improvements and fixes
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-03-05 21:44:20 +05:30
Sangeetha
5081449633
feat: customers ( #2378 )
...
* feat: endpoints for customer properties
* fix: options not returning
* feat: Remove print statements
* feat: get endpoint for customer property options
* feat: customer endpoint
* feat: delete and patch endpoint
* fix: remove unwanted if conditions
fix: create instead of update
* fix: add create_or_update_options function to dynamically create or update
* fix: add create_or_update_options to dynamically create or update
* add permission
* chore: dashboard migrations
* fix: remove if condition
* chore: changed the name of the dashboard
* chore: removed the show legend
* feat: customer request endpoint
* chore: added deleted by in workspace connection
* feat: customer request issues
* feat: customer request issues
* fix: partial update
* feat: customer requests count on customer list endpoint
* feat: pagination for customer list endpoint
* chore: Improvement custom properties (#2486 )
* refactor: enhance custom properties components modularity
* chore: minor updates
* chore: issue properties store improvement
* chore: improved modularity for additional properties
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
* feat: customers crud (#2488 )
* draft: customer-crud
* * feat: added customer list empty states
* feat: added customers create update modal
* * chore: added types
* chore: added language translation for constants
* chore: updated types
* feat: customer request issue endpoints
refactor: folder and file name changes
* feat: customer properties store and integration (#2496 )
* chore: issue properties store improvement
* draft: customer store
* chore: updated work items modularity
* feat: inegrated apis for customer properties
* fix: return proper error message for duplicate customers
* feat: search functionality for customers list endpoint
* draft: customers
* feat: endpoints for customer property values
* * feat : added customer add, update and delete
* feat: added customer detail and empty state page
* chore: fixed lint errors
* fix: build errors
* refactor: moving validator functions into seperate file
* refactor: moving validator functions into seperate file
* chore: sidebar preference updated
* feat: added customers to sidebar
* chore: added feature flag to sidebar
* feat: endpoint to fetch related issues of a customer request
* fix: change the response fro type__is_epic to type_is_epic
* refactor: use query_params
* refactor: use query_params
* draft: customer request crud
* feat: issue search endpoint
* feat: issue search endpoint
* fix: removing is_epic filter
* fix: filter disabled epics on search
* feat: post endpoint for attachments
* feat: patch, delete and get endpoints of customer request attachments
* feat: issue count of a customer
* feat: search for customer requests
* fix: search results not accurate
* modify: issue search results
* fix: response field changes
* modify: add issue_ids in the response
* modify: customer request response to include issue_ids
* modify: add issue details in customer request post endpoint
* modify: type_is_epic to is_epic
* fix: add permission class
* draft: customer requests
* modify: customer attachments to return asset_url and entity_identifier
* feat: added crud for customer requests
* fix: build errors
* modify: customer request issue endpoint to related issue to customer
* chore: updated customers endpoints
* chore: updated endpoints
* fix: search results
* chore: updated remove/add work item endpoint
* fix: customer requests response returning deleted work items
* feat: issue template
* fix: search to return deleted customer request issues
* chore: updated customer create request
* fix: remove disabled project epics from customer requests list
* modify: Customer requests endpoint to return attachment count
* feat: request attachments crd
* chore: updated the migration file
* fix: return asset url
* feat: get endpoint for attachments
* chore: changed the migration file
* chore: added project base model
* chore: migration changes
* fix: migration
* chore: update migrations
* feat:added custom properties customer
* fix: customer logo
* fix: customer property value endpoint
* chore: add logo for customers
* fix: attachment api
* fix: add query params for attachments
* fix: return customer_request_id
* feat: customer logo
* feat: added customer logo
chore: fixed work item mutation issue
* fix: customers pagination
fix: remove unwanted code
* feat: search and pagination for customers
* chore: customer and customer request count on work items
fix: remove unnecessary files
* fix: minor fix
* fix: return customer and requests counts
* fix: remove logo_url
* fix: remove logo_asset
* * chore: detail sidebar ui fixes
* chore: added attachment list to request update
* chore: added dark mode for detail empty state
* chore: added user permissions for customers
* chore: customer details in work items details
* feat: added language translation to customers
* fix: change permission class
chore: added workspace filter
chore: removed customer_request_issues_count from the response
* fix: code improvement
* chore: code improvements and refactor
* fix: change manager
* fix: change manager
* change manage
* fix: feature validation
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Vamsi krishna <matalav55@gmail.com >
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-03-05 21:13:32 +05:30
Aaryan Khandelwal
d286cf971e
feat: dashboards ( #2638 )
...
* dev: dashboard details page
* choree: update lucide-react versions across the repo
* chore: update chart components
* chore: update view mode term
* chore: remove translation
* dev: widgets grid layout aadded
* chore: dashboard migrations
* [WEB-3061] dev: dashboard details page components (#2387 )
* dev: dashboard details page
* choree: update lucide-react versions across the repo
* chore: update chart components
* chore: update view mode term
* chore: remove translation
* chore: changed the name of the dashboard
* chore: removed the show legend
* chore: added deleted by in workspace connection
* chore: dashboard crud operations (#2449 )
* chore: dashboard migrations
* chore: dashboard widget and quick filters crud
* chore: added the dashboard reference to widget
* chore:
* refactor: dashboards store
* chore: add missing argument
* chore: widgets crud aded
* chore: add loader and empty states
* refactor: optimize performance
* fix: bulk update widgets
* chore: add update widget logic
* chore: rearrange logic added
* chore: chart configs added
* chore: add color palettes
* fix: build errors
* chore: add missing translations
* fix: types and build errors
* chore: udpated the migration file
* chore: dynamic chart generation
* chore: not configured state added
* chore: configurations updated
* chore: added x axis and group by for widgets
* chore: null value validation
* chore: remove static data
* chore: update data fetching logic
* chore: new translation keys
* chore: payload structure changed for widgets
* chore: add apperance config
* chore: updated the logic with required payload
* chore: update data structure
* feat: issue template
* chore: update input and select fields
* chore: updated the migration file
* chore: update widget data fetch logic
* chore: circular chart colors
* chore: update select button file
* chore: replace types with enums
* chore: add new translation keys
* chore: changed the migration file
* chore: added project base model
* fix: delete dashboard logic
* fix: responsive grid layout
* chore: migration changes
* chore: legends added
* fix: build error
* chore: react-grid-layout ui
* chore: missing translation keys
* fix: widget layout
* chore: line chart legends
* chore: add comparison area chart
* chore: added estimate value calculation
* chore: removed an extra key
* chore: update axis line colors
* chore: widget axis creation
* chore: widget logic change
* chore: added date grouping
* chore: realtime sidebar updates
* chore: type fix
* chore: changed the payload structure
* fix: chart tooltip labels
* fix: chart resize not working
* chore: dashboard query optimisation
* fix: typo fix
* chore: dashboard widget deletion
* chore: realtime config update
* fix: not configured state asset path
* chore: text widget metric added
* fix: legends and tooltip oveflow
* chore: update color picker UI
* chore: donut chart center value
* fix: pie chart tooltip
* chore: progress donut chart
* fix: workspace dashboard ids
* chore: update loading and empty states
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2025-03-05 21:07:31 +05:30
sriram veeraghanta
97b0b72528
Merge branch 'preview' into sync/ce-ee
2025-03-05 17:44:05 +05:30
sriram veeraghanta
c64c15948b
fix: package license repliation
2025-03-04 20:20:38 +05:30
sriram veeraghanta
68325866ef
fix: package version update
2025-03-04 19:32:12 +05:30
Anmol Singh Bhatia
990ebde830
fix: attachment item created by ( #2636 )
2025-03-04 14:00:03 +05:30
sriram veeraghanta
beb31eb9b3
Merge pull request #2596 from makeplane/sync/ce-ee
...
Sync: Community Changes
2025-02-24 21:12:57 +05:30
sriram veeraghanta
f70eae2f3b
fix: package version update
2025-02-24 20:37:55 +05:30
Vipin Chaudhary
cf68e5a333
[WEB-3413] Fix : handle deactivated users in issue property activity ( #2582 )
...
* fix typo
* handle deactivated user
* add actor detail from api
* add actor_details
2025-02-24 15:02:07 +05:30
sriram veeraghanta
447c26a07c
Merge branch 'preview' into sync/ce-ee
2025-02-19 18:07:20 +05:30
Anmol Singh Bhatia
376f781052
fix: attachment item avatar ( #6650 )
2025-02-19 18:02:39 +05:30
Prateek Shourya
c0e04c9838
refactor: enhance custom properties components modularity ( #2375 )
...
* refactor: enhance custom properties components modularity
* chore: minor updates
* chore: issue properties store improvement
* chore: improved modularity for additional properties
* chore: updated work items modularity
---------
Co-authored-by: Vamsi krishna <matalav55@gmail.com >
2025-02-19 15:25:08 +05:30
Prateek Shourya
4f2a4944ef
fix: separate work item type and epic custom properties fetching ( #2495 )
...
* fix: seprate work item type and epic custom properties fetching
* fix: better error handling
* fix: error handling
* improvement: seprate out feature enable check
* improvement: seprate out epic analytics store
* chore: swr keys update
* minor updates realted to code splitting'
2025-02-18 15:10:35 +05:30
Anmol Singh Bhatia
dc630a1ee2
[WEB-3291] dev: app sidebar revamp ( #2427 )
...
* chore: sidebar preference endpoint updated
* chore: sidebar preference type and constant added
* feat: extended app sidebar implementation
* chore: sidebar preference endpoint updated
* feat: extended project sidebar implementation
* chore: code refactor
* chore: sidebar preference endpoint updated
* chore: workspace navigation item dnd implementation
* chore: ux improvement
* chore: overview navigation added under project and ux improvements
* chore: workspace constant and types updated
* chore: workspace service, store and app theme store updated
* dev: extended sidebar implementation and code refactor
* chore: code refactor
* chore: code refactor
* chore: ux improvements
* chore: ux improvements
* chore: sidebar preference endpoint updated
* chore: sidebar preference endpoint updated
* chore: sidebar preference endpoint updated
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: initiatives toggle application error
* chore: code refactor
* chore: code refactor
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-02-18 00:41:27 +05:30
Prateek Shourya
498a021e33
refactor: workspace level project features ( #2518 )
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-02-18 00:03:29 +05:30
sriram veeraghanta
55b9f0b402
Merge branch 'preview' into sync/ce-ee
2025-02-17 23:56:45 +05:30
Anmol Singh Bhatia
473932af0a
[WEB-3291] dev: app sidebar revamp ( #6578 )
...
* chore: workspace constant and types updated
* chore: workspace service, store and app theme store updated
* dev: extended sidebar implementation and code refactor
* chore: ux improvements
* chore: sidebar preference endpoint updated
* chore: sidebar preference endpoint updated
* chore: sidebar preference endpoint updated
* chore: code refactor
* chore: code refactor
* chore: radix-ui react-scroll-area added to plane ui package
* chore: scrollbar color token added to tailwind config
* dev: scroll area component
* chore-scroll-area-component-improvement
* fix: build error
* chore: code refactor
---------
Co-authored-by: sangeethailango <sangeethailango21@gmail.com >
2025-02-17 23:46:55 +05:30
Anmol Singh Bhatia
4353cc0c4a
[WEB-3268] feat: url pattern ( #6546 )
...
* feat: meta endpoint for issue
* chore: add detail endpoint
* chore: getIssueMetaFromURL and retrieveWithIdentifier endpoint added
* chore: issue store updated
* chore: move issue detail to new route and add redirection for old route
* fix: issue details permission
* fix: work item detail header
* chore: generateWorkItemLink helper function added
* chore: copyTextToClipboard helper function updated
* chore: workItemLink updated
* chore: workItemLink updated
* chore: workItemLink updated
* fix: issues navigation tab active status
* fix: invalid workitem error state
* chore: peek view parent issue redirection improvement
* fix: issue detail endpoint to not return epics and intake issue
* fix: workitem empty state redirection and header
* fix: workitem empty state redirection and header
* chore: code refactor
* chore: project auth wrapper improvement
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2025-02-15 05:05:00 +05:30
Anmol Singh Bhatia
aad0e96979
[WEB-3268] feat: sanity url pattern for issue details ( #2397 )
...
* feat: meta endpoint for issue
* chore: add detail endpoint
* chore: getIssueMetaFromURL and retrieveWithIdentifier endpoint added
* chore: issue store updated
* chore: move issue detail to new route and add redirection for old route
* fix: issue details permission
* fix: work item detail header
* chore: generateWorkItemLink helper function added
* chore: copyTextToClipboard helper function updated
* chore: workItemLink updated
* chore: workItemLink updated
* chore: workItemLink updated
* chore: workItemLink updated
* fix: issues navigation tab active status
* fix: issues navigation tab active status
* fix: invalid workitem error state
* fix: invalid workitem error state
* chore: peek view parent issue redirection improvement
* chore: peek view parent issue redirection improvement
* chore: code refactor
* fix: issue detail endpoint to not return epics and intake issue
* fix: build error
* fix: workitem empty state redirection and header
* fix: workitem empty state redirection and header
* fix: build error and code refactor
* fix: yarn lock
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-02-14 19:33:17 +05:30
Prateek Shourya
6fa8c0f2f2
[WEB-3394] fix: pages app workspace switcher and plan name ( #2501 )
...
* fix: pages app workspace switcher and plan name
* improvement: subscription name and color updated along with API response
2025-02-14 19:29:07 +05:30
Prateek Shourya
13190a980b
fix: merge conflicts resolved
2025-02-14 19:14:54 +05:30
Prateek Shourya
bf1f12378e
improvement: minor improvements for workspace switcher ( #6609 )
2025-02-14 19:03:32 +05:30
sriram veeraghanta
c56119f090
Merge pull request #2494 from makeplane/sync/ce-ee
...
Sync: Community Changes
2025-02-13 23:38:27 +05:30
Prateek Shourya
3528d2c934
[WEB-3368] feat: enhance workspace invitations with copyable invite links ( #6601 )
...
* feat: invitation link url
* feat: copy invite link from workspace invitations list
* invitation reponse cleanup and logo url fix
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2025-02-13 23:35:25 +05:30
Prateek Shourya
1accd003f3
fix: ensure custom properties are fetched ( #2493 )
2025-02-13 23:32:41 +05:30
Nikhil
ea7244402f
[WEB-3348] fix: workspace delete ( #2429 )
...
* fix: workspace delete
* chore: add can workspace delete
* chore: add workspace user me serializer
* fix: workspace deletion
* fix: copy changes
* chore: add trial subscription
* chore: add trial indication in workspace swicher
* fix: deletion flow for free trial
* chore: add none case for workspace licenses
* fix: current plan api to correctly show trial remaining days
* fix: translations and enums
* fix: fixed image for pro trial
* fix: handled Plane one subscription badge
* revert unrealted changes
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-02-12 17:55:12 +05:30
Nikhil
213fd167f6
[WEB-3030] feat: business plan changes ( #2395 )
...
* chore: add business plan changes
* chore: monitor updates for business plan
* chore: license verification
* chore: add validation for license cancellation
* chore: proration preview endpoint
* chore: add exception handling
* fix: license updates
* chore: add last payment failed date and count
* fix: invoice plan
* add current price amount
* feat: new add seats UI
* update price
* proration preview logic
* fix: invoicing endpoint
* add manage seats button to pro and bussiness card
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-02-12 17:26:27 +05:30
sriram veeraghanta
64efc7c262
Merge pull request #2442 from makeplane/sync/ce-ee
...
Sync: Community Changes
2025-02-10 19:42:53 +05:30
Vamsi Krishna
8efe692c80
[WEB-3235]fix: transfer issues button mutation ( #6549 )
...
* fix: pending issues mutation
* fix: transfer issues count
2025-02-10 19:33:43 +05:30
Aaryan Khandelwal
dcf611c1fa
fix: merge conflicts resolved from preview
2025-02-10 17:06:43 +05:30
Aaryan Khandelwal
ce57c1423c
[WEB-3329] dev: new chart components ( #6565 )
...
* dev: new chart components
* chore: separate out pie chart tooltip
* chore: remove unused any types
* chore: move chart components to propel package
2025-02-10 16:01:06 +05:30
Nikhil
9ec72da932
Merge branch 'preview' into sync/ce-ee
2025-02-10 15:09:20 +05:30
Akshita Goyal
a2328d0cbe
fix: workspace roles for settings and members button ( #6574 )
...
* fix: workspace roles for settings and members button
* fix: user role and member count for new workspace
* chore: set role to 20 while workspace creation
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-02-10 15:03:50 +05:30