Skip to content

Commit

Permalink
Update version number and documentation for script following
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Jun 9, 2023
1 parent 86b6e17 commit 2cb275a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.3.2",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "vite build",
Expand Down
11 changes: 10 additions & 1 deletion docs/pages/live_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ connected clients, to the live show page.

This live view shows you the script and cues, as well as the current run time of the session and
page of the script that the top script line is on. There is also the *End Show* button at the
bottom of the script, which will stop the current live session.
bottom of the script, which will stop the current live session.

### Automatic Script Following

The user who starts the show session will become the leader for the duration of that session. All
other connected clients (logged in or not) will follow the view of the script of the leader. If for
whatever reason, the leader's client becomes disconnected, then all other clients will become
"orphaned" and will be able to control their own script. When any client logged in as the user
becomes connected, it will automatically take over leadership duties, and all orphaned clients
will be brouht back in line.

0 comments on commit 2cb275a

Please sign in to comment.