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

Difference between Requirement Name and Requirement ID #219

Open
lbau7 opened this issue Nov 12, 2021 · 1 comment
Open

Difference between Requirement Name and Requirement ID #219

lbau7 opened this issue Nov 12, 2021 · 1 comment

Comments

@lbau7
Copy link

lbau7 commented Nov 12, 2021

When I use vt_scrape_requirement_editors() %>% vt_kable_requirement_editors() the @title of the requirements markdown file appears under the column "Requirement ID". However, with vt_scrape_risk_assessment() %>% vt_kable_risk_assessment() the @title appears under "Requirement Name". Is this intentional`? I do not understand the difference between Requirement Name and Requirement ID.

@thebioengineer
Copy link
Collaborator

thebioengineer commented Nov 16, 2021

hey @lbau7 - they are the same thing, and its an unintentional difference between the two kable-functions. we should ideally have the same thing, and both are Requirement Name.

Noting for future resolution:
vt_kable_requirement_editors:

all_colnames <- c(requirements = "Requirement ID",

vt_kable_risk_assessment:

col.names = c("Requirement Name", "Requirement ID", "Risk Assessment") )

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