WeightliftingNZ / lifter-api

Access athlete and competition results for weightlifting.
https://lifter.shivan.xyz
MIT License
1 stars 1 forks source link

Search field in Django Lifts and Athletes #38

Open ditorelo opened 1 year ago

ditorelo commented 1 year ago

It's very handy to be able to go in there to update lifts, specially where I have misspelled athletes that have lifts agains then so I can delete duplicates.

HOWEVER, lists are quite big now (500+) so having to click on each page to find relevant records is a bit time consuming - could we hook up Django's search tool to those lists?

shivan-s commented 1 year ago

I might have to create a new endpoint for all the lifts.

In terms of misspelt athletes, what we might have to do is relink the lift to the correct athlete and then delete the misspelt athlete.

Hope I understand the problem.