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

Improve actor and engine action beans #8096

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR improves the structure of the beans from the Community Profile OMAS that surface in the My Profile OMVS to ensure that the fields are clear and easy to navigate.

There are also 2 new attributes in the engine action to help with observability

  • requesterUserId captured to original user that requests a governance action
  • requestedStartDate contains the estimated start time for an engine action and startDate is the actual time it started

Related Issue(s)

None

Testing

FVT plus special tests

Release Notes & Documentation

There is a PR for the docs site

Additional notes

None

@mandy-chessell mandy-chessell merged commit 6f2eaca into odpi:main Mar 13, 2024
4 checks passed
@@ -80,7 +81,8 @@
Date dueDate,
Map<String, String> additionalProperties,
String assignTo,
String causeGUID,
String sponsorGUID,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'sponsorGUID' is never used.
@@ -80,7 +81,8 @@
Date dueDate,
Map<String, String> additionalProperties,
String assignTo,
String causeGUID,
String sponsorGUID,
String originatorGUID,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'originatorGUID' is never used.
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.

1 participant