mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
URL Parameters for Filtering #524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@meltyshev commented on GitHub (Jun 14, 2024):
Hi! Since this only applies to the frontend, we can use hash params instead of query params :)