Skip to content

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

</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