Skip to content

v0.1.0 (December 20, 2013)

Choose a tag to compare

@remomueller remomueller released this 20 Dec 20:58
· 2878 commits to main since this release

Enhancements

  • Dataset Changes
    • Datasets can be added and shared publicly or privately
    • Documentation
      • Dataset editors can create, edit, and update documentation pages
      • Datasets can be documented using markdown or plain text across multiple pages
        • :datasets_path: and :tools_path: can now be referenced in documentation
      • Dataset specific paths can now be referenced:
        • :pages_path: => /datasets/SLUG/pages
        • :images_path: => /datasets/SLUG/images
        • :files_path: => /datasets/SLUG/files
      • Dataset documentation is now searchable
      • Dataset documentation page views are now audited
      • Documentation pages can now embed images from the dataset images folder
        • Images can be viewed inline
    • File Downloads
      • File downloads are now audited and can be reviewed by dataset creators
      • Users can now request access to file downloads for datasets
      • Dataset editors can approve/deny user file access requests
      • Dataset files are indexed to improve viewing folders with 1,000 or more files
    • Collection
      • Users can search across multiple datasets that have an associated data dictionary
        • Spout helps format and maintain JSON data dictionaries
        • An example data dictionary is the We Care Data Dictionary
        • Variables with pre-computed charts now display the chart in the collection viewer
        • Users can create lists of variables on the collection viewer
        • Variable charts are loaded when the image is placed in the web browser viewport
  • Tool Changes
    • Tools can be added and documented