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

Compliance monitor: add endpoints to render certificate scopes #711

Open
mbuechse opened this issue Aug 23, 2024 · 0 comments · May be fixed by #756
Open

Compliance monitor: add endpoints to render certificate scopes #711

mbuechse opened this issue Aug 23, 2024 · 0 comments · May be fixed by #756
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request SCS is standardized SCS is standardized SCS-VP10 Related to tender lot SCS-VP10

Comments

@mbuechse
Copy link
Contributor

mbuechse commented Aug 23, 2024

Currently, we rely on some JavaScript code in the docs repository to render our certificate scopes nicely. Needless to say, the code in the docs repo easily diverges from the code in the standards repository, see, e.g., this recent bug issue or this feature issue.

Therefore, I'd like to have the all relevant code in the standards repository.

  • Either the actions in the docs repo continue to execute the code, but they get the code from here. (They already do check out this repository for the data.)
  • Or this repo gets new actions that render the documents, and the actions in the docs repo somehow get the rendered documents from this repo.
  • Or our beloved Compliance monitor (which already uses Jinja2 templates to render result data) renders the documents, and the actions in the docs repo get them from there. Something similar is going to happen with the table of partner clouds, see this issue.

I propose the third option.

@mbuechse mbuechse added documentation Improvements or additions to documentation enhancement New feature or request SCS is standardized SCS is standardized SCS-VP10 Related to tender lot SCS-VP10 labels Aug 23, 2024
@mbuechse mbuechse added this to the R7 (v8.0.0) milestone Aug 23, 2024
@mbuechse mbuechse self-assigned this Aug 23, 2024
@mbuechse mbuechse removed this from the R7 (v8.0.0) milestone Sep 17, 2024
@mbuechse mbuechse linked a pull request Sep 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request SCS is standardized SCS is standardized SCS-VP10 Related to tender lot SCS-VP10
Projects
Status: Doing
Development

Successfully merging a pull request may close this issue.

1 participant