A standalone rewrite of the Cornell Data Storage Finder* to Vue.js
* Created by the Cornell University Research Data Management Service Group and Cornell Information Technologies Custom Development Group (2018). Finder Module. Drupal 8. https://github.com/CU-CommunityApps/CD-finder
The description of features are partly made up, and partly from here, and partly nonsense. The questions in the initial commit were taken from the Cornell app. There's no IP/license statement listed on those, but all credit should go to the Cornell University Research Data Management Service Group
See data/categories.json
, data/features.json
, data/options.json
.
Each feature (the checkboxes and tags) is in exactly one category (categories are the questions), and each option (storage service) has many features. The id
properties link everything, as though the JSON files were little relational tables. If you poke around for a few minutes you'll be able to figure it out.
See ghpages.sh.
npm install
npm run serve
npm run build
npm run lint