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

Feature/update_example_files #10

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
*.ppt
*.pdf
*.docx
!example_data/**/*.pptx
!example_data/**/*.ppt
!example_data/**/*.pdf
!example_data/**/*.docx
libreoffice_config/
.dump
.data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This is where you will create folders with your project documents, and folders f

There is an example script in `scripts/analyse_project.py` - follow the instructions below to run the pipeline.

You may wish to use the example data in the `example_data` folder - this contains example project data and criteria.
You may wish to use the example data in the `example_data` folder - this contains example project data, full criteria extracted from IPA stage gate workbooks, and some example criteria for testing.

1. Save your project data in a folder within `.data` - the name of the folder is the project name (e.g. `example_project`).
2. Save the criteria CSVs in `.data` (e.g. in a folder called `criteria`).
Expand Down
Loading
Loading