URL Parameters for Filtering #524

Open
opened 2026-02-04 20:11:10 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Castcore on GitHub (Jun 14, 2024).

Is this a feature for the backend or frontend?

Frontend

What would you like?

I'd like to be able to be able to have URLs that go directly to a board and apply relevant filters that can be attached as parameters, so when the page loads it already has the filters applied.

Example:
https://plankanban.github.io/planka/#/boards/745664150193046535?label="Label 1"&"Label 2"

And this would apply the Label 1 and Label 2 filter.

Why is this needed?

I want this because it opens up new possibilities with Planka especially through the use of QR codes that can be scanned and take people to specific boards/tasks instead of having them apply the filters themselves. I think it will be great when public boards come too!

Other information

No response

Originally created by @Castcore on GitHub (Jun 14, 2024). ### Is this a feature for the backend or frontend? Frontend ### What would you like? I'd like to be able to be able to have URLs that go directly to a board and apply relevant filters that can be attached as parameters, so when the page loads it already has the filters applied. Example: https://plankanban.github.io/planka/#/boards/745664150193046535?label="Label 1"&"Label 2" And this would apply the Label 1 and Label 2 filter. ### Why is this needed? I want this because it opens up new possibilities with Planka especially through the use of QR codes that can be scanned and take people to specific boards/tasks instead of having them apply the filters themselves. I think it will be great when public boards come too! ### Other information _No response_
OVERLORD added the enhancement label 2026-02-04 20:11:10 +03:00
Author
Owner

@meltyshev commented on GitHub (Jun 14, 2024):

Hi! Since this only applies to the frontend, we can use hash params instead of query params :)

@meltyshev commented on GitHub (Jun 14, 2024): Hi! Since this only applies to the frontend, we can use hash params instead of query params :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#524