feat: implement early job completion bonus - #924
Open
ositaemmanuel653-netizen wants to merge 8 commits into
Open
feat: implement early job completion bonus#924ositaemmanuel653-netizen wants to merge 8 commits into
ositaemmanuel653-netizen wants to merge 8 commits into
Conversation
- Add �onus_amount and �onus_paid fields to Job struct. - Update post_job to escrow bonus. - Calculate/release bonus in �pprove_work upon early completion. - Refund bonus in cancel_job if unpaid. - Update frontend UI to include bonus amount input in post-job form. - Add unit tests for early bonus and cancellation refunds.
|
@ositaemmanuel653-netizen Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 5, 2026 21:25 — with
GitHub Actions
Failure
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 5, 2026 22:01 — with
GitHub Actions
Failure
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 6, 2026 11:20 — with
GitHub Actions
Failure
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 6, 2026 11:50 — with
GitHub Actions
Failure
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 6, 2026 12:07 — with
GitHub Actions
Failure
ositaemmanuel653-netizen
had a problem deploying
to
preview
September 6, 2026 12:23 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Linked Issue
Closes #828
PR Title
This PR title follows the Conventional Commits format as required by CI. See PR Title Conventions for details.
What Changed
Describe the main changes and any relevant design trade-offs.
Validation
soroban contract buildandcargo testincontracts/escrow) if contract code changed.Additional Notes
Add any follow-up work, risks, or reviewer context.