-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# staffing | ||
A clientside staffing visualizer | ||
# Staffing Visualiser | ||
A simple clientside staffing visualiser written in Javascript. | ||
|
||
## Features | ||
Write json file for an staffing to | ||
- Fill both canvas per position and per controller automatically | ||
- Each position and controller will get an unique color until the colors are exhausted | ||
- Current time (LT) red line in the timeline | ||
|
||
## How to create staffing | ||
1. Clone this repo | ||
2. Open it in Visual Studio Code and "Go Live" in bottom right. This creates a webserver that will update each time you save the json, so it's easy to preview changes. | ||
3. When happy, you may push or pull request the changes into the repo so it becomes live on staffing.vatsca.org |