MarkusJohansen / dagens-ord

Hobby-prosjekt for to ordsmeder som synes ord og uttrykk er gøy 🤝
https://dagensord.no
1 stars 0 forks source link

Algorithm that determines wether an expression already exists #132

Open MarkusJohansen opened 1 month ago

MarkusJohansen commented 1 month ago

We got over a 100 suggestions and over 200 expressions in our database, which means that it becomes increasingly difficult to check wether a suggestion already exists in the database. We need to find a way to determine this either in the adminpanel or before it is suggested by the user.

Should run server side which means that we should wait for #124

henrikmw commented 1 month ago

Put up a quick PR in the current API as I see the FastAPI still has a way to go