Open Hardeepex opened 11 months ago
5971cdfd46
)The sandbox appears to be unavailable or down.
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
components/ModelCard/ModelCard.js
✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/313e162f439a26188d5e37139bcd6a2fcd328d0b Edit
Create components/ModelCard/ModelCard.js with contents:
• Create a new `ModelCard` component in the `components/ModelCard` directory.
• This component should accept props for the model's picture, title, category, and tags.
• Use Tailwind CSS for styling.
• The structure of the component should be similar to the `EntryHeader` component, but with additional elements for the category and tags.
pages/Models.js
✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/67899cc4f46ce8d6375a3ddad70b42d11c16c53d Edit
Create pages/Models.js with contents:
• Create a new `Models` page in the `pages` directory.
• This page should use the `ModelCard` component to display all professional models.
• Add filter features to allow users to filter models by category or tags.
• Use the `front-page.js` file as a reference for setting up the page structure and querying data.
• Use the `SEO` component to set up the SEO metadata for the page.
pages/Category.js
✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/b95ac916e92d5e7deb7e62f210a5f9b2e861a418 Edit
Create pages/Category.js with contents:
• Create a new `Category` page in the `pages` directory.
• This page should be similar to the `Models` page, but filtered to show only models from a specific category.
• Use the `front-page.js` file as a reference for setting up the page structure and querying data.
• Use the `SEO` component to set up the SEO metadata for the page.
pages/Model.js
✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/ba2b12009459502d6e0c16b2cc1414fa0b96306f Edit
Create pages/Model.js with contents:
• Create a new `Model` page in the `pages` directory.
• This page should display a single professional model with custom features like title, descriptions, tags, and categories.
• Use the `front-page.js` file as a reference for setting up the page structure and querying data.
• Use the `SEO` component to set up the SEO metadata for the page.
I have finished reviewing the code for completeness. I did not find errors for sweep/i_want_to_desgin_the_faustjs_front_end_u
.
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord
first for professional models i want to create a file for card where i want to show the model picture below title, category, and tags. i want a page with feature of filters where i want to show the all professional models by filtering them using catrgory or tags and design it with tailwind. it should be archieve type third i want to create a category page it should be same as filter page same as archieve type. 4th i want to show the professional model in single page with custom features like title, descrptions, tags anf catgories
Checklist
- [X] Create `components/ModelCard/ModelCard.js` ✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/313e162f439a26188d5e37139bcd6a2fcd328d0b [Edit](https://github.com/thesameguyorg/wordpressheadlessbyfaust/edit/sweep/i_want_to_desgin_the_faustjs_front_end_u/components/ModelCard/ModelCard.js) - [X] Create `pages/Models.js` ✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/67899cc4f46ce8d6375a3ddad70b42d11c16c53d [Edit](https://github.com/thesameguyorg/wordpressheadlessbyfaust/edit/sweep/i_want_to_desgin_the_faustjs_front_end_u/pages/Models.js) - [X] Create `pages/Category.js` ✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/b95ac916e92d5e7deb7e62f210a5f9b2e861a418 [Edit](https://github.com/thesameguyorg/wordpressheadlessbyfaust/edit/sweep/i_want_to_desgin_the_faustjs_front_end_u/pages/Category.js) - [X] Create `pages/Model.js` ✓ https://github.com/thesameguyorg/wordpressheadlessbyfaust/commit/ba2b12009459502d6e0c16b2cc1414fa0b96306f [Edit](https://github.com/thesameguyorg/wordpressheadlessbyfaust/edit/sweep/i_want_to_desgin_the_faustjs_front_end_u/pages/Model.js)