-
-
Notifications
You must be signed in to change notification settings - Fork 137
[Bug] The filters use URLs to display the filtered resources #270
Copy link
Copy link
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Metadata
Metadata
Assignees
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Type
Projects
Status
Backlog
Description
While choosing any filter for the resources (for ex.
Topic = Licenses), the url of the page gets changed fromurltourl/all/topic=license. So when we press the cross [x] to revert the changes, the page goes tourl/alland not on justurl.Reproduction
https://resources.creativecommons.org/to (finally)https://resources.creativecommons.org/all/?Expectation
The filtering of resources should follow a
class-based systemand not the changing of URL. the chosen filters should be toggled as class name in the concerned resources and only those resources will be displayed.Screenshots
The url normally looks like:

After choosing a filter

Topic = Licenses:Now clicking on the

[x]alongside the chosen filter:Resolution