DONE: fix naming, add transaction for completion of membership application

This commit is contained in:
ISMAIL MASSERAN
2026-07-15 11:35:09 +08:00
parent f7429576b9
commit 4b80b377e5
14 changed files with 125 additions and 256 deletions
@@ -6,4 +6,5 @@ enum ReviewStage: string
{
case Management = 'MANAGEMENT';
case Board = 'BOARD';
case Completion = 'COMPLETION';
}