Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add statistics feature #137

Closed
wants to merge 59 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
596c176
Dummy commit to trigger CI
waffledood Feb 11, 2022
1d18470
Update CodeCov badge in index.md
waffledood Feb 11, 2022
2754081
Add personal picture
waffledood Feb 20, 2022
f520fe8
Create skeletal PPP
waffledood Feb 20, 2022
8e098cc
Update personal info in AboutUs.md
waffledood Feb 20, 2022
b5ffc28
Create skeletal project portfolio page
Ashuh Feb 20, 2022
52fafc5
Add profile photo
Ashuh Feb 20, 2022
1ce70a5
Update AboutUs.md
Ashuh Feb 20, 2022
3fb162e
Attach profile picture and update contribution page
hsiaojietng Feb 20, 2022
6119790
Revert "Attach profile picture and update contribution page"
hsiaojietng Feb 20, 2022
3fb93fe
Update AboutUs.md
hsiaojietng Feb 20, 2022
4f4e933
Add profile picture
hsiaojietng Feb 20, 2022
f5860da
Create skeletal project portfolio page
hsiaojietng Feb 20, 2022
95d4b42
Merge pull request #6 from waffledood/update-haikalyusuf-info
hsiaojietng Feb 23, 2022
586d114
Merge pull request #7 from Ashuh/update-bryan-info
hsiaojietng Feb 23, 2022
85a353f
Merge pull request #9 from hsiaojietng/update-team-info
hsiaojietng Feb 23, 2022
1a1b4dc
Create skeletal personal profile page
howardwhw2 Feb 23, 2022
6a5f051
Update AboutUs.md
howardwhw2 Feb 23, 2022
14babaa
Add profile picture
howardwhw2 Feb 23, 2022
74c3da6
Fix Portfolio links
howardwhw2 Feb 23, 2022
fef4a0a
Update AboutUs.md
cindyangXQ Feb 23, 2022
07a9268
Upload Cindy's picture
cindyangXQ Feb 23, 2022
d57194c
Create skeletal PPP
cindyangXQ Feb 23, 2022
d1c509a
Merge pull request #14 from cindyangXQ/update-team-info
hsiaojietng Feb 23, 2022
6c24337
Resolve merge conflicts
howardwhw2 Feb 23, 2022
fef3efa
Resolve merge conflicts
howardwhw2 Feb 23, 2022
c055073
Resolve merge conflicts
howardwhw2 Feb 23, 2022
018c648
Merge branch 'update-team-info' into update-team-info
hsiaojietng Feb 23, 2022
a492cf5
Merge pull request #11 from howardwhw2/update-team-info
hsiaojietng Feb 23, 2022
40782cb
Resolve merge conflicts
howardwhw2 Feb 23, 2022
e45637c
update PPP
hsiaojietng Feb 23, 2022
de6218a
Merge pull request #16 from hsiaojietng/update-team-info
hsiaojietng Feb 24, 2022
7a4f307
Displays information after supplying "favourite" command
hsiaojietng Feb 25, 2022
2c52abe
Create FavouriteCommand, FavouriteCommandParser and Favourite class
hsiaojietng Feb 25, 2022
ea5c440
Add $favourite placeholder for PersonCard display
hsiaojietng Feb 25, 2022
a8441a9
Favourite command's result reflected in the app
hsiaojietng Feb 25, 2022
53e5ba8
Display "Favourite" as menuItem under "File" menu
hsiaojietng Feb 27, 2022
7f9ac49
Implement opening of favourite window
hsiaojietng Feb 28, 2022
4d5b708
Add favourited clients into FavouriteWindow
hsiaojietng Mar 1, 2022
37ecddd
Merge remote-tracking branch 'upstream/update-team-info' into update-…
howardwhw2 Mar 2, 2022
b32201a
Rename Howard PPP files
howardwhw2 Mar 2, 2022
d9ae809
Update README.md to point to W16-14's repo actions
waffledood Mar 2, 2022
b812795
Update README.md with team repo CI & RealEstatePro-specific description
waffledood Mar 2, 2022
d0ce18d
Add updated RealEsatePro Ui
waffledood Mar 2, 2022
4fdd645
Merge pull request #32 from waffledood/update-readme
hsiaojietng Mar 2, 2022
8ed36c3
Merge pull request #29 from howardwhw2/update-team-info
hsiaojietng Mar 2, 2022
3683e81
Add all team info up
hsiaojietng Mar 2, 2022
528206b
Update user and developer guide
hsiaojietng Mar 2, 2022
cdaa608
Merge branch 'master' into master
hsiaojietng Mar 2, 2022
ae7909b
Add whitespace at end of file
hsiaojietng Mar 2, 2022
610b961
Merge branch 'master' of https://github.com/hsiaojietng/tP
hsiaojietng Mar 2, 2022
ea94ee0
Add eof whitespace
hsiaojietng Mar 2, 2022
8f7918d
Remove new Add command test
hsiaojietng Mar 2, 2022
aa0285c
Resolve hyperlink for Favourite section and create directories under …
hsiaojietng Mar 3, 2022
af56e2f
Fix favourite command.
hsiaojietng Mar 9, 2022
58270cd
Merge branch 'add-favourite-feature'
hsiaojietng Mar 9, 2022
dae3650
Remove howard's extra md and update my picture extension
hsiaojietng Mar 9, 2022
9896ed6
Update picture extension
hsiaojietng Mar 9, 2022
c1a272a
Merge branch 'master' of https://github.com/AY2122S2-CS2103-W16-4/tp …
hsiaojietng Mar 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md with team repo CI & RealEstatePro-specific description
waffledood committed Mar 2, 2022
commit b8127958c08d0844ccb5f802d9d939d74098088f
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# RealEstatePro

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S2-CS2103-W16-4/tp/actions)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
Are you a real estate agent looking to level up your productivity & workflow?

Do you need a centralized workspace to keep track of your clients, properties & close deals in a more efficient manner?
Then look no further! RealEstatePro is just the app **you** need!

RealEstatePro helps you to:
* Input clients' details: phone number, address, & whether they're looking to buy or sell a property
* Match potential buyers & sellers, based on their property preferences

## Acknowledgements
* RealEstatePro is adapted from the AddressBook-Level3 project created by the SE-EDU initiative.
* Libraries used: [JavaFX](https://openjfx.io/)