This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$60] Reflect in URL all the filters, selected dates, page and perPage #30
Closed
Description
At the moment we can apply various filters, select dates, choose perPage and select page. But if after that we reload the page, all our selected filters, page and so on reset.
We all of them to be reflected in the URL as query params like
https://platform.topcoder-dev.com/taas-admin/work-periods?perPage=10&page=2&startDate=2021-10-01&userHandle=maxceem&paymentStatus=completed,pending
- If we load page by this URL directly all the filters, page and so on should be set as per URL
- Back/Forward browser buttons should work correctly, so if change page or filter, and then click Back, we should go to the previous filter/page