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 all 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 @@ -69,7 +69,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
343 changes: 343 additions & 0 deletions example_data/criteria/gate_2.csv

Large diffs are not rendered by default.

485 changes: 485 additions & 0 deletions example_data/criteria/gate_3.csv

Large diffs are not rendered by default.

294 changes: 294 additions & 0 deletions example_data/criteria/gate_4.csv

Large diffs are not rendered by default.

Binary file not shown.
1 change: 0 additions & 1 deletion scout/utils/storage/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from botocore.exceptions import NoCredentialsError
from botocore.exceptions import PartialCredentialsError
from dotenv import load_dotenv
from pydantic import ValidationError
from yarl import URL

from scout.DataIngest.models.schemas import FileCreate as File
Expand Down
Loading