Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to Use the Widget (User):

1A.

...

Basic Mode

Type the name of your new community in the text box.  This name will create 2 new communities, 1 for data with just that name, and 1 for events named: "YOUR NAME Events"

Add any users you want to invite to your new communities

Click Continue

2A. Advanced Mode

Click on the Advanced Mode Button to switch to advanced mode

Choose your data community from existing communities or create a new one

Choose your event community from existing communities or create a new one

Add any users you want to invite to your selected communities

Select the specific event jobs you want to add by selecting a job on the left, and clicking the right arrow

Click Continue

Adding Users Component

Users can be added to the communities you are about to create/use.

Add users by typing a piece of their name, hit the down arrow or click the user you want, press the enter key to add them to the list.  Repeat until you have all the users you want.

TODO: explain how a user group can be setup to accommodate adding the same set of users more easily.

Publish View/Summary View

...

After clicking "Continue" in either Basic or Advanced mode, you will come to a summary screen that displays all the actions your are about to perform (creating communities, submitting event jobs, adding users).  If you are adding users to your community and are an admin on demand, it is recommended you click the "Get Admin Rights" link which will elevate you to admin privileges, this will auto add users to your communities instead of inviting them.

Next if you are satisfied with what is about to occur, press the "Publish" button to being submitting sources.  Do not close this window until the "Complete" button is enabled or you will cut job submissions off in progress.

The summary view popup is a cyan box that displays progress in submitting the jobs.  Any jobs that are completed/error will be displayed, as well as a debug message box with useful debugging output for developers.  If job submission fails in some unforeseen fashion, the process will stop and the Complete button will be enabled.  It will also be enabled once everything finishes successfully.

Click complete to be taken back to the first page where you can submit additional jobs or close out the widget safely.

 

How to Add Event Job Templates (Developer):

...

Code Block
{
   "jobs":[], //1 or more map reduce jobs in their source editor format
   "source":{} //1 final source for converting map reduce output to IKANOW documents
}

...