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

SIMSBIOHUB-8: Validation/Transformation Updates/Cleanup #1036

Merged
merged 7 commits into from
Jun 5, 2023
Merged
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
86 changes: 13 additions & 73 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"aws-sdk": "~2.742.0",
"axios": "~0.21.4",
"clamdjs": "~1.0.2",
"dayjs": "^1.11.8",
"db-migrate": "~0.11.11",
"db-migrate-pg": "~1.2.2",
"express": "~4.17.1",
Expand All @@ -59,7 +60,7 @@
"utm": "^1.1.1",
"uuid": "~8.3.2",
"winston": "~3.3.3",
"xlsx": "~0.18.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
NickPhura marked this conversation as resolved.
Show resolved Hide resolved
"xml2js": "~0.4.23",
"zod": "^3.21.4"
},
Expand Down
9 changes: 0 additions & 9 deletions api/src/constants/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,3 @@ export const ACCESS_REQUEST_ADMIN_NOTIFICATION_EMAIL: IgcNotifyGenericMessage =
main_body2: 'This is an automated message from the BioHub Species Inventory Management System',
footer: ''
};

// Email template for an access request submitter, informing them that their access request has been approved.
export const ACCESS_REQUEST_SUBMITTER_APPROVAL_EMAIL: IgcNotifyGenericMessage = {
subject: 'SIMS: Your request for access has been approved.',
header: 'Your request for access to the Species Inventory Management System has been approved.',
main_body1: `To access the site, `,
main_body2: 'This is an automated message from the BioHub Species Inventory Management System',
footer: ''
};
Loading