globe-and-citizen / cnc-portal

The Crypto Native Portal, an app that creates a mechanism to financially acknowledge the micro contributions of Open Source collaborators along with tools that promote effective governance.
3 stars 0 forks source link

feature: Transaction history bank smart contract #230

Closed farrellh1 closed 1 month ago

farrellh1 commented 1 month ago

Description

Create bank transactions history

image

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 83.54430% with 26 lines in your changes missing coverage. Please review.

Project coverage is 36.85%. Comparing base (8d22024) to head (efce18b). Report is 57 commits behind head on develop.

Files Patch % Lines
app/src/services/bankService.ts 45.45% 6 Missing :warning:
app/src/services/contractService.ts 61.53% 4 Missing and 1 partial :warning:
app/src/services/tipsService.ts 0.00% 5 Missing :warning:
app/src/views/SingleTeamView.vue 0.00% 4 Missing and 1 partial :warning:
app/src/composables/bank.ts 73.33% 4 Missing :warning:
app/src/components/BankTransactions.vue 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #230 +/- ## =========================================== + Coverage 30.25% 36.85% +6.59% =========================================== Files 78 86 +8 Lines 1299 1430 +131 Branches 294 327 +33 =========================================== + Hits 393 527 +134 + Misses 784 781 -3 Partials 122 122 ``` | [Flag](https://app.codecov.io/gh/globe-and-citizen/cnc-portal/pull/230/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen) | Coverage Δ | | |---|---|---| | [app-unit-tests](https://app.codecov.io/gh/globe-and-citizen/cnc-portal/pull/230/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen) | `36.85% <83.54%> (+6.59%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.