jreinstra / planner

Main repository for cardinal planner project.
MIT License
1 stars 1 forks source link

Make search API use django-rest-framework stuff #90

Open jreinstra opened 7 years ago

jreinstra commented 7 years ago

Make search API use more functionality from django-rest-framework, including validation and pagination.

jreinstra commented 7 years ago

This is an optimization and can wait until we want to add multi-page search results; moving to backlog for now.

Basically, we'd add a Serializer to serialize the search results and then add pagination to the results.

jreinstra commented 7 years ago

Additionally, when this is done the search API should be refactored to be in a better format than a massive cascading waterfall of if statements.