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 new function AdjustTitlePage #755

Closed
Yuri05 opened this issue Mar 31, 2022 · 0 comments
Closed

Add new function AdjustTitlePage #755

Yuri05 opened this issue Mar 31, 2022 · 0 comments
Assignees
Projects

Comments

@Yuri05
Copy link
Member

Yuri05 commented Mar 31, 2022

The function should take 2 parameters

  • File path to the title page file
  • VersionInfo object with 3 properties
    • Qualification Plan Release Version (string, e.g. "1.1")
    • OSP version (string, e.g. "10.0")
    • Qualification Framework version (string, e.g. "3.0")

The function should replace all occurances of

  • x.x with Qualification Plan Release Version
  • y.y with OSP version
  • z.z with Qualification Framework version

and overwrite the original file.

Example input file: https://github.com/Open-Systems-Pharmacology/Qualification-DDI-CYP3A4/blob/master/Qualification/Input/Content/titlepage.md

grafik

AdjustTitlePage("titlepage.md", VersionInfo$new("1.3", "10.0", "2.3")) should produce then (compare https://github.com/Open-Systems-Pharmacology/OSP-Qualification-Reports/blob/master/DDI_Qualification_CYP3A4/report.md )

grafik

@Yuri05 Yuri05 added this to To do in Version 2 via automation Mar 31, 2022
pchelle added a commit to pchelle/OSPSuite.ReportingEngine that referenced this issue Apr 8, 2022
I named the object QualificationVersionInfo instead of VersionInfo.
I felt that VersionInfo was too vague
@Yuri05 Yuri05 closed this as completed in 5594668 Apr 8, 2022
Version 2 automation moved this from To do to Done Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants