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

issue350 #362

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

issue350 #362

wants to merge 1 commit into from

Conversation

sftyzxg
Copy link
Contributor

@sftyzxg sftyzxg commented Mar 29, 2023

Pleast test the redirect function and new header of the TProfile.
How to test the redirect function:
1.Go to pages: /nfc/[id]
id can be get from firebase profiles. For example:/nfc/niVQ86nvS6Oiqv2L4sFLgWnZQQQ2

@@ -109,7 +334,7 @@
</div>
</div>

<div v-if="profile.type !== 'City'" class="flex space-x-2 p-4 justify-end">
<!-- <div v-if="profile.type !== 'City'" class="flex space-x-2 p-4 justify-end">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can comment code locally, when you develop, but please don't commit commented code

export default {
async asyncData() {
const pageId = $nuxt.$route.params.id
const docRef = db.collection('profiles').doc(pageId)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should find document in collection nfc-cards, please see acceptance criteria

@@ -0,0 +1,7 @@
<template>
<main>
<div>nfc</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this file, it is not in acceptance criteria

name="undraw_profile_pic"
class="w-full rounded-full"
/>
<div class="h-48 relative">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refactor this file, use components

@razbakov
Copy link
Contributor

PR title doesn't meet requirements described in Dev Workflow

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

Successfully merging this pull request may close these issues.

2 participants