/flikr

Primary LanguageJavaScript

CLOVET

This app aims to provide an easy way to browse and shop fashion online.

The user swipes the image right if they like the item, and swipes left if they don't.

All liked items will be saved on a wishlist which can be reviewed and edited later.

Models

The app uses four models:

  • User
  • Item
  • Category
  • History

API

JSON data is retrieved from Commission Factory. The JSON data is then parsed and stored on the app database.

Technologies Used

  • Ruby
  • Rails
  • Javascript
  • Jquery
  • Github
  • Heroku

Daily Accomplishments

Friday 14/11/14

Planning phase:

  • Mockup/wireframe
  • Models
  • API/data source
  • App scope and goals

Saturday 15/11/14

  • Item model created
  • Parsed JSON data from API and saved to database
  • Populated categories table with respective ancestry
  • User model and logins created

Monday 17/11/14

  • History model created
  • Swipe feature added
  • Able to update the Items table with new data from API

Tuesday 18/11/14

  • Able to suggest items based on the user's history
  • Able to filter categories by gender
  • Able to view and edit wishlist
  • Buy button updates history table and opens a new window showing the merchant's item page

Wednesday 19/11/14

  • Fixed duplication on categories
  • Fixed categories, color filter, and routing bugs
  • Added a color filter
  • Layouts/CSS started

Thursday 20/11/14

  • App working, no broken links
  • Deployed to heroku
  • Layouts/CSS completed

Links

Heroku

Github

https://github.com/joshricha/project_2