-
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
#4136 - Ecert File Creation - Need to generate 0 record files #4189
Conversation
...egration/ecert-integration/_tests_/ecert-full-time-process-integration.scheduler.e2e-spec.ts
Outdated
Show resolved
Hide resolved
...egration/ecert-integration/_tests_/ecert-full-time-process-integration.scheduler.e2e-spec.ts
Show resolved
Hide resolved
...egration/ecert-integration/_tests_/ecert-part-time-process-integration.scheduler.e2e-spec.ts
Outdated
Show resolved
Hide resolved
...egration/ecert-integration/_tests_/ecert-part-time-process-integration.scheduler.e2e-spec.ts
Show resolved
Hide resolved
...egration/ecert-integration/_tests_/ecert-part-time-process-integration.scheduler.e2e-spec.ts
Outdated
Show resolved
Hide resolved
...ges/backend/libs/integrations/src/esdc-integration/e-cert-integration/e-cert-file-handler.ts
Outdated
Show resolved
Hide resolved
...ges/backend/libs/integrations/src/esdc-integration/e-cert-integration/e-cert-file-handler.ts
Outdated
Show resolved
Hide resolved
Good Job @bidyashish please take a look at the comments. |
@@ -1381,5 +1398,12 @@ describe( | |||
]); | |||
}, | |||
); | |||
|
|||
// Helper function to get the uploaded file name. |
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.
Please use the method comments in this way.
/**
* Helper function to get the uploaded file name.
* @returns The uploaded file name
*/
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.
Updated
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.
Thanks for making the changes. Looks good 👍
One last minor comment. Please take a look.
|
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.
LGTM. nice work @bidyashish
Acceptance Criteria
Technical
Demo
1st E-cert File:
![image](https://private-user-images.githubusercontent.com/14001930/399363691-c13444c0-efe0-4442-95d1-31ab7f4312d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mjg3NTksIm5iZiI6MTczODkyODQ1OSwicGF0aCI6Ii8xNDAwMTkzMC8zOTkzNjM2OTEtYzEzNDQ0YzAtZWZlMC00NDQyLTk1ZDEtMzFhYjdmNDMxMmQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDExNDA1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgxMTJlMmE5YTg2ZGFlMDJmMzY4OTY2OWQ2NTAzYWQ0ZWYwYWQyM2YyOWVlMGU5ZTIyNjM1MDk1MjVjZGVhYTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.14TlY2Lcn8oPpfE3AO9BSh9LPbwlJQRhKo0IqlgQLL8)
2nd E-cert File with 0 records:
![image](https://private-user-images.githubusercontent.com/14001930/399363800-83a64d93-baf2-4410-a807-5502c92ac829.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mjg3NTksIm5iZiI6MTczODkyODQ1OSwicGF0aCI6Ii8xNDAwMTkzMC8zOTkzNjM4MDAtODNhNjRkOTMtYmFmMi00NDEwLWE4MDctNTUwMmM5MmFjODI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDExNDA1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2NGQxYjVlZTliOGY4MDZmYzgzY2ZhM2QwZThiMWE4OGExMTVmOTExZDAzYmZhYzBmZWI5ZjM4YjA1N2Y3YmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sfPOIJcfFLSDKvCl9Xd96o8fp1uKpmkWSYxwcoWIji8)