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

feat: borrower and trustee links added to my kiva hero #5597

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

roger-in-kiva
Copy link
Collaborator

  • MyKiva page navigation for Borrowers/Trustees

Borrower:
Screenshot 2024-10-09 at 10 21 22 a m

Trustee:
Screenshot 2024-10-09 at 10 21 41 a m

Both:
Screenshot 2024-10-09 at 10 21 57 a m

@roger-in-kiva roger-in-kiva requested a review from a team October 9, 2024 17:14
@roger-in-kiva roger-in-kiva merged commit 7f526fe into main Oct 9, 2024
5 checks passed
@roger-in-kiva roger-in-kiva deleted the MP-783_my_kiva_hero_borrower_trustee_update branch October 9, 2024 18:34
kiva-robot added a commit that referenced this pull request Oct 24, 2024
## [3.1.0-rc.1](v3.0.3...v3.1.0-rc.1) (2024-10-24)

### 🎉 New Features

* [MP-767] mykiva lending stats ([#5576](#5576)) ([b006486](b006486))
* add badge container with new states to journey ([d492880](d492880))
* add badge tier captions and earn badge button ([3b1ee17](3b1ee17))
* add initial locked badge version with lock wiggle on click ([bf98056](bf98056))
* add loan counter on badge image ([37c4664](37c4664))
* add metadata content in lender profile for badge share ([8887658](8887658))
* add outline to in-progress badge and solid shape to locked ([780fc97](780fc97))
* add test to composable ([2f40fa2](2f40fa2))
* borrower and trustee links added to my kiva hero ([#5597](#5597)) ([7f526fe](7f526fe))
* configurable idle timeout for vue workers ([00b5249](00b5249))
* connect badge modal to real data ([aefc166](aefc166))
* generic modal added for badge states ([#5600](#5600)) ([88b496c](88b496c))
* implemented badge journey lines ([fd6d061](fd6d061))
* initial my kiva journey modal content ([d0de14d](d0de14d))
* modal content for completed badges ([18fb9d3](18fb9d3))
* my kiva badges section ([#5607](#5607)) ([65c5b04](65c5b04))
* my kiva updates section ([#5584](#5584)) ([b24145f](b24145f))
* prevent double-clicking complete registration CTA MP-938 ([c39d113](c39d113))
* thanks view tracking MP-921 ([d6eb9c0](d6eb9c0))
* use kv-components KvLoadingSpinner for KvLoadingOverlay ([c8ed306](c8ed306))
* validate badge key exist ([3ea45a4](3ea45a4))

### 🐛 Bugfixes

* add badge journey analytics ([454558e](454558e))
* add composable file ([a751667](a751667))
* add correct data to story ([efa1006](efa1006))
* add missing country id and emits declaration to pass linting ([76776f3](76776f3))
* add unit tests for composables, fix issues discovered with testing ([8875b53](8875b53))
* adjusted with most recent changes ([0f14e4f](0f14e4f))
* classes need to be applied to KvBaseInput wrapper MP-938 ([9b068bb](9b068bb))
* ensure journey re-renders correctly when different badges are opened ([9875910](9875910))
* ensure test more stable ([dfeb0f6](dfeb0f6))
* first name box should only show when names required MP-938 ([1d0bbcb](1d0bbcb))
* get loan number in title from badge target ([37c3d66](37c3d66))
* handle date format ([63ed680](63ed680))
* hasDespositedBefore cookie not used where it should be ([a8c9906](a8c9906))
* hide journey lines until badge image loads ([7fde30d](7fde30d))
* linting ([9b19d8d](9b19d8d))
* merge badge story data ([49777c4](49777c4))
* missing file ([accbc87](accbc87))
* random issues resolved with my kiva work ([a598b57](a598b57))
* remove embed exp ([771bff0](771bff0))
* resolve a couple console warnings and errors ([302c034](302c034))
* resolve console warning for carousel ([4756361](4756361))
* solve comments ([3226745](3226745))
* update new event tag names MP-921 ([c7adb1d](c7adb1d))
* validation checks were changed to invalid when they should have stayed error MP-938 ([f664ead](f664ead))

### 🪚 Refactors

* move thanks visible view logic from template to computed value MP-921 ([ede678b](ede678b))
* separate lending achievement mock to different file ([96741dc](96741dc))
* use composable for loading badge info ([874c2d5](874c2d5))
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 3.1.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kiva-robot added a commit that referenced this pull request Oct 24, 2024
## [3.1.0](v3.0.3...v3.1.0) (2024-10-24)

### 🎉 New Features

* [MP-767] mykiva lending stats ([#5576](#5576)) ([b006486](b006486))
* add badge container with new states to journey ([d492880](d492880))
* add badge tier captions and earn badge button ([3b1ee17](3b1ee17))
* add initial locked badge version with lock wiggle on click ([bf98056](bf98056))
* add loan counter on badge image ([37c4664](37c4664))
* add metadata content in lender profile for badge share ([8887658](8887658))
* add outline to in-progress badge and solid shape to locked ([780fc97](780fc97))
* add test to composable ([2f40fa2](2f40fa2))
* borrower and trustee links added to my kiva hero ([#5597](#5597)) ([7f526fe](7f526fe))
* configurable idle timeout for vue workers ([00b5249](00b5249))
* connect badge modal to real data ([aefc166](aefc166))
* generic modal added for badge states ([#5600](#5600)) ([88b496c](88b496c))
* implemented badge journey lines ([fd6d061](fd6d061))
* initial my kiva journey modal content ([d0de14d](d0de14d))
* modal content for completed badges ([18fb9d3](18fb9d3))
* my kiva badges section ([#5607](#5607)) ([65c5b04](65c5b04))
* my kiva updates section ([#5584](#5584)) ([b24145f](b24145f))
* prevent double-clicking complete registration CTA MP-938 ([c39d113](c39d113))
* thanks view tracking MP-921 ([d6eb9c0](d6eb9c0))
* use kv-components KvLoadingSpinner for KvLoadingOverlay ([c8ed306](c8ed306))
* validate badge key exist ([3ea45a4](3ea45a4))

### 🐛 Bugfixes

* add badge journey analytics ([454558e](454558e))
* add composable file ([a751667](a751667))
* add correct data to story ([efa1006](efa1006))
* add missing country id and emits declaration to pass linting ([76776f3](76776f3))
* add unit tests for composables, fix issues discovered with testing ([8875b53](8875b53))
* adjusted with most recent changes ([0f14e4f](0f14e4f))
* classes need to be applied to KvBaseInput wrapper MP-938 ([9b068bb](9b068bb))
* ensure journey re-renders correctly when different badges are opened ([9875910](9875910))
* ensure test more stable ([dfeb0f6](dfeb0f6))
* first name box should only show when names required MP-938 ([1d0bbcb](1d0bbcb))
* get loan number in title from badge target ([37c3d66](37c3d66))
* handle date format ([63ed680](63ed680))
* hasDespositedBefore cookie not used where it should be ([a8c9906](a8c9906))
* hide journey lines until badge image loads ([7fde30d](7fde30d))
* linting ([9b19d8d](9b19d8d))
* merge badge story data ([49777c4](49777c4))
* missing file ([accbc87](accbc87))
* random issues resolved with my kiva work ([a598b57](a598b57))
* remove embed exp ([771bff0](771bff0))
* resolve a couple console warnings and errors ([302c034](302c034))
* resolve console warning for carousel ([4756361](4756361))
* solve comments ([3226745](3226745))
* update new event tag names MP-921 ([c7adb1d](c7adb1d))
* validation checks were changed to invalid when they should have stayed error MP-938 ([f664ead](f664ead))

### 🪚 Refactors

* move thanks visible view logic from template to computed value MP-921 ([ede678b](ede678b))
* separate lending achievement mock to different file ([96741dc](96741dc))
* use composable for loading badge info ([874c2d5](874c2d5))

### 🧹 Chores

* **release:** 3.1.0-rc.1 [skip ci] ([85be008](85be008)), closes [#5576](#5576) [#5597](#5597) [#5600](#5600) [#5607](#5607) [#5584](#5584)
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants