CRM for Notes and Nomad - UI Contest 3

CRM for Notes and Nomad - UI Contest 3

CRM for Notes and Nomad - UI Contest 3

Install

Domino console command to install this app on your server:

tell Genesis install crm-for-notes-and-nomad-3

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

OpenNTF and Groupwave organized a contest to improve the design of an old CRM application.
The goal was to give the app a modern look and to make it available for Nomad mobile.
This entry was created by Javier Sanchez and took third prize.

Version: 1.0.0

{
    "title": "CRM for Notes and Nomad - UI Contest 3 v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/contest2022_javier.nsf", "to": "${directory}/contest2022_javier.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "contest2022_javier.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed CRM for Notes and Nomad - UI Contest 3 v${version}"]
    }

    ]
}