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

Feat/notification redirect functionality #223

Closed aliassan closed 1 month ago

aliassan commented 1 month ago

Description

Make user redirect to teams page when they click on invitation.

Type of change

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 28.53%. Comparing base (742f290) to head (6b42442). Report is 19 commits behind head on develop.

Files Patch % Lines
app/src/components/NotificationDropdown.vue 22.22% 5 Missing and 2 partials :warning:
backend/src/utils/notificationUtil.ts 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #223 +/- ## =========================================== + Coverage 27.59% 28.53% +0.94% =========================================== Files 73 90 +17 Lines 1214 1598 +384 Branches 274 350 +76 =========================================== + Hits 335 456 +121 - Misses 762 977 +215 - Partials 117 165 +48 ``` | [Flag](https://app.codecov.io/gh/globe-and-citizen/cnc-portal/pull/223/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen) | Coverage Δ | | |---|---|---| | [api-unit-tests](https://app.codecov.io/gh/globe-and-citizen/cnc-portal/pull/223/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen) | `31.50% <0.00%> (?)` | | | [app-unit-tests](https://app.codecov.io/gh/globe-and-citizen/cnc-portal/pull/223/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globe-and-citizen) | `27.65% <22.22%> (+0.06%)` | :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.

dasarathg68 commented 1 month ago

@aliassan suggestion: use prettier vscode plugin for code formatting.