fix parser to ignore everything before body
[re-helper.git] / Design.txt
blobe63d79db30d16205ce81c352f81b38ccf1e5e0fb
1 This is an application which allows the user to keep track of real estate
2 properties he is interested in.
4 The following information is associated with each property:
6 - location(Postal address)      [db.PostalAddress]
7 - location(coordinates)         [db.GeoPt]
8 - number of bedrooms            [int]
9 - sq. footage                   [int]
10 - asking price                  [int]
11 - website of the selling agent  [db.Link]
12 - rating (assigned by the user) [db.Rating]
13 - date of adding to the database [date and time]
14 - date of posting on the market  [date and time]
15 - n0tes by the user             [Text string]
16 - the owner's account           [text string]
18 There are several screens the user gets access to:
20 . enter/edit information about the property
21 . table of properties potentially with filters, such as:
22   - price
23   - price per sq/foot
24   - user rating
25   - distance from a certain point
26 . map with all properties included in the table