-
Notifications
You must be signed in to change notification settings - Fork 14
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
#3260 - CAS Integration 3A - Create new Supplier and Site - CAS API Call #3804
Merged
andrewsignori-aot
merged 18 commits into
main
from
feature/#3260-cas-create-new-supplier-part-2
Oct 21, 2024
Merged
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
177068b
Work in progress for supplier evaluation.
andrewsignori-aot e55ba29
Created models for CAS evaluation.
andrewsignori-aot 6a35a93
WIP calling API to create supplier.
andrewsignori-aot 38dd692
Creating supplier and site.
andrewsignori-aot 7828588
Create processors
andrewsignori-aot ee79c8d
E2E tests passing with mocked CAS service.
andrewsignori-aot d14b1ae
Fix import for country.
andrewsignori-aot c7e4bc5
Imports adjustment.
andrewsignori-aot 4f77728
Address match and E2E fix
andrewsignori-aot 209a976
Added city max length validation.
andrewsignori-aot 8e080bf
Code improvement.
andrewsignori-aot caf5e44
Fix E2E to ensure address match
andrewsignori-aot 4afa340
E2E adjustment
andrewsignori-aot 7614ec6
Fix type on cas-formatters
andrewsignori-aot 801be94
Minor return comment updated.
andrewsignori-aot d822e10
Merge branch 'main' into feature/#3260-cas-create-new-supplier-part-2
andrewsignori-aot 743c95c
Crated new status and processor.
andrewsignori-aot 89d7530
Created interface StudentSupplierToProcess
andrewsignori-aot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sources/packages/backend/apps/api/src/route-controllers/models/common.dto.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
sources/packages/backend/apps/api/src/route-controllers/utils/address-utils.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor:
an
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.