mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
A ‘Set colour…’ option is available from the context menu; it presents a dialogue allowing the user to choose a colour that will be assigned to that preplot line and used as the background colour for the corresponding row on the table (may also be used for other things). Because there is a good chance that the user may decide to colour a large number of lines and it is cumbersome to do it one at a time, a multiple selection option has also been added. The context menu then shows options which will apply to all selected rows. At this time only the change colour option is available, but it can be extended easily.
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