Coder Social home page Coder Social logo

softarch-1617-server's Introduction

SoftArch Store

Class project for the Software Architecture 2016-17 Course, Polytechnic School, University of Lleida

Build Status GetBadges Game

Vision

For buyers and sellers who are interested in buying and selling second hand products. The project SoftArch is a second hand marketplace that allows users to:

  • Post ads 1
  • Promote ads
  • Search products
  • Private messaging
  • Buy / Buyer counter-offer (public)
  • Seller counter-offer / Sell (accept buyer counter-offer)

Unlike other second hand apps, our project provides negotiation features (counter-offers).

Features per Stakeholder

Seller Buyer
Post ad 1 Search ads
Sell Buy
Update price Buyer offer
Private message Private message
Reject buyer offer Add ad to wishlist
Update price Cancel buyer offer
Complete purchase

1 Including price, time limit, min. price, product type, location...

Entities Model

![Entities Model Diagram](http://g.gravizo.com/g? @startuml; class Advertisement {; Seller seller; List pictures; String location; Time time; Decimal price; }; Advertisement "many" -up- "1" Seller; Advertisement "1" -down- "many" Picture; class Picture; class User; class Seller extends User {; List sells; }; class Buyer extends User {; List whishes; }; class Purchase {; Buyer purchaser; Advertisement product; Time time; }; Purchase "many" -up- "1" Buyer; Purchase "0..1" -right- "1" Advertisement; class BuyerOffer {; Buyer agent; Time time; Decimal price; Boolean isActive; }; BuyerOffer "many" -left- "1" Advertisement; class PrivateMessage {; User sender; User receiver; }; PrivateMessage "many" -left- "2" User; @enduml )

softarch-1617-server's People

Contributors

jap9 avatar julio77nz avatar rogargon avatar srblimp avatar xephish avatar xils23 avatar zurfyx avatar

Watchers

 avatar  avatar

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.