Skip to content

Releases: theRAPTLab/meme

v0.1.0-alpha

28 Jun 21:48
Compare
Choose a tag to compare

Version 0.1.0-alpha

Date Released: 5/5/2019

First release for one-on-one UI pilot testing at IU.

This is a proof of concept prototype release focused on supporting student's ability to connect evidence to an existing model.

Important Notes:

  • Models are not SAVED! If you reload the browser, your data will be lost. Be sure to use screen capture or video to save any important models.

  • Setting up a starting model and resource library -- Edit boilerplate/src/app-web/modules/pmc-data.js to add starting model components and resources (links to simulations)


Features

  • Display Components, Properties, Mechanisms with labels.
    • Autolayout of Components, Properties, Mechanisms.
    • Drag Components and Properties to lay out the model. Mechanisms are automatically rubber banded.
    • Add a new Property.
    • Add and label a new Mechanism.
  • Display a Resource Library
    • Expand a Resource Item to view Evidence Links connected to that resource.
    • Collapse Resource Item to see summary view.
    • Resource Items display the number of Evidence Links that have been created.
    • Click on a Resource Item to view the full simulation / document source
    • Take notes on a full screen Resource Item
    • Resource Items display an icon indicating their type (simulation, document)
    • View related evidence links on a full screen Resource Item
    • Create Evidence Links from the full screen Resource Item
    • Create multiple Evidence Links on the full screen Resource Item view and link them later.
  • Add Evidence Links that connect a resource item to a component, property, or mechanism.
    • Expand Evidence Link item to view and edit Labels and Screenshots.
    • Collapse Evidence Link to see summary view.
    • Click the Link button to link an unlinked Evidence Link to a Component / Property / Mechanism.
    • Evidence Links display a badge indicating their linked Components/Properties or Mechanisms.
    • Components/Properties show their related Evidence Links as a badge.
    • Click on a Component/Property evidence badge to open up the source Evidence Link (buggy).
    • Mechanisms show their related Evidence Links as a footnote reference, e.g. [1][4]

Known Issues

  • Saving data is not supported.
  • Adding a new property is not currently supported via the UI. You can add a property via editing pmc-data.js. And you can add a new component.
  • Evidence Link screenshots are canned placeholders.
  • Newly-created Evidence Link badges are not displayed in the right position on a Component/Property
  • This version has been optimized for a Chromebook set at 1366x768.
  • Touch support is currently spotty.