Skip to content

Added metadata field to member approvals

Suraj Tripathi requested to merge 433179_add_params_to_member_approvals into master

What does this MR do and why?

MemberApproval table is used to hold member promotion requests from a non-billable to billable role. These queued requests could also have other metadata like expires_at(here) or other update attributes, which we need to store so that when the request gets approved, we are able to replay it with all the relevant information.

Added metadata field to hold this information.

PS: This entire feature is still a WIP and isn't yet release to prod.

ref: #433179 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Suraj Tripathi

Merge request reports