Files
dougal-software/lib/www/server/lib/db/linename/properties/index.js
D. Berge 8bbe3aee70 Make planned line names configurable.
Line names are made up based on:

* Certain properties defined by the system
* Values assigned to those properties either by the system
  or by the user (line number, sequence, attempt, etc.)
* A line format specification configured by the user for each
  project (`online.line.lineNameBuilder.fields`)

Closes #129.
2025-07-09 16:30:26 +02:00

4 lines
46 B
JavaScript

module.exports = {
get: require('./get'),
};