/mywineopine

we don't know anything about wines

Primary LanguageJavaScript

Wine-reviews todos and ideas

  • autocomplete on inputs
  • generalize wine to be drink ** renmae any fields which are wine specific ** label text needs to have context on drink type, ie producer for wine is vineyard or something, brewery for beer?
  • move new review form to its own component
  • the star ratings in the create form are kinda wonky right now... too much nesting. Make star rating component more flexible so it's not nesting components for the form field and the rating component
  • textarea on review form should fill the space between the bottom of the other form fields and the amount of space needed for submit button. Should have a better defined size on mobile devices.
  • photo upload area needs to fill parent's height
  • need to have duplicate checking for new types of wine

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links