[PR #1214] [MERGED] feat(client): Filter cards by tasks assigned user #885

Closed
opened 2025-10-09 19:05:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1214
Author: @millenium-codebug
Created: 6/13/2025
Status: Merged
Merged: 6/17/2025
Merged by: @meltyshev

Base: masterHead: master


📝 Commits (3)

  • f7a9ea9 feat: Add new methods to retrieve task lists and tasks model arrays; Filter cards by tasks assigned user
  • a5b3b4a pnpm + uv for faster build
  • 98eeb80 fix: Add server-side filtering, cleanup

📊 Changes

3 files changed (+20 additions, -4 deletions)

View changed files

📝 Dockerfile (+3 -3)
📝 client/src/models/List.js (+14 -1)
📝 server/api/hooks/query-methods/models/Card.js (+3 -0)

📄 Description

  • Implemented function to retrieve all tasklist of a card (not only "front" tasklist)
  • Implemented function to retrieve all tasks of a tasklist
  • Board filter now show card even if user is not member but have a task assigned inside that the card

Example:
example gif


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1214 **Author:** [@millenium-codebug](https://github.com/millenium-codebug) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f7a9ea9`](https://github.com/plankanban/planka/commit/f7a9ea9c03e92be08751e5a1e9fe683b05675e08) feat: Add new methods to retrieve task lists and tasks model arrays; Filter cards by tasks assigned user - [`a5b3b4a`](https://github.com/plankanban/planka/commit/a5b3b4ad5bcd13e8f93b0639ba08166f9a527952) pnpm + uv for faster build - [`98eeb80`](https://github.com/plankanban/planka/commit/98eeb80a19baede1b4377cfbb746e2071a7b52fd) fix: Add server-side filtering, cleanup ### 📊 Changes **3 files changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) 📝 `client/src/models/List.js` (+14 -1) 📝 `server/api/hooks/query-methods/models/Card.js` (+3 -0) </details> ### 📄 Description - Implemented function to retrieve all tasklist of a card (not only "front" tasklist) - Implemented function to retrieve all tasks of a tasklist - Board filter now show card even if user is not member but have a task assigned inside that the card Example: ![example gif](https://github.com/user-attachments/assets/d5a04e6d-9943-4b2a-baec-9e493d4dfdb1) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:05:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#885