sydevs / Atlas

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

CMS Overhaul #19

Closed Ardnived closed 4 years ago

Ardnived commented 4 years ago

An overhaul of the whole admin interface, and namespacing of the CMS code.

I realised that there are a lot of Many-to-Many relationships between the different models, and could do with another way of being represented. Since this is a massive PR, and I thought I'd post some pictures just to help you get your head around what's going on.

Essentially now, every record can be viewing in the CMS and will show a series of tabs for all the other records that are related to it, plus an overview tab called "Info" Eg. A country will show...

An event will show...

And here are a few other samples:

WORLDWIDE DATA PAGE

Screenshot 2019-09-23 at 18 54 46

VENUE PAGE

Screenshot 2019-09-23 at 18 55 14

MANAGER PAGE

Screenshot 2019-09-23 at 18 56 01

A non-administrator will only have access to their Manager page, and through that, access to the pages of any Regions/Venues/Events that they are allowed to manage themselves.

Ardnived commented 4 years ago

This PR is now ready to be reviewed and merged, there is one issue that I uncovered while doing this, but I've made a separate issue #20, instead of resolving it in this PR.

rohitverma007 commented 4 years ago

sweeeet, looking good!