CodeWritingCow / NYC-restaurant-inspection-records

Web application for searching New York City restaurant inspection records
http://www.nycfoodsafety.org
1 stars 3 forks source link

React base search page #50

Closed CodeWritingCow closed 5 years ago

CodeWritingCow commented 5 years ago

Convert advanced search form from Handlebars to React.

CodeWritingCow commented 5 years ago

React version of search form

Screen Shot 2019-07-11 at 1 41 54 PM Screen Shot 2019-07-11 at 1 42 37 PM
CodeWritingCow commented 5 years ago

Original Handlebars version

Screen Shot 2019-07-11 at 1 42 13 PM Screen Shot 2019-07-11 at 1 43 03 PM

The HBS menu gets its Material Design look from a Materialize plugin. I can look into implementing the plugin with React.

badwolfbit commented 5 years ago

React Component:

Screenshot 2019-07-11 14 26 17

Handlebars Component:

Screenshot 2019-07-11 14 26 07
@CodeWritingCow are we going for a design change on the "advanced search" subpage?
CodeWritingCow commented 5 years ago

@omenwolf no design change for now. The PR focuses on functionality only. Let's make the React form look more like the original form.

badwolfbit commented 5 years ago

Will merge. Next, on the tracker is CSS styling with Materialize