CRM for Notes and Nomad - UI Contest 2
CRM for Notes and Nomad - UI Contest 2
Install
Domino console command to install this app on your server:
tell Genesis install crm-for-notes-and-nomad-2
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 organised a contest to improve the design of an old CRM application.
The goal was to give the app a modern look and make it available for Nomad mobile.
David S Morton won the second prize with this entry.
Version: 1.0.0
{
"title": "CRM for Notes and Nomad - UI Contest 2 v${version} (OpenNTF)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/contest2022_david.nsf", "to": "${directory}/contest2022_david.nsf"}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "contest2022_david.nsf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed CRM for Notes and Nomad - UI Contest 2 v${version}"]
}
]
}