/docusign2020

Submission for Docusign2020 Good Code Hackathon

Primary LanguageJavaScriptMIT LicenseMIT

Acorn Qualification App

Docusign 2020 Virtual Audit Qualification App Submission

Submission Link

Colab Submission Link

Live App Demo

Link

Video Demo

Link

Collaboration Partners

Running the repo

Downloading the source code

Clone the repository:

git clone https://github.com/aryanmisra/docusign2020
cd docusign2020

To run Acorn locally:

npm install
cd client
npm install
cd ../
npm run dev

Instructions - Step-by-step Walkthrough:

Company Application List (Landing Page)

Landing page

  • Company information is pulled from our Dynamics 365 Database, following the standard FSC Schema

Company Requirement Details + Notes/Flagging

Requirements

  • Notes can be added to each company requirement
  • Flags can be used to mark individual company requirements

Esri Map Overlay

Map Overlay

  • Four map layers provide the auditor with a wide array of relevant geospatial information
  • View Deforestation Clusters, Corruption Perception Index (CPI), COVID-19 Case, and Travel Advisory data around the company locations to understand risks
  • Choose from over 10 Basemap layers to understand the geographic area surrounding the company's locations

Review and Sign

Review + Sign

  • A company will be automatically flagged if the company it is based in has a low Corruption Perception Index or is near major deforestation regions
  • View flagged notes
  • Once you're ready to sign, use the Docusign eSignature API integrated within our webapp to sign the documents online

Contributors to Acorn Qualification