Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CherryCircle/fda-docs
Browse files Browse the repository at this point in the history
# Conflicts:
#	index.js
  • Loading branch information
rsshilli committed Jun 19, 2020
2 parents 5eb6974 + 6f2f851 commit 300d06a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
Hosts FDA documents.

# To add a doc
* Add the pdf to the `guidance-for-industry` directory
* Add it to index.js to be packaged
* Increase the version in package.json
* Checkin to github (no need to publish to npm)
* Pull the latest version.
* Add the pdf to the `guidance-for-industry` directory.
* Add it to index.js to be packaged.
* Increase the version in package.json.
* Checkin and push to github (no need to publish to npm).
* Back in QbDVision:
* Update package.json to point to the new version.
* Follow the pattern in `iqa.jsx` for using the `ReferenceDocuments` object to get docs.


Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
import EXCIPIENTS_GUIDANCE from "./guidance-for-industry/2002d-0389-gdl0002.pdf";
import Q9_GUIDELINE from "./guidance-for-industry/Q9_Guideline.pdf";
import Q11_GUIDELINE from "./guidance-for-industry/Q11_Guideline.pdf";
import Q8_GUIDELINE from "./guidance-for-industry/Q8_R2_Pharmaceutical_71535.pdf";
import ANDA_Submissions_Guidance from "./guidance-for-industry/ANDA_Submissions_Guidance_102360.pdf";
import Target_Product_Profile_A from "./guidance-for-industry/Target_Product_Profile_A_72566.pdf";
import FDA_21CFR_PART_11 from "./guidance-for-industry/21CFR-Part-11.pdf";

export const ReferenceDocuments = {
EXCIPIENTS_GUIDANCE,
Q8_GUIDELINE,
Q9_GUIDELINE,
Q11_GUIDELINE,
Target_Product_Profile_A,
ANDA_Submissions_Guidance,
FDA_21CFR_PART_11,
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cherrycircle/fda-docs",
"version": "0.1.4",
"version": "0.1.5",
"description": "Contains FDA/regulatory documents used by QbDVision",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 300d06a

Please sign in to comment.