-
Notifications
You must be signed in to change notification settings - Fork 1
Demo Screenplay
kitblake edited this page Jul 28, 2020
·
3 revisions
HackFS is asking for video demos, so it won't be live. We will record using Zoom. The video will demonstrate the steps as outlined in the Stories for the MVPoC doc.
Note: this is an ideal script, as though we had the skills available to implement all the functionality. We'll have to triage depending on what's realistic.
For the demo are three preloaded browser tabs and two terminal screens:
Tab 1: Title page with the ClimateDataPool logo.
Tab 2: GitHub wiki with user story.
Tab 3: Upload form for the Civil Servant
Terminal 1: Directory listing of the upload directory
Terminal 2: CLI for OrbitDB
Tab 4: Frontend of the public UI showing files for a country.
- Short verbal introduction with logo in Tab 1.
- Switch to Tab 2 with the user story in GitHub. Explain the Sam and Reilly users.
- Switch to Tab 3 with the upload form. Briefly explain the fields (country, time period, doc type, etc), that Sam is filling in, select a PDF file, press submit. The file uploads and the web server confirms reception.
- Switch to Terminal 1. Do '# ls' to show the newly uploaded file and explain that the script is now processing the file, ie adding it to IPFS and recording the ref and metadata in OrbitDB.
- Switch to Terminal 2 with the OrbitDB CLI. Query the DB and show the new record.
- Switch to Tab 4 with the storage frontend for the country. Reload and point out the newly uploaded file. Acting as Reilly, click the "Download" button and download the file.
- Concluding remarks with Tab 1.