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

[Feature]: Show only different solutions #1361

Open
ild0tt0re opened this issue Dec 28, 2023 · 3 comments
Open

[Feature]: Show only different solutions #1361

ild0tt0re opened this issue Dec 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@ild0tt0re
Copy link

ild0tt0re commented Dec 28, 2023

Description

When I click on Solutions tab only different solutions are shown.

Explanation

As a student I would like to have a list of solutions implemented in different ways instead of getting lost in solutions repeated 'n' times

@ild0tt0re ild0tt0re added enhancement New feature or request triage labels Dec 28, 2023
@Dun-sin
Copy link
Contributor

Dun-sin commented Dec 28, 2023

this makes alot of sense @ild0tt0re how do you suggest this can be done?

@ild0tt0re
Copy link
Author

ild0tt0re commented Dec 28, 2023

this makes alot of sense @ild0tt0re how do you suggest this can be done?

Some idea:

  • use the TS Compiler API to auto check the similar structure of each solution
    • for Thoughts and Approaches can we keep the one with the most votes? or leverage AI to help generate the best description from those provided?
  • if we want also the current implementation, a new filter (Different solutions) can be added

@jhechtf jhechtf removed the triage label Dec 28, 2023
@bautistaaa
Copy link
Member

bautistaaa commented Dec 29, 2023

the idea would be the good ones rise to the top via upvotes. im unsure you can truly differentiate similar approaches (same approach diff variable names).

this becomes less of a problem the more advanced you get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

4 participants