codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

flask_restful vs plain routes #73

Open ejmg opened 5 years ago

ejmg commented 5 years ago

once dust settles, revisit the splintering of our routes between flask_restful style api resources and traditional flask view routes.

Looking at flask_restful, I'm getting the impression there are some features that have long stagnated on the library which make implementing more modern Flask app features more of a pain. We are probably better off just reverting everything in auth/ back to normal routes and focus on how we organize our routes using blueprints for the equivalent result w/o using flask_restful.