admiralbolt / sms

Seattle Music Scene
1 stars 0 forks source link

Create UI for CRUD/Management operations #28

Closed admiralbolt closed 6 months ago

admiralbolt commented 9 months ago

Editing things in the database is a huge pain in the ass. Django admin isn't a good fit for events or venues because there are hundreds of venues and thousands of events. Need to be able to search for venues / events and get directly to an editable view from the UI somehow.

This will be a big chunk of work, probably require some restructuring of the frontend code as well as creating a bunch of Admin only rest views for editing.

admiralbolt commented 6 months ago

The admin panel has been created!

More still needs to be added to it, but it's good enough for now!