openwallet-foundation / bifold-wallet

Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
Apache License 2.0
136 stars 134 forks source link

feat: wallet history module core components #1151

Open MosCD3 opened 1 month ago

MosCD3 commented 1 month ago

Summary of Changes

The history module will allow wallet users to track VC and general wallet events. This PR is the base components needed to create the module. The PR will include the following

This is an overhaul for the previous PR that was created earlier before moving to credo Major updates

Related Issues

Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues.

Pull Request Checklist

Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR check it anyway to make it apparent that there's nothing to do.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

Pro Tip 🤓

PR template adapted from the Python attrs project.

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
16 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.0% Duplication on New Code

See analysis details on SonarCloud

bryce-mcmath commented 2 weeks ago

able to fix the opposite operator issue found by sonarcloud? The rest are mostly TODO warnings or not from your code, so not to worry about those, but I agree with the opposite operator suggestion

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 6.91824% with 296 lines in your changes missing coverage. Please review.

Project coverage is 59.61%. Comparing base (4ef5d9d) to head (5359a64). Report is 17 commits behind head on main.

Files Patch % Lines
...ore/App/modules/history/context/historyManager.tsx 0.00% 94 Missing :warning:
.../modules/history/ui/components/HistoryListItem.tsx 2.94% 66 Missing :warning:
...cy/core/App/modules/history/ui/HistorySettings.tsx 2.17% 45 Missing :warning:
...legacy/core/App/modules/history/ui/HistoryPage.tsx 2.77% 35 Missing :warning:
...odules/history/ui/components/SingleSelectBlock.tsx 13.33% 13 Missing :warning:
...core/App/modules/history/services/quee.service.tsx 9.09% 10 Missing :warning:
...ckages/legacy/core/App/screens/CredentialOffer.tsx 44.44% 10 Missing :warning:
...ackages/legacy/core/App/contexts/reducers/store.ts 0.00% 6 Missing :warning:
...re/App/modules/history/navigation/HistoryStack.tsx 16.66% 5 Missing :warning:
.../App/modules/history/ui/components/HistoryMenu.tsx 20.00% 4 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1151 +/- ## ========================================== - Coverage 62.23% 59.61% -2.63% ========================================== Files 181 191 +10 Lines 5940 6349 +409 Branches 1701 1788 +87 ========================================== + Hits 3697 3785 +88 - Misses 2222 2543 +321 Partials 21 21 ```

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