UserJot
UserJot
6d ago

Simplify and Clean Up Shareable URLs

Clean up URL query params. When I share a URL for UJ, it has some weird looking characters from a user's perspective. It would be nice to have a clean looking URL to copy. The row limit should not be in the URL. I think there is an infinite scroll here so seems pointless. The status array gets decoded with % signs, so it looks weird. Could just be status=completed instead of status=["COMPLETED"]. And, the cursor param doesn't seem to change, so it doesn't do anything. This link: https://feedback.kualia.com/board/features?cursor=1&order=to…22COMPLETED%22] Could just be: https://feedback.kualia.com/board/features?status=completed So much nicer ^
PendingPending

6 days ago

Also, looks like another bug in the description where the link link was broken due to the %.