drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

Move all serializers into a single file in the same dir #257

Closed musale closed 6 years ago

musale commented 6 years ago

Description

Move serializers in the interface app into a single file for each directory

Reference to official issue

Addresses issue #201

Motivation and Context

Makes the app structure cleaner and concise

How Has This Been Tested?

interface.backend.cases and interface.backend.images have a serializers.py file that holds all the respective serializers previously situated in their models.py files.

CLA

lamby commented 6 years ago

LGTM, just seeing some conflicts... :)

musale commented 6 years ago

@lamby I have fixed the conflicts now 😄