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

voting-body: use proposal.executed_at instead of approved_at #129

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

robert-zaremba
Copy link
Contributor

@robert-zaremba robert-zaremba commented Oct 26, 2023

We have to change the mechanism of setting approval date in Voting Body proposals. Proposals in VB are not executed automatically, so proposal.approved_at doesn't make sense. Instead we have executed_at.
Moreover, the status Approved is only temporal: it is shown only when a voting period is finished, proposal is approved but not executed yet. If the proposal is executed, then the status will be Executed or Failed

@robert-zaremba robert-zaremba requested a review from a team as a code owner October 26, 2023 10:34
@robert-zaremba robert-zaremba enabled auto-merge (squash) October 26, 2023 10:34
@robert-zaremba robert-zaremba merged commit 5101107 into master Oct 26, 2023
3 checks passed
@robert-zaremba robert-zaremba deleted the voting-body-execute-at branch October 26, 2023 10:42
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.

2 participants