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

Filter inactive projects on the API request level #606

Open
Naveen-Pal opened this issue Jan 25, 2025 · 0 comments · May be fixed by #610
Open

Filter inactive projects on the API request level #606

Naveen-Pal opened this issue Jan 25, 2025 · 0 comments · May be fixed by #610
Assignees

Comments

@Naveen-Pal
Copy link
Collaborator

We don't need inactive project/chapter in list/search
so instead of using
{projects && projects.filter((project) => project.is_active).map(renderProjectCard)}
filter it on the API request level.

Reference: #422

@github-project-automation github-project-automation bot moved this to Backlog in Project Nest Jan 25, 2025
@Naveen-Pal Naveen-Pal linked a pull request Jan 25, 2025 that will close this issue
@arkid15r arkid15r moved this from Backlog to In progress in Project Nest Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant