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

Add query string in URLs #33

Open
chacha912 opened this issue Jul 27, 2022 · 0 comments
Open

Add query string in URLs #33

chacha912 opened this issue Jul 27, 2022 · 0 comments
Labels
enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers

Comments

@chacha912
Copy link
Contributor

chacha912 commented Jul 27, 2022

Description:

We need to add a query string in URLs.
URL parameters (query strings) are elements inserted in URLs to help you filter and organize content or track information on the website.
The main use-case of the query string is filtering: specifically searching and pagination.

ex)

  • document list
    • documents?pageIndex=2&pageSize=15
    • documents?limit=15&after_id=20 📎
  • document search :
    • documents/search?q=keyword
    • documents?search=keyword

Why:

Users can easily find where they were and understand their location on a page.

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

No branches or pull requests

2 participants