Event Signup

Application for event registration

Event Signup

Install

Domino console command to install this app on your server:

tell Genesis install eventsignup

Install in MyAccount (for Prominic customers only)

This application is used to to describe an event or social activity and store the names, email addresses and (optionally) the Twitter IDs of those who self-register. The site content can be changed via the browser by non-developers through the use the CKEditor in rich text fields. Non-developers can also change site settings, such as the title and when registration opens.

A special phone version is opened if the user accesses the site with an iPhone or Android. The phone page does not use an Extension Library, Dojo mobile controls, or any other separate mobile framework.

This application is a more configurable version of the Blogger Open and extends concepts within the LUG Template on OpenNTF.

It was built using 8.5.3 but I believe 8.5.2 would work fine.

Version: 1.0.0

{
    "title": "Event Signup v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/eventSignup.nsf", "to": "${directory}/eventSignup.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "eventSignup.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Event Signup v${version} (OpenNTF)"]
    }

    ]
}