-
Notifications
You must be signed in to change notification settings - Fork 20
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
Client-side UI for 'Search for Approved Foods' feature #28
Comments
@donmccurdy spot on. When I was building the nav, I noticed some issues with usability/readability on mobile, so keep an eye out for that. Eventually, we'll want to include a 'shopping list' feature (maybe even tied in with recipe sites?), but what you have here should be a good base for that. Thanks again for your contribs, please let me know if you have anything that you're working on that could use hands. |
@jesserosato what version of Sass are you running, by the way? I might need to try to match that, I'm on 3.4.10 and for some reason it is outputting colors differently in the compiled |
@donmccurdy we're using the grunt-contrib-sass node module, which compiles SASS files using your local SASS install. Not sure about why it would be switching color formats, but I'm not a SASS guru by any means |
@donmccurdy I think I misunderstood your question (probably time for me to hit the hay!), I'm running SASS 3.4.9 right now on my machine. |
A search page is needed to allow users to search for WIC approved foods. The server-side is in place (working on a limited data set for now), and available via a GET request to
/foods
, which returns a JSON array of 'food' objects.The text was updated successfully, but these errors were encountered: