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

feat: response from dashboard include approvers detail #20

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

edwinkys
Copy link
Contributor

Description

Fixes #19

This PR adds an approver data type which will be included in a response to the coordinator server when the approvers either approve or reject the request. We also add the approver name in the tracing after the server receives the response from the dashboard.

We also add a prompt for Approver Profile in the dashboard.

How Has This Been Tested?

  • New and existing unit tests pass locally with my changes.
  • I have added tests that prove my changes are working as expected.

I have tested it locally by running the server and simulating an approval request.

Checklist

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.

This change's scope is within the dashboard and coordinator server functionality.

@edwinkys edwinkys added the enhancement New feature or request label Nov 14, 2024
@edwinkys edwinkys self-assigned this Nov 14, 2024
@edwinkys edwinkys linked an issue Nov 14, 2024 that may be closed by this pull request
@edwinkys edwinkys merged commit bf6846a into main Nov 15, 2024
2 checks passed
@edwinkys edwinkys deleted the 19-response-from-dashboard-include-approvers-detail branch November 15, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] approval response from dashboard include approver's detail
1 participant