Skip to content

Conversation

@linglp
Copy link
Contributor

@linglp linglp commented Dec 5, 2025

Problem:

Implement the following endpoints:



@dataclass
class SubmissionStatus:
Copy link
Member

Choose a reason for hiding this comment

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

This may conflict with submissions status that jenny is working on - unless it's using the same model. I would coordinate

Copy link
Member

@thomasyu888 thomasyu888 Dec 5, 2025

Choose a reason for hiding this comment

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

@linglp I looked at the API, and one easy way to resolve this is to just do something like FormSubmissionStatus

Just a suggestion, but I'll let you and Jenny decide together

Notice the subtle difference:

  • org.sagebionetworks.repo.model.SubmissionStatus
  • org.sagebionetworks.repo.model.form.SubmissionStatus

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Tom. It makes sense to rename this class to FormSubmissionStatus!

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