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.
The app uses four models:
- User
- Item
- Category
- History
JSON data is retrieved from Commission Factory. The JSON data is then parsed and stored on the app database.
- Ruby
- Rails
- Javascript
- Jquery
- Github
- Heroku
Planning phase:
- Mockup/wireframe
- Models
- API/data source
- App scope and goals
- Item model created
- Parsed JSON data from API and saved to database
- Populated categories table with respective ancestry
- User model and logins created
- History model created
- Swipe feature added
- Able to update the Items table with new data from API
- 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
- Fixed duplication on categories
- Fixed categories, color filter, and routing bugs
- Added a color filter
- Layouts/CSS started
- App working, no broken links
- Deployed to heroku
- Layouts/CSS completed