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(nova): impl tutor card v1 in tutors page #247

Merged
merged 2 commits into from
Dec 26, 2024

Conversation

moalidv
Copy link
Collaborator

@moalidv moalidv commented Dec 25, 2024

image

@neuodev
Copy link
Member

neuodev commented Dec 25, 2024

🚀 Nova
🚀 Luna
🚀 Nebula
🚀 Dashboard

@moalidv moalidv force-pushed the mo/nova-tutor-card-v1-integration branch from 51189ce to f3395f4 Compare December 25, 2024 14:43
@neuodev
Copy link
Member

neuodev commented Dec 25, 2024

🚀 Nova
🚀 Luna
🚀 Nebula
🚀 Dashboard

@moalidv moalidv requested a review from neuodev December 25, 2024 14:47
@moalidv moalidv self-assigned this Dec 25, 2024
@moalidv moalidv force-pushed the mo/nova-tutor-card-v1-integration branch from f3395f4 to 5bdd48e Compare December 26, 2024 05:56
@neuodev
Copy link
Member

neuodev commented Dec 26, 2024

🚀 Nova
🚀 Luna
🚀 Nebula
🚀 Dashboard

@@ -573,6 +576,7 @@
"labels.invoice.receipt.upload": "إرفاق الإيصال",
"labels.litespace": "لايت سبيس",
"labels.delete": "حذف",
"labels.coming-soon": "قريبا 🎉",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems that there are more than one feature that will come in the next versions so I think it will be better to leave this id in the labels instead writing it many times in different places.

@@ -52,6 +75,7 @@ const Content: React.FC<{
onBook={() => openBookingDialog(tutor)}
profileUrl={profileUrl}
imageUrl={tutor.image ? asFullAssetUrl(tutor.image) : null}
topics={topics}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
topics={topics}
topics={tutor.topics}

@moalidv moalidv force-pushed the mo/nova-tutor-card-v1-integration branch from 5bdd48e to 2f8ecde Compare December 26, 2024 11:53
@neuodev
Copy link
Member

neuodev commented Dec 26, 2024

🚀 Nova
🚀 Luna
🚀 Nebula
🚀 Dashboard

@neuodev neuodev force-pushed the mo/nova-tutor-card-v1-integration branch from 2f8ecde to ddd4fd2 Compare December 26, 2024 12:02

type Tutor = Element<ITutor.FindOnboardedTutorsApiResponse["list"]>;

const topics = [
Copy link
Member

Choose a reason for hiding this comment

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

We can remove this.

@neuodev neuodev merged commit 7347f89 into master Dec 26, 2024
2 checks passed
@neuodev neuodev deleted the mo/nova-tutor-card-v1-integration branch December 26, 2024 12:03
@neuodev
Copy link
Member

neuodev commented Dec 26, 2024

🚀 Nova
🚀 Luna
🚀 Nebula
🚀 Dashboard

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