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

Move yaml files to top directory #18

Open
yashi opened this issue Sep 1, 2024 · 0 comments
Open

Move yaml files to top directory #18

yashi opened this issue Sep 1, 2024 · 0 comments

Comments

@yashi
Copy link
Member

yashi commented Sep 1, 2024

Currently, we have the following directories in this repo:

  • etc
  • py
  • scripts
  • xsd

etc/ contains many template files that are necessary for our YAML instance to work correctly.

py/create_xtce.py is the main script for converting YAML files to MDB definition files. This script also has the potential to be a generic YAML-to-MDB converter.

scripts/inst_cfg_mdb.sh is essentially an install script that users run and then can forget about.

xsd/xtce-v1.2.xsd is an XSD file for XTCE and used only by a GitHub workflow.

Our primary data files for the MDB are currently located under py/tctm, which makes them hard to find.

Consider moving py/tctm to a higher level in the directory structure so that our primary data is easier for users to discover.

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

1 participant