Git Product home page Git Product logo

tnc-own's Introduction

The Next Closet - Bidding feature

Graduation Project

About

This project was a final assignment for four students of the 7th batch (March/April) of Codaisseur's Academy. This first real-life project was to add a bidding feature for the website of The Next Closet.

This Rails application was made in 4,5 days and was set up from scratch (no code base was provided).

Team

The team that worked on this are Dennis van Essen, Ewoud Wiering, Michael Awad and Bas Winkel.

ScreenShots

  • Home screen The Next Closet

  • Negotiation screenshots of two customers (one offering / one bidding)

  • Screen shot of negotiation overviews (both product owner & person bidding)

Requirements

Basic Requirements:

  • Seller can decide per product if offers are accepted for that item.
  • Buyer can make only a price offer (so no text, just number).
  • Offer cannot be lower than 70% of initial price (to prevent users sending ridiculous low offers).
  • Minimum price of item is €20.
  • If price offer of buyer is not possible (less than €20 or more than 70%) they see a feedback message.
  • Offers are private and personally unique, so only buyer and seller can see it.
  • Seller will receive an email notification that an offer has been made.
  • Seller (and buyer) can accept, decline or make a counter offer.
  • Offer is time bounded.
    1. Seller needs to responded within 48 hours on an (counter) offer.
    2. Buyer needs to responded within 48 hours on a counter offer.
    3. If seller and buyer come to an agreement the buyer has 24 hours to purchase the item for that specific price, else the offer expires.
  • Seller and buyer can only make 3 times an offer, then they are blocked for making offers for this item (so they should be realistic in their offers and need to accept at some point).
  • If they agreed on price, the price is automatically adjusted for this specific buyer.
  • Only this buyer can purchase item for the offer price, other users see the normal price.
  • Buyer and seller receive emails on these events (so if an offer is made etc.)
  • There is a static page where this negotiation process is explained.

Advanced features:

  • Bidding on multiple items of the same seller. So for this dress and that T-shirt together a buyer is willing to pay 200euro.

Running Locally

Make sure you have Ruby and Bundler installed. You should also have a Postgresql database running.

  1. git clone [email protected]:Winkeltje84/bidding-heroes.git
  2. cd bidding-heroes
  3. bundle install
  4. rails db:create db:migrate db:seed
  5. rails server
  6. Go to your localhost on port 3000(default)

Related Documentation

tnc-own's People

Contributors

winkeltje84 avatar dvessen83 avatar awadje avatar ewoudtm avatar

Watchers

James Cloos avatar  avatar  avatar

tnc-own's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.