mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
* 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>