Files
dougal-software/lib/www/client/source
D. Berge ea3e31058f Refactor the planned lines editing logic.
We move most of the logic from the client (as it was until now) to the
server.

The PATCH command maintains the same format but it should provide only
one of the following keys per request:

* ts0
* ts1
* speed
* fsp
* lsp
* lagAfter
* sequence

   Earlier keys in the list above take priority over latter ones.

The following keys may be provided by themselves or in combination with
each other (but not with any of the above):

* name
* remarks
* meta

As a special case, an empty string as the `name` value causes the name
to be auto-generated.

See comments in the code `patch.js` for details on the update logic.
2021-05-28 20:30:59 +02:00
..
2020-10-11 12:17:40 +02:00
2020-08-08 23:59:13 +02:00
2020-08-08 23:59:13 +02:00
2020-10-09 18:10:14 +02:00

Dougal web client

User interface for the Dougal system.

List of views:

Home /

Introduction to system, list of the three or so most recently visited projects from this computer.

Projects /projects/

List of all projects, active or archived

Project: Summary /projects/:project/summary

Summary data for a project.

Project: Lines /projects/:project/lines/

List of preplot lines.

Project: Lines: Line /projects/:project/lines/:line

To be defined. View of a single line?

Project: Sequences /projects/:project/sequences/(final|raw)

To be defined. List of sequences shot, raw or final.

Project: Sequences: Sequence /projects/:project/sequences/:sequence

To be defined. Sequence shot log?

Project: Calendar /projects/:project/calendar

Calendar view of events, sequences, etc.

Project: Log /projects/:project/log

List of project events (combined daily / line log)

Project: Map /projects/:project/map

Map view of the project


Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.