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

[93] add bulk verification #159

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
db8db9b
WIP working bulk verification
stanislaw-zakrzewski Oct 11, 2024
9af8949
Bulk verify now returns 204 status with empty response
stanislaw-zakrzewski Oct 14, 2024
8be53f6
Add tests for bundle verification
stanislaw-zakrzewski Oct 16, 2024
8182447
Cleanup
stanislaw-zakrzewski Oct 17, 2024
33b69dd
Merge branch 'main' into 93-add-bulk-verification
stanislaw-zakrzewski Nov 21, 2024
03c8e4a
WIP fix broken editing of the case
stanislaw-zakrzewski Nov 22, 2024
cece69f
Update case.ts
stanislaw-zakrzewski Nov 22, 2024
6a5572b
Update case.ts
stanislaw-zakrzewski Nov 22, 2024
493cb70
Update day0cases.schema.json
stanislaw-zakrzewski Nov 22, 2024
dbb52a0
Update case.ts
stanislaw-zakrzewski Nov 22, 2024
40d3a13
Update verification button styling to include text
stanislaw-zakrzewski Dec 11, 2024
28ad81b
Cleanup
stanislaw-zakrzewski Dec 13, 2024
80cafd2
Allow for viewing bundle information
stanislaw-zakrzewski Dec 17, 2024
07ae7bc
Renaming and adding editing for bundles
stanislaw-zakrzewski Jan 2, 2025
8f241b2
Fix renaming bulk case
stanislaw-zakrzewski Jan 3, 2025
932b642
Remove duplicate
stanislaw-zakrzewski Jan 3, 2025
74d5ec1
Fix links redirecting
stanislaw-zakrzewski Jan 3, 2025
bc232c2
Add bulk delete
stanislaw-zakrzewski Jan 7, 2025
1447e34
Include verification status in bundle operations view
stanislaw-zakrzewski Jan 7, 2025
5266d74
Unbundle individual case edit
stanislaw-zakrzewski Jan 7, 2025
bcdad1a
WIP verify individual case
stanislaw-zakrzewski Jan 7, 2025
f660822
Add deleting individual bundle
stanislaw-zakrzewski Jan 8, 2025
6dae8e1
Fix verification and update openapi
stanislaw-zakrzewski Jan 8, 2025
6f47d08
Cleanup openapi
stanislaw-zakrzewski Jan 8, 2025
e7af8eb
Remove prettier user specific config
stanislaw-zakrzewski Jan 8, 2025
8d8666e
Cleaned up data-service
stanislaw-zakrzewski Jan 8, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Temporary Items
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/prettier.xml

# Generated files
.idea/**/contentModel.xml
Expand Down
376 changes: 365 additions & 11 deletions data-serving/data-service/api/openapi.yaml

Large diffs are not rendered by default.

Loading
Loading