This repository contains all the information related to the use cases that are shown in the Brain Simulation Platform.
All the titles, images, descriptions, files, etc are described in usecases.json
This app is deployed in HBP Collab
npm install (install dependencies)
npm run dev (run server)
- The user make a pull request to the
devbranch - A travis plan is triggered to look for any error in the files.
- When the plan finishes, the owners of the repo can merge the new pull request to
dev. - The user receives the notification that his/her pull request was merged.
- A jenkins plan is triggered.
- The new changes appear in Online Use Cases DEV
- The owner receives the confirmation from the tests and the user that everything works correctly.
- The owner create a pull request from
devenvironment tomaster. - A jenkins plan is triggered.
- The new changes appear in Brain Simulation Platform