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

Add filters by project status to the projects list endpoint #466

Merged
merged 6 commits into from
Feb 8, 2025

Conversation

nrjadkry
Copy link
Member

@nrjadkry nrjadkry commented Feb 8, 2025

Description:

This PR introduces a new feature to improve projects list by filtering them by project completion status .
The status options includes following enums values:

class ProjectCompletionStatus(str, Enum):
    """Enum to describe all possible project completion status."""

    NOT_STARTED = "not-started"
    ON_GOING = "ongoing"
    COMPLETED = "completed"

These changes aim to enhance user experience by making it easier to navigate and find projects.

@nrjadkry nrjadkry self-assigned this Feb 8, 2025
@github-actions github-actions bot added enhancement New feature or request backend Related to backend code labels Feb 8, 2025
@nrjadkry nrjadkry merged commit f1f6cdf into develop Feb 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant