MSA-Lone-Star-Council / 2019-showdown

The app for MSA Showdown, hosted by Lone Star Council
2 stars 0 forks source link

Update the backend schedule to 2018 #122

Open Saadnajmi opened 6 years ago

Saadnajmi commented 6 years ago

The backend database is either empty, or contains the events from last year. We would like to add all the current events to it. As per Zuhair, it (should) involve something like the following:

1) Using this parser to add events from a CSV https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/add_events.py 2) Updating locations on this file (may not be needed) https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/0002_auto_20170407_0107.py 3) running docker-compose once those are done

Saadnajmi commented 6 years ago

Alternatively, if we get the backend up, we could manually add all the events from the admin iOS app