Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-578] feat: projects list filtering and ordering #3926

Merged
merged 13 commits into from Mar 12, 2024

Conversation

aaryan610
Copy link
Collaborator

@aaryan610 aaryan610 commented Mar 11, 2024

Projects list filtering and ordering

What's new?

  1. Users can now apply the following filters on the projects list-
    • My projects.
    • Project access.
    • Project lead.
    • Project members.
    • Project created at date.
  2. Users can now order the list of projects by-
    • Manual ordering.
    • Name.
    • Created at date.
    • Number of members

Media:

  1. Project filtering-
Screen.Recording.2024-03-12.at.1.44.02.PM.mov
  1. Project ordering-
Screen.Recording.2024-03-12.at.1.45.15.PM.mov

Plane issue: WEB-578

@pushya22 pushya22 requested review from gurusainath and removed request for rahulramesha March 11, 2024 09:27
if (project.is_member) router.push(`/${workspaceSlug?.toString()}/projects/${project.id}/issues`);
else setJoinProjectModal(true);
<Link
href={`/${workspaceSlug}/projects/${project.id}/issues`}

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
web/components/project/card.tsx Fixed Show fixed Hide fixed
@sriramveeraghanta sriramveeraghanta marked this pull request as draft March 12, 2024 07:21
web/components/project/card.tsx Dismissed Show dismissed Hide dismissed
@aaryan610 aaryan610 marked this pull request as ready for review March 12, 2024 08:17
@sriramveeraghanta sriramveeraghanta merged commit 69e110f into develop Mar 12, 2024
12 of 14 checks passed
@sriramveeraghanta sriramveeraghanta deleted the feat/project-filters branch March 12, 2024 14:06
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.

None yet

3 participants