remiboivin-zz / sos-confinement

MIT License
0 stars 0 forks source link

Features

Editor.md

Table of Contents

[TOCM]

[TOC]

About the project

Plateforme Web

Installation

Tables

Software Version
Ruby 2.7.0
Yarn 1.22.4

Dependencies

Ruby

Ruby On Rails

Yarn

H4 header

H5 header
H6 header

Code Blocks (multi-language) & highlighting

Inline code

$ npm install marked

Images

Image:

Follow your heart.


Lists

Unordered list (plus sign and nested)

Ordered list

  1. Item A
  2. Item B
  3. Item C

FlowChart

st=>start: Login
op=>operation: Login operation
cond=>condition: Successful Yes or No?
e=>end: To admin

st->op->cond
cond(yes)->e
cond(no)->op

Sequence Diagram

Creating the alert appointement

Patient--> Doctor: Request an appointment 
Doctor-> Patient: Respond or cancel an appointment? 

Until the appointement

Patient--> Media library: Can read, listen and watch some ressources 

After the alert appointement

Patient--> Doctor: return an evaluation 
Doctor-> Patient: Can return an behavioral's evaluation  

End