brown-ccv / task-registry-data

Repository with yamls for development of Behavioral Task Hub
1 stars 0 forks source link

Register Effort Task #10

Closed wasita closed 4 years ago

wasita commented 4 years ago

Instructions Fill in the below yml template as per the specification in the comments. You can view the preview side-by-side for the yml below you are editing and see changes reflected in real-time as you edit.

taskName: Effort Task                           # [String, required]
links: 
  deployment: 'https://task-effort.web.app/'                 # [String::URL, optional]
  sourceCode: 'https://github.com/lnccbrown/task-effort'     # [String::URL, required]
  publication:               # [String::URL, optional]
framework:
  library:                                        # [Array::String, optional]
    - jsPsych
    - React
  language:                                       # [Array::String, optional]
    - JavaScript
lab:
  name: Frank Lab (LNCC)                                          # [String, required]
  institution: Brown University                                    # [String, required]
  principalInvestigator: Michael J Frank                          # [String, optional]
  developers:                                     # [Array::String, optional]
    - Wasita Mahaphanit
    - Rashi Dhar
  website: 'https://lnccbrown.com'                    # [String::URL, optional]
platform:                                         # [Boolean, optional]
  desktop: true
    windows: true
    linux: true
    mac: true
  mobile:
    ios: false
    android: false
features:                                         # [Boolean, optional]
  electron: true
  browser: true
  docker: false
  eegTrigger: true
  mturk: true
  psiturk: true
  firebase: true
  prolific: true
tags:                                             # [Array::String, optional]
  - effort
  - decision making
  - balloon effort task
github-actions[bot] commented 4 years ago

This issue has failed. The YML file contents have not been filled properly (either the default text for the fields is present or the required fields are missing).

wasita commented 4 years ago

i think i made the mistake of putting 'true' for desktop and maybe that's why it's yelling at me.. will not do this in my resubmission