Site creation wizard runs

cover image for Site creation wizard runs

Yesterday I got the mRFC 0007 compliant Site Creation Wizard for Midgard CMS into feature-complete state for phase one. This enables Midgard users and developers to test and comment the tool while I refine the user interface and help texts. Here's a screenshot tour of the current wizard

1. Organization selection screen. Here the user can either create a new sitegroup or work with an existing one. If no sitegroups exist the latter option is hidden. The screen also supports defining disk space limits for the new Quota feature if enabled in Midgard installation.

select-organization-20050118.png

2. Website creation. Next the user will be able to enter the hostname of their new Midgard site. Currently enabled Advanced options are setting a user-defined port and directory prefix. When the host is created the site wizard will also look for an initialization interface in the selected site template and create data structures like a content tree if necessary.

create-host-20050118.png

2.1. Website configuration. After the website has been created and initialized the wizard checks if there is a Datamanager compatible configuration interface in the site template. If one exist the user will be directed to the website configuration form. The form enables changing different parameters used by the site template.

configure-host-20050118.png

3. Style selection. After a website has been correctly set up the user can select a style for their website from a set of templates installed on the server. The selected style template will be created as a inherited style owned by the organization, and will be completely editable by the site administrators.

Plans for the style selection screen include displaying screenshots and licensing details of the templates in the list. The list will also include a Custom style option enabling site builders to start from scratch.

select-style-20050118.png

3.1. Style configuration. Just like website templates, the style templates can contain a datamanager compatible configuration interface. Styles can use this configuration interface to enable users to easily change things like colors and images in the layout. If a configuration interface is detected in the style the user will be directed to it after selection.

configure-style-20050118.png

4. Finish. After style has been correctly configured the new Midgard site should be running, provided that corresponding Apache Virtual Host settings have been made using datagard. In the future this screen should determine the status of the virtual host and give user instructions on what still needs to be done, or simply direct to the newly created website if everything works.

finish-20050118.png

At this stage I would really appreciate comments and testing on both the user interface and functionality. I sent quick setup instructions to the midgard-dev list yesterday.

The basic principles while creating the wizard have been:

  • Enable only the UI options the user can actually use at each stage
    • Both PHP and JavaScript are used for hiding or disabling options as needed
  • Let the site template handle most of the setup logic
  • Show sensible error messages to the user
  • Roll back and clean up properly in case something fails

The Midgard Site Wizard will be the first UI seen by users after Midgard 1.7 installation, and so should be as clear and usable as possible.


Read more Midgard posts.