sydevs / Atlas

Central database of worldwide meditation classes
6 stars 5 forks source link

Admin dashboard #12

Closed Ardnived closed 5 years ago

Ardnived commented 5 years ago

Implementation for #4

Still a work in progress

For whatever reason, when making this change I decided to modify the original migration instead of writing a new one 🤦‍♂️, so when pulling this code you will need to run (in this order)

rails db:drop
rails db:create
rails db:migrate
rails db:seed

Using db:reset and db:setup won't work because they just load the schema instead of reapplying the migrations from scratch.

Ardnived commented 5 years ago

This is ready for review now. There are still two aspects of the admin dashboard which I will implement in separate pull requests. Those are image uploads for events, and more useful listing/csv download for registrations.