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

URL Parameters for Filtering #788

Open
Castcore opened this issue Jun 14, 2024 · 1 comment
Open

URL Parameters for Filtering #788

Castcore opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Castcore
Copy link

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 meltyshev added the enhancement New feature or request label Jun 14, 2024
@meltyshev
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants