Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.73 KB

Storage Finder

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

Demo

Data and Descriptions

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

Configuration

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.

data relationships

Update the Demo

See ghpages.sh.

Developing / Building

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.