ChickenKyiv / recipe-search-react

We're replicating advanced search for recipe based projects
https://modest-shannon-513067.netlify.com/
1 stars 3 forks source link
create-react-app javascript react recipes-app search

Advanced Search Form for Recipe Based projects

@TODO i don't like that we're getting data from fetch in our field components - it's not cool at least We should replace it.

pages

@TODO on results page implement some filtration panel. similar to masonry logic https://codepen.io/desandro/pen/wfaGu

https://codepen.io/desandro/pen/mCdbD

https://codepen.io/desandro/pen/Jfbpc

Search Form

First version of Search Form: Using Antd Validation Messages Array from data for submitting data

Form a methods for catching different cases and prepare pages for displaying search results

We need to use a separated components, that can work without Andt too. Have tests. Have form elements separated we

Search DB Schema

[Releases Plan][https://chickenkyiv.github.io/documentation/docs/recipe-api-server-releases-plan/recipe-api-server-releases-plan.html]

Table of Contents

Updating to New Releases

Release 2 - Authentication

@TODO replace state names with this lists. more easy to understand

allowedIngredient
excludedIngredient
allowedAllergy
allowedDiet
allowedCuisine
excludedCuisine
allowedCourse
excludedCourse
allowedHoliday
excludedHoliday

@TODO update with using GraphQL approach

@TODO separate stuff into basic components and reduce size of app.js