csmetrics / csmetrics.net

webapp for csmetrics.org
Creative Commons Attribution 4.0 International
28 stars 9 forks source link

Move the selectKeyword into the front-end by preloading the categories with the venues. #60

Closed DavidZhang73 closed 2 years ago

DavidZhang73 commented 2 years ago

Firstly, I extended the venueList with topics. I've kind of made an adapter between ajax and the getVenueList. The adapter would first cache the entire VenueList then the list is filtered when getVenueList is triggered. Since /select no longer needs any parameters, it is made to be a GET method and renamed it as /venue.

shinminjeong commented 2 years ago

Thanks a lot :D @DavidZhang73