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

[Migration]: Add Housing, Food & For Sale pages to NextJS #394

Closed
5 tasks done
mehul-m-prajapati opened this issue Nov 1, 2024 · 2 comments · Fixed by #456
Closed
5 tasks done

[Migration]: Add Housing, Food & For Sale pages to NextJS #394

mehul-m-prajapati opened this issue Nov 1, 2024 · 2 comments · Fixed by #456
Assignees
Labels
enhancement New feature or request gssoc-ext GirlScript Summer of Code Extended 2024 hacktoberfest-accepted Hacktoberfest level3 GirlScript Summer of Code Level 3 Issue

Comments

@mehul-m-prajapati
Copy link
Contributor

Description

Add Housing, Food & For Sale pages to NextJS

Screenshots

e2

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
@mehul-m-prajapati mehul-m-prajapati added the enhancement New feature or request label Nov 1, 2024
@github-actions github-actions bot added gssoc-ext GirlScript Summer of Code Extended 2024 hacktoberfest-accepted Hacktoberfest labels Nov 1, 2024
@swarooppatilx swarooppatilx added the level3 GirlScript Summer of Code Level 3 Issue label Nov 2, 2024
@ShivanshPlays
Copy link
Contributor

please make sure that the structure is dynamic to accept BE data in the form of :

model Listing {
id String @id @default(uuid()) @Map("_id")

SellerId String
Seller Seller @relation("SellerToListing", fields: [SellerId], references: [id])

name String
price Int
description String

category Category
isArchived Boolean @default(false)

createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}

(Case sensitive)

enum Category {
Housing
Fooding
For_Sale
}

please check @mehul-m-prajapati @swarooppatilx

@mehul-m-prajapati
Copy link
Contributor Author

Okay thanks for valuable suggestions @ShivanshPlays. I will make sure it's dynamic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GirlScript Summer of Code Extended 2024 hacktoberfest-accepted Hacktoberfest level3 GirlScript Summer of Code Level 3 Issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants