ospc-org / ospc.org

Source code for PolicyBrain, ospc.org, and related assets.
MIT License
24 stars 32 forks source link

Create "core" app with utilities and other shared code #816

Open hdoupe opened 6 years ago

hdoupe commented 6 years ago

There are several functions that are duplicated in the dynamic and taxbrain apps. Further, several variables, functions, and classes in taxbrain are imported into dynamic. I think we should move this code into a utilities app named something like "core" or "utils."

Once we've accomplished this first part, we should begin looking at code in the views.py and models.py modules and thinking about how we reduce the amount of redundant code.

cc @codekansas

hdoupe commented 6 years ago

cc @kpinkelman