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

refactor: dateModified on the Project Details API #1582

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

jachro
Copy link
Contributor

@jachro jachro commented Jun 29, 2023

This PR make the Project Details API to return dateModified property instead of updateAt for consistency reasons.

@jachro jachro requested a review from a team as a code owner June 29, 2023 05:12
@jachro jachro linked an issue Jun 29, 2023 that may be closed by this pull request
24 tasks
Copy link
Member

@eikek eikek left a comment

Choose a reason for hiding this comment

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

👍🏼


final case class Project(entitiesProject: testentities.RenkuProject,
id: GitLabId,
maybeCreator: Option[ProjectMember],
members: NonEmptyList[ProjectMember],
updatedAt: DateUpdated,
dateModified: projects.DateModified,
Copy link
Member

Choose a reason for hiding this comment

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

just wondering: the descriptions mentions to return dateCreated but here it's dateModified?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, my fault. Description should be saying dateModified.

@jachro jachro merged commit 2e7303e into development Jun 29, 2023
@jachro jachro deleted the 1564-dateModified-on-Project-Details-API branch June 29, 2023 09:33
@jachro jachro mentioned this pull request Jun 29, 2023
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.

Add dateModified to DS and Project
2 participants