uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

Update job_configurations to study configurations #114

Closed zmorris248 closed 5 months ago

zmorris248 commented 6 months ago

If this feature request related to a problem? Please describe.

Refactoring the name of job configurations to study configurations Alternatives Considered If Applicable

Rationale

The old naming schema is too general. This will increase the readability of our app. Implementation Ideas

Create a new table 'study configurations' in the models module. Create a new migration that creates this in the db and drop the old job_configurations table. Refactor all places in the app that refer to 'job_configurations' to 'study_configurations' Additional Context