Grouper 2.4 will have an upcoming patch to help folder admins create a new template.  

On a folder screen, under "more actions" will be an option for "New template"

The wizard will prompt for "Template type", which by default "Service".

New service templates should be configured in grouper-ui.properties, and should extend a common base class.  GrouperTemplateLogicBase

Should optionally include a group of people who are allowed to use them

The wizard will prompt them for a "key" (alphanumeric), and friendly name (optional).  Also the service description.

The base class should take as an input a stem, a system name extension, and optionally a friendly name extension (default to system name extension)

There should be a ui text key that describes the service (e.g. built in is "New service").  Drop down will pick which type of service

It should return a list of things it will do, as javabeans

ServiceAction

The UI should display the ServiceActions on the screen, with the correct indent level, and checkboxes

When submitted, if each checkbox is checked, it should do that action (if applicable).  If not applicable, give a warning.  The UI will pass the list of pojos, and "checkSubmitted" is set based on if the checkboxes were checked, to the base class, for a logic method, to implement the template.  There should be a base class method to validate the input, pass the response JS object, and the validate method can write error messages to the screen and return true or false if valid.

New service template wizard

"New service"

Name: wiki

Display name: Wiki

This is an example if you create a new template or type "service" in the "app" folder

Future version could add the "service" tag

TIER structure wizard

"New TIER structure"

Name: engineeringSchool

Display name: Engineering School

This is an example if you create a new template of type "TIER structure" in the "org" folder (in the root folder it will just create all the folders in the root folder)