WPCloudDeploy Documentation

About The Todo List

The Todo list or “checklist” is a custom list of items that you can present to the customer so that they know what needs to be done to get the site ready for production.

This is useful if you’re selling site subscriptions for a niche without white-glove service and it’s up to the customer to do the work to complete the site.

If you’re using WPCloudDeploy Momentum for quick prototyping or to sell niche site subscriptions with white-glove service then it’s unlikely that you will be using this feature.

Here is the default TODO list that is included with the baseline Momentum setup:

You can add custom items to this list without writing custom code.  But you cannot remove remove the default items (shown in the image above) without code modifications.


How To Add A Custom Todo Item

You can add custom Todo items that do not need special handling or processing. To do this:

  • On your template site, navigate to the ADMIN CHECKLIST menu option.  (Usually the list would be empty unless you’ve added items to it already or we’ve added some due to your customizations requests.)
  • At the top of the blank list click the ADD NEW ITEM button.
  • Enter a TITLE at the top of the screen – this will be shown in the ADMIN list of todo items as the first column
  • Enter an ITEM CODE – Must be unique for the entire list and consist only of alpha-numeric characters and underscores
  • Enter the SORT ORDER – this will indicate where in the TODO LIST the item will appear – if you do not enter this, the item will not show up in the list
  • Check the box for “SHOW IN CHECKLIST UI”.
  • Check the box for “DO NOT DELETE ON SUBMIT”.
  • All other fields are optional.

The DO NOT DELETE ON SUBMIT checkbox is what tells the tenant plugin code that this item should not be removed when we’re cleaning up the template to prepare it for a customer.

 


Automatically Redirecting To The Todo List

  • When a user logs in to a tenant site, they will be redirected to the checklist page IF they are not an admin AND if they have the ability to edit posts.
  • Admins should redirect to the wp-admin dashboard (assuming no other plugin overrides this function).
  • Standard users should remain on the front-end of the site (assuming no other plugin overrides this function).

 

Share: