Skip to content

Conversation

@S78901
Copy link
Contributor

@S78901 S78901 commented May 9, 2024

In relation to:
#2345

@S78901 S78901 linked an issue May 9, 2024 that may be closed by this pull request
6 tasks
@S78901 S78901 marked this pull request as ready for review May 9, 2024 22:13
@S78901 S78901 self-assigned this May 9, 2024
@S78901
Copy link
Contributor Author

S78901 commented May 10, 2024

@mkimberlin Please give this an eyeball/approval before I merge.

@NotNull
@Schema(required = true, description = "date for updatedDate")
private LocalDate updatedDate;
@Schema(required = true, description = "integer value of external score")
Copy link
Member

Choose a reason for hiding this comment

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

I think we should make external scores and feelings nullable. That would mean changing the field below this as well. We definitely want both feelings to be nullable. Those are comments. The only thing that I think we want to require is a score on the "internal" (about work) feelings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adjusted + tests

Copy link
Member

Choose a reason for hiding this comment

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

Almost what I meant... There are three fields that should be nullable: internalFeelings, externalScore, and externalFeelings

internalScore should not be nullable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mkimberlin This has been done.

@S78901
Copy link
Contributor Author

S78901 commented May 10, 2024

@mkimberlin please review the changes

@S78901 S78901 merged commit 59817ea into develop May 20, 2024
@S78901 S78901 deleted the feature-2345/update-pulse-response-object branch May 20, 2024 20:48
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.

Update PulseResponse object

5 participants