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

#2392 auto cr post release #2402

Merged
merged 16 commits into from
May 25, 2024

Conversation

walker-sean
Copy link
Member

Changes

See ticket for list of changes

Notes

Reviewing a project now does not work due to the schema change. I have poured myself over the error message trying to see where the description bullets are lost. Reviewing a work package works though, and the diff actually looks right!

Also, dates are being really funky, probably the time zone thing again:
These dates should be unchanged:
image
Also, neither date is a Monday; I think they just move back each cr

Screenshots

If you made UI changes you must post a screenshot of the whole page for each change in 1) a normal sized window and 2) the smallest possible window

If you did any manual testing (e.g., with Postman), put screenshots of the http request and before and after of the db

If none of this applies, you can delete this section

image

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • No yarn.lock changes (unless dependencies have changed)
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #2392

@walker-sean walker-sean self-assigned this May 17, 2024
Copy link
Contributor

@RChandler234 RChandler234 left a comment

Choose a reason for hiding this comment

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

looking very lit

summary: associatedProject!.summary,
rules: associatedProject!.rules,
goals: {
connect: associatedProject!.goals.map((goal) => ({ descriptionId: goal.descriptionId }))
Copy link
Contributor

Choose a reason for hiding this comment

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

  1. I wouldn't do the not null (!) if u can, it's generally not great bc it can let errors slip through, 2. I think this line needs to be updated to be projectQueryArgs, because goals for the original project is showing up as undefined when I try to review a Create Project CR and it's causing an error

Copy link
Contributor

@RChandler234 RChandler234 left a comment

Choose a reason for hiding this comment

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

don't hardcode this value for the background, use the theme value we're using for pageblock backgrounds:
image

@Peyton-McKee Peyton-McKee changed the base branch from develop to feature/multitenancy May 25, 2024 18:27
@@ -66,7 +66,7 @@ export const descriptionBulletToChangeListValue = (
): ChangeListValue<DescriptionBulletPreview> => {
return {
element: descriptionBullet,
comparator: `${descriptionBullet.id}`,
comparator: `${descriptionBullet.detail}`,
Copy link
Contributor

Choose a reason for hiding this comment

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

why

@Peyton-McKee Peyton-McKee merged commit 1f5bc20 into feature/multitenancy May 25, 2024
4 checks passed
@Peyton-McKee Peyton-McKee deleted the #2392-auto-cr-post-release branch May 25, 2024 20:06
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.

Auto Implementing CRs - fix up diff page & link issue
3 participants