NaevaTheCat / corroboree

0 stars 0 forks source link

admin page #7

Open NaevaTheCat opened 8 months ago

NaevaTheCat commented 7 months ago

Needed stuff:

NaevaTheCat commented 5 months ago

Admin form for setting up config should be nicer, at minimum should move models to inlinemodels for simultaneous editing. will require moving to ParentalKey see https://docs.wagtail.org/en/latest/topics/pages.html#inline-models

NaevaTheCat commented 5 months ago

Above is done, but it breaks validators during drafting. Need to fix

NaevaTheCat commented 3 months ago

I think I figured out why above was broken. Some things need saved models to work, but others just had bad tests/selectors for test cases self-selecting and determining overwrite. Fixed in 645ec3946bc00ae4cf4e1d4f12af51ecb1af15d1