Giter Site home page Giter Site logo

werent's Introduction

WeRent - Find Your Soul Roomate

Please see the details of report in Report.md and the code in code.sql file.

logo

Background

We set up a company called WeRent that operates an online platform for housing rental. On the basis of the traditional housing rental platform, our platform not only collects all kinds of information about apartments but also provides users’ portrait and intelligent recommendation to help tenants find the companions they would like to live with – they can create a “Group” based on the apartment and label the group with specific habits and preferences of expected roommates, or they can discover a group with preferable labels created by others. Just as our slogan says, “Find Your Soul Roommate.”

Business Model

In order to solve the problem presented above, we design a new business model about renting.

Bussiness_Model_Comparison

ER Model

The ER diagram drawn by Microsoft Visio is shown below There are 11 entities in the ER Diagram. The APARTMENT table is the main entities (with green header), which contains the features and data about the apartments to be rent, such as the area, types, expected durations and so on. The customers’ information is designed to be stored in OWNER, TENANT and AGENCY respectively. The interactions between APARTMENT and TENANT are depicted by COMMENT, COLLECTION, BROWSING_RECORD and CONTRACT.

ER_diagram

Relational Schema

  • APARTMENT (Apartment_ID, Owner_ID, Community_ID, Agency_ID, Apartment_Area, Apartment_Floor, Apartment_Type, Expected_Rent, Expected_Duration, Having_Elevator, Having_AC, Having_TV, Having_WashingMachine, Having_Kitchen, Having_WiFi, Allow_Pet)
  • AGENCY (Agency_ID, Agency_Name, Agency_Address, Agency_Contact, Agency_Manager, Agency_Rating)
  • OWNER (Owner_ID, Owner_Name, Owner_Gender, Owner_Contact)
  • COMMUNITY (Community_ID, Community_Name, Community_Address, Community_Age, Community_Rating, Is_Shop_Nearby, Is_Subway_Nearby, Is_School_Nearby, Is_Hospital_Nearby, Having_Parkinglot, Having_Gym)
  • CONTRACT (Contract_ID, Apartment_ID, Tenant_ID, Rent, Guarantee_Deposit, Agency_Fee, Start_Date, End_Date, Notes)
  • GROUP (Group_ID, Apartment_ID, Expire_Time, Group_Status, Current_Number, Tenant_Timetable, Gender_Require, Accept_Pet, Accept_Smoking, Accept_Alcohol, Notes)
  • TENANT (Tenant_ID, Tenant_Name, Tenant_Hometown, Tenant_Gender, Tenant_Age, Tenant_Occupation, Tenant_Institution, Tenant_Contact)
  • ENROLLMENT (Group_ID, Tenant_ID, Enrollment_Time, Is_GroupLeader)
  • COMMENT (Tenant_ID, Apartment_ID, Description, Rating, Comment_Time)
  • COLLECTION (Tenant_ID, Apartment_ID, Notes, Collection_Time)
  • BROWSING_RECORD (Tenant_ID, Apartment_ID, Browsing_Time)

User Instructions

  • Entry Page
  • Front Page
  • Results Page
  • Apartment Details Page
  • Apartment-Group Page
  • Group Details Page (Before Join)
  • Create Groups Page
  • Chatting Page
  • Account Page (Not Log in)
  • Login Page
  • Personal Information Page
  • Login Page (Logged in)
  • Collections Page
  • History Page
  • My Groups Page
  • Group Details Page (After Join)
  • My Contract Page
  • Contract Page
  • My Release Page
  • WeRent Customer Service Page

werent's People

Contributors

rogerchenfz avatar

Watchers

 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.