In scope: creation and editing of wikifarms with different settings for subwikis
What we want:
- As a user, I want to make a wikifarm with multiple wikis that are configured differently (e.g., different extensions, different skins, different...etc)
- I would like to be able to do this, in the base case, without JavaScript
- It doesn't have to look as nice as with JavaScript
- Fields may not update dynamically as if I had JavaScript
- BUT I should be able to configure multiple wikis differently within a wikifarm
Problems:
- Our UI is getting cluttered
- We currently create the "create wiki" form in PHP, so adding a bunch of fields in response to user actions would mean initially hiding a bunch of fields somehow (there may be workarounds via https://www.mediawiki.org/wiki/OOjs )
Possibilities:
- Adding more fields to our create (on the home page)/edit screens and figuring out how to make that look acceptable for both the base-case of noJS and using JS
- Using a "wizard"/editor – using multiple screens to walk folks through the process
AC:
- Find a workable UX solution that would enable "What we want" which should cover
- How does this work from the code side; i.e., how does that work in PHP/JS world
- What does it look like from the design side?






