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

[OTHER] add category name to the url #1620

Closed
3 tasks done
rupali-codes opened this issue Aug 23, 2023 · 8 comments · Fixed by #1654
Closed
3 tasks done

[OTHER] add category name to the url #1620

rupali-codes opened this issue Aug 23, 2023 · 8 comments · Fixed by #1654
Assignees
Labels
goal: new-feature New feature or request quick-fix Shouldn't take much time to finish 🚀 ready

Comments

@rupali-codes
Copy link
Owner

rupali-codes commented Aug 23, 2023

What would you like to share or ask?

Hi, I want to add the category name in the URL when the dropdown button gets clicked. For example, when user would visit https://linkshub.dev/languages then it should redirect to the open source section and open the open-source dropdown by default

Currently:
image

Should be like this:
image

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I am willing to work on this issue (optional)
@rupali-codes rupali-codes added quick-fix Shouldn't take much time to finish goal: new-ideas Ideas from contributor labels Aug 23, 2023
@github-actions
Copy link

To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, 🚀 ready.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2023
@rupali-codes
Copy link
Owner Author

@Anmol-Baranwal @k-deepak04 and @CBID2 lemme know what you guys think about it

@Anmol-Baranwal
Copy link
Collaborator

Anmol-Baranwal commented Aug 23, 2023

There can be two ways.

  1. The user doesn't want this to open, so he directly goes to the respective URL (which he/she already knows). In this case, it would be bad UX.

  2. It opens up, and the user can navigate to other sections by seeing the subcategories within that section. This is more general and I believe this would increase UX.

I prefer second option.

@rupali-codes
Copy link
Owner Author

There can be two ways.

  1. The user doesn't want this to open, so he directly goes to the respective URL (which he/she already knows). In this case, it would be bad UX.
  2. It opens up, and the user can navigate to other sections by seeing the subcategories within that section. This is more general and I believe this would increase UX.

I prefer second option.

the first one is how it looks like currently, and the second one is about what i wanna do in there

@CBID2
Copy link
Collaborator

CBID2 commented Aug 24, 2023

There can be two ways.

  1. The user doesn't want this to open, so he directly goes to the respective URL (which he/she already knows). In this case, it would be bad UX.

  2. It opens up, and the user can navigate to other sections by seeing the subcategories within that section. This is more general and I believe this would increase UX.

I prefer second option.

I prefer the second option too @Anmol-Baranwal and @rupali-codes.

@rupali-codes
Copy link
Owner Author

@Anmol-Baranwal could you please elaborate more on the second option?

@Anmol-Baranwal
Copy link
Collaborator

@Anmol-Baranwal could you please elaborate more on the second option?

Imagine you're navigating a website with a sidebar. This sidebar serves as a navigational hub, providing you with quick access to various sections of the website. Now, let's focus on a specific scenario: you want to explore the "Icons" section of the website.

Scenario A: Sidebar Stays Closed
In this case, if the sidebar remains closed even when you access the "/icons" route:

  • You would need to manually open the sidebar, which adds an extra step in your navigation process. This can be frustrating, especially if you're not familiar with the site's layout.

Scenario B: Sidebar Automatically Opens to Subcategory
Now, let's consider the enhanced scenario where the sidebar automatically opens to the "Icons" subcategory when you visit the "/icons" route:

  • By automatically expanding the sidebar to the relevant subcategory, you're saving users time and effort. They can immediately see the available options related to icons without the need to manually interact with the sidebar.

  • Opening to the "Icons" subcategory visually guides users, showing them where they are and how to proceed. It's like walking into a store and finding the section you're interested in immediately visible.

  • Users don't need to remember to open the sidebar or figure out which section they're in. The website proactively supports their journey, reducing cognitive load and improving the overall user experience.

Incorporating this behavior aligns with the UX principle of reducing friction and making navigation as seamless as possible. It's a small change that can make a big impact on user satisfaction and usability!

@rupali-codes
Copy link
Owner Author

@Anmol-Baranwal i see, thats exactly what i was saying :)

@rupali-codes rupali-codes self-assigned this Aug 26, 2023
@rupali-codes rupali-codes added goal: new-feature New feature or request 🚀 ready and removed goal: new-ideas Ideas from contributor 🔒 locked labels Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
goal: new-feature New feature or request quick-fix Shouldn't take much time to finish 🚀 ready
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants