Amzn. Turn Amazon product catalogs into a searchable collection you can like or dislike.

github.com/StephenGrider/amzn

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2015
  • set secret env variables
  • production deploy
  • key
  • no devise mailer domain
  • nuked require
  • databaseyml now relies on env
  • fixed port
  • added puma
April 2015
  • refactor share queues controller
  • Dry'd up controller actions
  • added update action to line items controller
  • Share queue creation also crates or resets related line_items
  • refactored scope syntax
  • added share_queue controller
  • Share queues know when they are complete
  • Added created_by and received_by scopes to share_queue
  • added specs for share queue
  • added share_queue_id to LineItem
  • LineItems liked field can now be nil
  • Revert "added reviewable model"