frankmarra / DLCM

0 stars 0 forks source link

Make release date required #157

Open frankmarra opened 1 year ago

frankmarra commented 1 year ago

Update logic so that all releases must have a release date. This is a multi-step issue.

First, we must change all null release dates to their created_at dates. Then we must make release_date not nullable

On front end, the release date must auto-populate to today's date.