-
Notifications
You must be signed in to change notification settings - Fork 212
[$40] Challenge Listing page to automatically saves the latest user browsing state #3553
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
Comments
Contest https://www.topcoder.com/challenges/30112905 has been created for this ticket. |
@topcoder-platform/topcodercompetitors this one is now open for pickup. Please PR against the branch https://github.com/topcoder-platform/community-app/tree/feature-member-profiles |
Contest https://www.topcoder.com/challenges/30112905 has been updated - it has been assigned to rashmi73. |
@kkartunov active on it |
@kkartunov PR #3580 |
@SathyaJayabal @nithyaasworld this is ready for testing on dev. |
@kkartunov @Oanh-and-only-Oanh The last state of the filters is saved based on the browser instance and not based on the user. For example if a user logs out and logs in as a different user on the same browser, the old user's last filter state is persisted. Also when the same user logs in using a different browser, the filter state is not persisted. Is this the expected behaviour ? I am marking this as QA pass. Please make it as QA Fail if this behaviour is incorrect. |
@SathyaJayabal thanks for catching that behavior. That's fine. We can mark it as QA pass. |
Verified in beta |
Verified in production. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30112905 |
Thanks all, you guys awesome! It's cool to see on how the development works/how a suggestion being implemented :) |
Uh oh!
There was an error while loading. Please reload this page.
In the current Challenge Listing page, we need to toggle off the 'irrelevant tracks' each time we visit this page. Resulting hundreds/thousands unnecessary clicks daily.
From the user standpoint it will be nice in case the server could save the last state of our browsing state (which track we turned on, and which we turned off). This looks small, but Challenge Listing page is something that could be visited several times daily, thus a prominent one. Imagine having to click two additional buttons after each time we visit home button in Instagram/Facebook just to see our desired information.
Thank you.
The text was updated successfully, but these errors were encountered: