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

[FR]: Detect and notify of potential scholarship duplicates #996

Open
1 task done
josueetcom opened this issue Apr 20, 2022 · 1 comment
Open
1 task done

[FR]: Detect and notify of potential scholarship duplicates #996

josueetcom opened this issue Apr 20, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@josueetcom
Copy link
Member

josueetcom commented Apr 20, 2022

Is there an existing feature request for this?

  • I have searched the existing feature requests.

What is your feature idea?

If you add a scholarship that basically the same as another one there's no easy way to know the scholarship already exists. After the user enters basic info we should search the database for similar scholarships and notify the user of potentially duplicate scholarships. We could look for similar scholarships based on name, deadline, amount, website, description and display warning if we find something (e.g. 3/5 or 4/5 of those match).

Whatever we come up with, we should test it with our current data set and make sure false detections are at a minimum.

What alternatives have you considered?

We could potentially use ML for this. We could also just let users load all scholarships and Ctrl/Cmd-F the page. Or maybe we can add search somehow and that'll make finding duplicates before adding them faster?

@josueetcom josueetcom added the enhancement New feature or request label Apr 20, 2022
@josueetcom josueetcom added the bug Something isn't working label May 3, 2022
@josueetcom
Copy link
Member Author

A combination of #997 and sorting by name would allow users to scan through the list of results and find a specific one. Also if we have a search box that'd be cool too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant