Wine Tasting for Volt

This is the Wine Tasting app

Wine Tasting for Volt

Install

Domino console command to install this app on your server:

tell Genesis install wine-tasting-for-volt

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.

This is the Wine Tasting app, but re-created from Scratch for Volt.
Note that this version is built, based on Volt .1.01

Version: 1.0.0

{
    "title": "Wine Tasting for Volt v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/WineTastings21b.volt", "to": "${directory}/WineTastings21b.volt"}
        ]
    },
    {
        "title": "--- Step 2 (final). Completed ---",
        "messages": ["You have installed Wine Tasting for Volt v${version}"]
    }

    ]
}