Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta.yaml to custom implementation #1

Open
BillSkiCO opened this issue Sep 24, 2024 · 3 comments
Open

Add meta.yaml to custom implementation #1

BillSkiCO opened this issue Sep 24, 2024 · 3 comments

Comments

@BillSkiCO
Copy link

Currently when building a custom DSOMM generated.yaml, there is no way to get meta.yaml changes/settings into generated.yaml from the provided documentation.

Consider adding example meta.yaml to this repo and providing an updated build command to pull in the custom meta.yaml

Example
docker run -e "IS_IMPLEMENTED_WHEN_EVIDENCE=true" -v "$(pwd)/meta.yaml:/var/www/html/src/assets/YAML/meta.yaml" -v "$(pwd)/data/custom:/var/www/html/src/assets/YAML/custom" -v "$(pwd)/tmp/generated:/var/www/html/src/assets/YAML/generated" wurstbrot/dsomm-yaml-generation

@vbakke
Copy link

vbakke commented Oct 19, 2024

I have this problem. The first thing I would like to do, is to set up the DSOMM with my own teams and applications. Before I start playing around and filling out and states.

I manage to edit teams and teamGroups in a local meta.yaml, and mount this file. (Using
docker run -v "$(pwd)meta.yaml:/srv/assets/YAML/meta.yaml" --rm -p 8080:8080 wurstbrot/dsomm:latest.)
But I would have preferred having the team setup in a separate file, without all the other things in meta.yaml. They confuse me as a new user.

Doing this, my new team names show up in the /circular-heatmap selection filter. But if I click on one of my new teams, the whole heatmap is greyed out. My new team names do not appear in the dropdown on each task (such as 'Build - Defined build process'). Only the template name (Default, B and C appear in the box).

I presume this is possible. But very confusing when reading the documentation.

@vbakke
Copy link

vbakke commented Oct 19, 2024

There really should be a graphical interface for setting up the teams. Perhaps an export method like 'Download edited YAML file' but for teams.

If it is one thing everyone needs to "customize" before they are able to use DSOMM, it is to enter their own names for teams and groups.

@vbakke
Copy link

vbakke commented Nov 10, 2024

This comment to avoid way too early autoclose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants