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

[Feature] Projects Management | Sort Project in the List Page #3314

Open
ariefgp opened this issue Nov 11, 2024 · 0 comments
Open

[Feature] Projects Management | Sort Project in the List Page #3314

ariefgp opened this issue Nov 11, 2024 · 0 comments

Comments

@ariefgp
Copy link

ariefgp commented Nov 11, 2024

Related document:

Related User Stories


As a manager, I want to dynamically sort projects using multiple parameters so that I can analyze project portfolios and make data-driven decisions effectively

Project Sorting

Description

Implement a comprehensive project sorting system that enables managers to organize and analyze projects using various business-critical parameters.

Flow

  • Manager accesses project management page
  • System shows default sort (recently created)
  • Manager can:
    • Click column headers for quick sort
  • System updates showing:
    • Sort indicators
    • Sort order

Design

Figma Link: https://www.figma.com/design/80BIezvQ8KEwXakzfSFFie/Ever-Gauzy-Teams?node-id=12567-117697&t=NF7U8x6w4po9Ywqh-1

image

Acceptance Criteria:

  • Sort by:
    • Project title (A-Z, Z-A)
    • Start date (newest/oldest)
    • End date (newest/oldest)
    • Status (A-Z, Z-A)
  • Visual indication of current sort
  • Sort preference persists during session
  • Works in both grid and list views
  • Maintains current filters while sorting

Technical

Available:

where[organizationId]: 37ca77b2-4112-4e45-92ad-c691359023ff
where[tenantId]: 978f9a77-ec1b-4483-b3c0-d1f20a2a4293
where[members][employeeId]: 7988eb32-6ac3-4d5c-9d75-07d1a5021f2e
join[alias]: organization_project
join[leftJoin][tags]: organization_project.tags
relations[0]: organizationContact
relations[1]: members.employee.user
relations[2]: tags
relations[3]: teams
filters[project]: sour
filters[organizationContact]:
skip: 1
take: 10

  • All data is available in the API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant