-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
18 lines (13 loc) · 1.23 KB
/
README.txt
File metadata and controls
18 lines (13 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The Context
The software to be developed will provide an environment to a generic Real Estate Agency, giving to administrator the capacity to follow-up the sales during the period of transaction between the seller and the client. The administrator will be able to register clients, real estate properties, real estate agents (users) and manage sales during a period of time. In that period it’s possible change the state of the sale (transaction between the seller and the client, in this case), following the pre-defined states (sold, preparing documents, awaiting approval, awaiting payment, closed). The sale is the main model of the software, linked with one client, one real estate property and one real estate agent. Furthermore, has the date that property was sold, the price and agent’s commission.
This specification it’s a solution to a real problem of a specific Real Estate Agency in Brazil, called “Atual Imóveis”.
The Features
> Log-in with hierarchy level of permissions
> Create/Show/Update/Delete Clients
> Create/Show/Update/Delete Real Estate Properties
> Create/Show/Update/Delete Real Estate Agents
> Create/Show/Update/Delete Sales
> Manage sale states
> Each Real Estate Agent can manage his sales
Status:
> Deprecated