guru_sainath
2672163c9c
fix: implemented module analytics issue burndown chart
2024-06-09 01:03:06 +05:30
Bavisetti Narayan
dae291fe3b
[WEB-412] chore: estimates analytics ( #4730 )
...
* chore: estimate points in modules and cycle
* chore: burn down chart analytics
* chore: module serializer change
* dev: handled y-axis estimates in analytics, implemented estimate points on modules
* chore: burn down analytics
* chore: state estimate point analytics
* chore: updated the burn down values
* Remove check mark from estimate point edit field in
create estimate flow
---------
Co-authored-by: guru_sainath <gurusainath007@gmail.com>
Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
2024-06-07 18:19:45 +05:30
Aaryan Khandelwal
23f4d5418f
[WEB-1516] refactor: publish project modal and types ( #4716 )
...
* refacotr: project publish
* chore: rename service names
* chore: is_deployed changed to anchor
* chore: update is_deployed key
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-06-06 18:12:56 +05:30
pushya22
df620a5e86
Merge pull request #4717 from makeplane/chore/deploy-board-fields
...
chore: deploy board fields changes
2024-06-06 15:02:17 +05:30
pushya22
a59b150266
Merge pull request #4696 from makeplane/revamp-estimates-ce
...
[WEB-522] feat: Estimates revamp
2024-06-06 13:28:23 +05:30
Satish Gandham
53740fc57a
Fix sortable component as the sort order was broken.
2024-06-06 13:19:30 +05:30
NarayanBavisetti
a97994bb11
chore: space key changes
2024-06-06 13:16:52 +05:30
guru_sainath
509989279b
chore: initial radio select in create estimate
2024-06-06 13:07:45 +05:30
guru_sainath
ae9f1a7a94
chore: removed migration file and updated the estimate system order and removed ee banner
2024-06-06 12:55:27 +05:30
guru_sainath
2da91383d4
Merge branch 'develop' of gurusainath:makeplane/plane into revamp-estimates-ce
2024-06-06 12:01:45 +05:30
Satish Gandham
3ab9a233fe
Merge develop into revamp-estimates-ce
2024-06-05 20:09:06 +05:30
Aaryan Khandelwal
17f83d6458
[WEB-1516] refactor: space app routing and layouts ( #4705 )
...
* dev: change layout
* chore: replace workspace slug and project id with anchor
* chore: migration fixes
* chore: update filtering logic
* chore: endpoint changes
* chore: update endpoint
* chore: changed url pratterns
* chore: use client side for layout and page
* chore: issue vote changes
* chore: project deploy board response change
* refactor: publish project store and components
* fix: update layout options after fetching settings
* chore: remove unnecessary types
* style: peek overview
* refactor: components folder structure
* fix: redirect from old path
* chore: make the whole issue block clickable
* chore: removed the migration file
* chore: add server side redirection for old routes
* chore: is enabled key change
* chore: update types
* chore: removed the migration file
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2024-06-05 20:08:03 +05:30
Bavisetti Narayan
452e8f39ff
chore: squashed migration ( #4634 )
...
* chore: squashed migration
* chore: removed instance migraion
* chore: key changes
* chore: issue activity back migration
* dev: replaced estimate key with estimate id and replaced estimate type from number to string in issue
* chore: estimate point value field
* chore: estimate point activity
* chore: removed the unused function
* chore: resolved merge conflicts
* chore: deploy board keys changed
* chore: yarn lock file change
* chore: resolved frontend build
---------
Co-authored-by: guru_sainath <gurusainath007@gmail.com>
2024-06-05 17:47:48 +05:30
sriram veeraghanta
028e70c4c1
Merge branch 'develop' of github.com:makeplane/plane into preview
2024-06-05 15:58:49 +05:30
Nikhil
30fdc1015c
fix: cache invalidation on new members invite ( #4699 )
2024-06-05 15:57:27 +05:30
Henit Chobisa
272428b05e
fix: build test pull request running on non draft PRs ( #4708 )
2024-06-05 15:56:36 +05:30
Nikhil
911832d546
fix: cache invalidation on new members invite ( #4699 )
2024-06-05 15:17:43 +05:30
NarayanBavisetti
ea7a89ef87
chore: estimate point key change
2024-06-05 14:55:07 +05:30
NarayanBavisetti
7f99c95830
chore: estimate point value in graph
2024-06-05 14:35:46 +05:30
Nikhil
249e71e424
fix: email validation ( #4707 )
...
* fix: email validation on complete login or sign up functionality
* dev: add try catch block
* dev: split up code
* dev: empty return
2024-06-05 14:20:57 +05:30
rahulramesha
52d8d6e7ce
[WEB-1517] chore: remove drag handle from list drag block ( #4698 )
...
* remove drag handle from list drag block
* align list group header with list item
* rearrange chevron for list subissues and rearrange spaces
* adding default draggable property to control link
* remove unnecessary dependencies for useEffect
2024-06-05 14:03:49 +05:30
Aaryan Khandelwal
93a22034bd
[WEB-1501] chore: update selected entity details on entities list change ( #4702 )
...
* chore: update selected entity detials on entities list change
* chore: addd selectionHelpers as a prop
2024-06-05 12:48:50 +05:30
Prateek Shourya
453459d271
[WEB-1459] chore: save users all / favorite project list collapse state into localstorage. ( #4701 )
2024-06-05 12:47:16 +05:30
M. Palanikannan
8c5f693214
regression: focus changing issue with the peek overview editor ( #4700 )
2024-06-05 12:41:56 +05:30
NarayanBavisetti
e53ce860f9
chore: removed the migration file
2024-06-05 05:03:57 +05:30
sriram veeraghanta
4d17616670
fix: docker image build errors
2024-06-04 18:50:28 +05:30
sriram veeraghanta
c190bf3a6f
fix: regenerating lock file
2024-06-04 18:40:41 +05:30
Prateek Shourya
e503c901ae
[WEB-1521] chore: add configuration to enable/disable sign-ups. ( #4697 )
2024-06-04 15:35:20 +05:30
NarayanBavisetti
cf1728e38c
chore: changed default analytics
2024-06-04 15:26:00 +05:30
Satish Gandham
188f8ff83f
feat: Add components required for estimates ( #4690 )
...
* Add sortable, radio and typography components
* Remove stray css classes
* Prevent drag of items from other draggable
* Minor cleanup
* Update yarn.lock
* Remove radio input component as it was build on
headless ui v2.0.0 and now we are using v1.7.0
* Fix build errors
* Update dependencies in use memo.
2024-06-04 14:17:35 +05:30
guru_sainath
20dbdbc562
chore: removed ee files
2024-06-04 13:47:19 +05:30
guru_sainath
80814978af
chore: handled props in create modal
2024-06-04 13:42:17 +05:30
Prateek Shourya
77b73dc032
[WEB-1481] fix: multiple API calls in inbox issues on closed issues tab. ( #4691 )
...
* fix: multiple API calls on scroll and closed issues tab.
* fix: pagination loader on initial load.
2024-06-04 13:18:25 +05:30
M. Palanikannan
20acb0dd17
[WEB-1312] fix: trim file name before uploading ( #4661 )
...
* fix: trim file name before uploading
* fix: check the cursor position before inserting image
* dev: add trimming for file assets
* dev: add filename validation above if
* dev: make the validation to 50 to support user uploads
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2024-06-04 13:14:26 +05:30
Prateek Shourya
7e66e2736b
[WEB-1503] chore: add autofocus
to name field in inline create/ update state component. ( #4685 )
2024-06-04 13:12:18 +05:30
Prateek Shourya
cad55f3234
[WEB-1498] style: fix comments reaction alignment. ( #4686 )
2024-06-04 13:11:49 +05:30
guru_sainath
01d1456163
chore: resolved import error in packaged ui
2024-06-04 12:55:34 +05:30
guru_sainath
496479768b
chore: removed radio button from ui and updated in the estimates
2024-06-04 12:49:43 +05:30
guru_sainath
af7fc035d1
chore: resolved merge conflicts
2024-06-04 12:14:26 +05:30
Prateek Shourya
87582604f7
style: fix overlapping of response container in AI popover. ( #4684 )
2024-06-04 11:22:40 +05:30
Aaryan Khandelwal
dd65d03d33
[WEB-1184] feat: issue bulk operations ( #4674 )
...
* feat: issue bulk operations
* style: bulk operations action bar
* chore: remove edition separation
2024-06-04 11:12:24 +05:30
guru_sainath
a26cf199f7
fix: updated the issue create sorting
2024-06-03 21:53:17 +05:30
sriram veeraghanta
97eea75cb7
chore: update package version
2024-06-03 18:41:01 +05:30
Satish Gandham
4025ddca51
Fix sortable spacing issue in create estimate modal
2024-06-03 18:27:38 +05:30
Satish Gandham
21f1c8308f
Fix issues with sortable
2024-06-03 17:58:32 +05:30
guru_sainath
84ab12d501
fix: upgrader ee banner
2024-06-03 17:23:35 +05:30
guru_sainath
16fa9c9baa
fix: updated and handled the estimate points
2024-06-03 17:06:34 +05:30
Satish Gandham
a725385190
Extract the list row actions
2024-06-03 14:34:33 +05:30
Prateek Shourya
ddfd953408
fix: inbox issue store update logic. ( #4683 )
2024-06-03 14:32:18 +05:30
guru_sainath
a428bc16c4
[WEB-1492] fix: resolved issue creation error in layouts while group_by and sub_group_by filters applied in quick add ( #4682 )
...
* fix: resolved issue creation error in layouts while group_by and sub_group_by filters applied in quick add
* fix: updated braces in conditions
2024-06-03 14:27:39 +05:30