Skip to content

Conversation

aaryan610
Copy link
Member

@aaryan610 aaryan610 commented Mar 8, 2024

What's new?

  1. Users can now filter and search for cycles by name.
  2. In the active cycles tab, if no active cycle is present, the upcoming cycles can be seen.
  3. Now, in the cycles page, only 2 tabs will be visible- Active and All.
  4. New sorting order for cycles-
    • Active cycle.
    • Upcoming cycles(sorted by start date in ascending order).
    • Draft cycles.
    • Completed cycles(sorted by start date in descending order, displayed in an accordion).

Media:

  1. Filtering and searching-
Screen.Recording.2024-03-09.at.8.48.17.PM.mov
  1. Upcoming cycles in the active cycle tab, if no active cycle is present-
image
  1. Completed cycles accordion-
Screen.Recording.2024-03-09.at.8.52.17.PM.mov

Other improvements:

  1. Refactored cycles folder structure.
  2. Created a new component for cycle quick actions dropdown.

Plane issues: WEB-409, WEB-410, WEB-527, WEB-682


return (
<Link
href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycleId}`}

Check warning

Code scanning / CodeQL

Client-side URL redirect

Untrusted URL redirection depends on a [user-provided value](1).
@pushya22 pushya22 requested review from rahulramesha and removed request for gurusainath March 8, 2024 09:25
@aaryan610 aaryan610 marked this pull request as draft March 8, 2024 10:29
@aaryan610 aaryan610 requested a review from rahulramesha March 8, 2024 13:30
@aaryan610 aaryan610 changed the title [WEB-682] feat: cycles list filters, ordering and searching [WEB-682] feat: cycles list filtering and searching Mar 8, 2024
@aaryan610 aaryan610 marked this pull request as ready for review March 9, 2024 15:25
@sriramveeraghanta sriramveeraghanta merged commit 5357311 into develop Mar 11, 2024
@sriramveeraghanta sriramveeraghanta deleted the feat/cycle-filters branch March 11, 2024 15:30
JayashTripathy pushed a commit that referenced this pull request Aug 24, 2025
* refactor: remove barrel exports from some compoennt modules

* refactor: remove barrel exports from issue components

* refactor: remove barrel exports from page components

* chore: update type improts

* refactor: remove barrel exports from cycle components

* refactor: remove barrel exports from dropdown components

* refactor: remove barrel exports from ce  components

* refactor: remove barrel exports from some more components

* refactor: remove barrel exports from profile and sidebar components

* chore: update type imports

* refactor: remove barrel exports from store hooks

* chore: dynamically load sticky editor

* fix: lint

* chore: revert sticky dynamic import

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* chore: update hook imports

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* fix: build errors

* refactor: remove barrel exports from ce issue components

* refactor: remove barrel exports from ce issue components

* refactor: remove barrel exports from ce issue components

* fix: build errors

---------

Co-authored-by: Aaryan Khandelwal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants