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

Add IS department and stop easy professor duplicates from being added #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mfish33
Copy link
Collaborator

@mfish33 mfish33 commented Dec 27, 2024

The changes in backend/src/routers/rating.ts is just refactoring existing code into a function. I do not know why the diff came out so poorly.

Copy link

nx-cloud bot commented Dec 27, 2024

View your CI Pipeline Execution ↗ for commit de285b4.

Command Status Duration Result
lerna run deploy:dev --stream ✅ Succeeded 6s View ↗
lerna run deploy:beta --stream ✅ Succeeded 7s View ↗
lerna run test --stream ✅ Succeeded 2s View ↗
lerna run build ✅ Succeeded 17s View ↗
lerna run lint --stream ✅ Succeeded 5s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-27 15:48:13 UTC

Copy link

Deploying polyratings with  Cloudflare Pages  Cloudflare Pages

Latest commit: de285b4
Status: ✅  Deploy successful!
Preview URL: https://d745c16a.polyratings.pages.dev
Branch Preview URL: https://beta.polyratings.pages.dev

View logs

await addRating({ ...input.rating, professor: existingProfessor.id }, ctx);
return (
"Your request for adding a new professor was automatically added under " +
`${existingProfessor.lastName}, ${existingProfessor.firstName}. Please reach out to [email protected] if this is incorrect`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe make this a hyperlink?

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.

3 participants