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

✨ Enhancement: Add sorting feature in the blog section #1474

Open
NOOB-3301 opened this issue Mar 6, 2025 · 5 comments
Open

✨ Enhancement: Add sorting feature in the blog section #1474

NOOB-3301 opened this issue Mar 6, 2025 · 5 comments
Labels
✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Accepted It's clear what the subject of the issue is about, and what the resolution should be. Status: In Progress This issue is being worked on, and has someone assigned.

Comments

@NOOB-3301
Copy link

Is your feature request related to a problem? Please describe

When a user wants to read a older blog they have to scroll down too much. it can be done better with a sorting by time (newest or oldest) option , this will give better user experience

Describe the solution you'd like

i want to add a sorting by time feature (newest or oldest).

Approach:
most of the blogs are in md file and have , date column common . We can extract it from file and sort them on basis of the date.

Describe alternatives you've considered

No response

Additional context

No response

Are you working on this?

Yes

@NOOB-3301 NOOB-3301 added Status: Triage This is the initial status for an issue that requires triage. ✨ Enhancement Indicates that the issue suggests an improvement or new feature. labels Mar 6, 2025
@DhairyaMajmudar
Copy link
Member

@NOOB-3301 what are your plans for implementing this? Design ideas are welcome.

@DhairyaMajmudar DhairyaMajmudar added Status: In Progress This issue is being worked on, and has someone assigned. Status: Accepted It's clear what the subject of the issue is about, and what the resolution should be. and removed Status: Triage This is the initial status for an issue that requires triage. labels Mar 11, 2025
@siva222003
Copy link

Hey @DhairyaMajmudar can you assign me this issue?

Approach

I want to add filters for tags, authors, and sorting based on date.

Current State

  • Filtering is already implemented, but tags are hardcoded, and there's no multi-select option.

Proposed Solution

  • Extract all unique tags and authors from existing blogs.
  • Implement a multi-select dropdown for both tags and authors.
  • Add an option to sort blogs by date.

@idanidan29
Copy link
Contributor

hey @NOOB-3301 are you still working on this? I would be happy to suggest some designs

@NOOB-3301
Copy link
Author

hey @NOOB-3301 are you still working on this? I would be happy to suggest some designs

Heyy @idanidan29 sorry for late reply, I haven't done that much work on it due my sem exams , do share your designs would love to collaborate 🙌🙌😊

@idanidan29
Copy link
Contributor

idanidan29 commented Mar 23, 2025

Hey @NOOB-3301, thanks for the opportunity! I’d love to collaborate with you. I was thinking that this design could fit well with the current filtering methods.

Image

I would love to hear your thoughts on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Accepted It's clear what the subject of the issue is about, and what the resolution should be. Status: In Progress This issue is being worked on, and has someone assigned.
Projects
None yet
Development

No branches or pull requests

4 participants