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

fix: update texts and images #960

Merged
merged 15 commits into from
Feb 9, 2024

Conversation

LucasFalkowsky
Copy link
Contributor

@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s January 22, 2024 07:13 Inactive
@LucasFalkowsky LucasFalkowsky marked this pull request as ready for review January 23, 2024 08:33
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s January 23, 2024 08:33 Inactive
@LomyW LomyW self-requested a review January 23, 2024 08:34
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s January 23, 2024 10:47 Inactive
Copy link
Contributor

@LomyW LomyW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! ✨

seed-db.ts Outdated Show resolved Hide resolved
seed-db.ts Outdated Show resolved Hide resolved
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s January 26, 2024 13:27 Inactive
Base automatically changed from feat/achievements to master January 28, 2024 19:01
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s January 29, 2024 07:34 Inactive
@LucasFalkowsky LucasFalkowsky changed the base branch from master to feat/presence-streaks January 30, 2024 12:10
@LucasFalkowsky LucasFalkowsky changed the base branch from feat/presence-streaks to master January 30, 2024 12:11
@LucasFalkowsky LucasFalkowsky changed the base branch from master to feat/image-resolver January 30, 2024 12:11
Copy link
Contributor

@LomyW LomyW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall looks good to me! 👍🏼

seed-db.ts Outdated Show resolved Hide resolved
seed-db.ts Show resolved Hide resolved
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 1, 2024 12:21 Inactive
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 1, 2024 13:48 Inactive
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 2, 2024 07:38 Inactive
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 2, 2024 09:54 Inactive
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 2, 2024 09:55 Inactive
@realmayus realmayus temporarily deployed to backend-fix-update-text-mwwk7s February 2, 2024 09:56 Inactive
@LucasFalkowsky LucasFalkowsky requested a review from LomyW February 2, 2024 09:57
@@ -18,7 +18,9 @@ export async function create(dateOfInspection: Date, dateOfIssue: Date, criminal
},
});
logger.info(`Certificate of Conduct (${result.id}) created\n`);
await Notification.actionTaken(userForStudent(student), 'student_coc_updated', {});
await Notification.actionTaken(userForStudent(student), 'student_coc_updated', {
date: dateOfIssue.toString(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
date: dateOfIssue.toString(),
dateOfIssue: dateOfIssue.toString(),

common/secret/token.ts Outdated Show resolved Hide resolved
common/secret/token.ts Outdated Show resolved Hide resolved
common/secret/token.ts Outdated Show resolved Hide resolved
@LucasFalkowsky LucasFalkowsky merged commit 2ffceb3 into feat/image-resolver Feb 9, 2024
1 of 2 checks passed
@LucasFalkowsky LucasFalkowsky deleted the fix/update-text-image-template branch February 9, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants