mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
399e86be874815ba70ad925ca893a0ebcd401f4b
This is still not set in stone and not fully consistent from one subcomponent to another, but the general idea is that instead of passing everything in one property via v-model we use v-bind instead with a variable list of props depending on the needs of the subcomponent. We listen for @input and a new @merge event in order to apply any changes to the *local* configuration. The local configuration then needs to be uploaded to the server via a separate step. We might change this in a later commit, so that changes made in subcomponents are automatically applied to the local configuration.
Dougal – Seismic production & data analysis tool
Structure of this repo
bin/Scripts that import / export data into / out of the database.etc/Configuration files.lib/Code files.lib/www/Web interface and API.lib/www/client/Frontend.lib/www/server/Backend.
sbin/System maintenance scripts.
Description
Languages
Vue
41.7%
JavaScript
32.3%
PLpgSQL
16.5%
Python
5.4%
Nunjucks
3.2%
Other
0.9%