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

[CS2103-W17-3] BookCoin To The Moon #40

Open
wants to merge 683 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
683 commits
Select commit Hold shift + click to select a range
4626590
Update find commands
vvan-essa Apr 4, 2021
4107bca
Add find command tests
vvan-essa Apr 4, 2021
e40d2a4
Merge branch 'master' into update-find-commands
vvan-essa Apr 4, 2021
5d92702
Update UserGuide.md
ming-00 Apr 4, 2021
bd5b89a
Update UserGuide.md
ming-00 Apr 4, 2021
d87f2fa
Fix failing tests
vvan-essa Apr 4, 2021
ebad54a
Merge branch 'master' into update-find-commands
vvan-essa Apr 4, 2021
5c87515
Fix failing venue tests
vvan-essa Apr 4, 2021
cc7af7a
Rename method
vvan-essa Apr 4, 2021
1de5fb8
Merge pull request #149 from vvan-essa/update-find-commands
vvan-essa Apr 4, 2021
9ed0f45
Set theme jekyll-theme-cayman
ming-00 Apr 4, 2021
3e41a1b
Update UserGuide.md
ming-00 Apr 4, 2021
aef95ed
Update phone number limit
vvan-essa Apr 4, 2021
c2a2d89
Merge branch 'master' into update-find-commands
vvan-essa Apr 4, 2021
24a40aa
Update AboutUs.md
ming-00 Apr 4, 2021
39e14cf
Update AboutUs.md
ming-00 Apr 4, 2021
9bd31f6
Fix tests
vvan-essa Apr 4, 2021
d92647f
Update DeveloperGuide.md
ming-00 Apr 4, 2021
db71d4b
Update AboutUs.md
ming-00 Apr 4, 2021
2b5f25b
Merge pull request #231 from vvan-essa/update-find-commands
vvan-essa Apr 4, 2021
1572352
Update UserGuide.md
ming-00 Apr 4, 2021
53c4314
Remove tests related to removed AB3 commands
ming-00 Apr 4, 2021
c5f72c3
Refactor tests and remove AB3 tests
ming-00 Apr 4, 2021
5a3e8c0
Update UserGuide.md
ming-00 Apr 4, 2021
d0ee6ac
Update index.md
ming-00 Apr 5, 2021
02deb5a
Update index.md
ming-00 Apr 5, 2021
f0e7a31
Update index.md
ming-00 Apr 5, 2021
4f9c97f
Update README.md
ming-00 Apr 5, 2021
831f7e7
Merge branch 'master' into fix-booking
NiniJiaying Apr 5, 2021
e7f64b7
Merge pull request #150 from NiniJiaying/fix-booking
NiniJiaying Apr 5, 2021
adbd2ff
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 5, 2021
9b5a179
Merge pull request #233 from ming-00/master
ming-00 Apr 5, 2021
2dcc0ac
Update UserGuide.md
ming-00 Apr 5, 2021
f1c8732
Add ppp
vvan-essa Apr 5, 2021
bedf175
Update find booking command
vvan-essa Apr 5, 2021
05b82d7
Update tests for find booking
vvan-essa Apr 5, 2021
5a1a704
Merge branch 'master' into update-find-commands
vvan-essa Apr 5, 2021
38b7806
Update tests
vvan-essa Apr 5, 2021
b6ab426
Update isOverlapping method in Booking class
NiniJiaying Apr 5, 2021
8ee839a
Allow apostrophe and hyphens in venue
ming-00 Apr 5, 2021
4d85641
Merge pull request #234 from vvan-essa/update-find-commands
vvan-essa Apr 5, 2021
aea4473
Merge branch 'master' into fix-ped-bugs
ming-00 Apr 5, 2021
d2c501d
Delete Booking Id class
NiniJiaying Apr 5, 2021
9e72b15
Add PPP
ming-00 Apr 5, 2021
0d26d4d
Add tests for edit_booking command
NiniJiaying Apr 5, 2021
a11c28b
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp …
NiniJiaying Apr 5, 2021
894ad39
Fix check main error
NiniJiaying Apr 5, 2021
b18388b
Merge pull request #235 from NiniJiaying/add-booking-test
NiniJiaying Apr 5, 2021
45d08c8
Add tests for PromptAddVenueCommand
ming-00 Apr 5, 2021
07910bc
Merge pull request #236 from ming-00/fix-ped-bugs
ming-00 Apr 5, 2021
e122a06
Update contributions in ppp
vvan-essa Apr 6, 2021
4ebae18
Refactor class names
vvan-essa Apr 6, 2021
04c6dd2
Add tests
vvan-essa Apr 6, 2021
854b556
Merge branch 'master' into update-find-commands
vvan-essa Apr 6, 2021
4d80223
Add tests for add venue parser
ming-00 Apr 6, 2021
bae2063
Merge branch 'master' into fix-ped-bugs
ming-00 Apr 6, 2021
ce330cf
Add tests and refactor multi step add person
ming-00 Apr 6, 2021
08587d8
Merge branch 'fix-ped-bugs' of github.com:ming-00/tp into fix-ped-bugs
ming-00 Apr 6, 2021
40c83a2
Merge remote-tracking branch 'upstream/master' into refactor-ui
rhgndf Apr 6, 2021
4602cc1
Fix merge conflicts
rhgndf Apr 6, 2021
1a840a0
Remove unused classes
vvan-essa Apr 6, 2021
07aefea
Update docs
vvan-essa Apr 6, 2021
825ffc8
Merge pull request #237 from vvan-essa/update-find-commands
vvan-essa Apr 6, 2021
f577b16
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 6, 2021
e7636d6
Merge pull request #238 from ming-00/fix-ped-bugs
NiniJiaying Apr 6, 2021
a1c75d3
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 6, 2021
d3a247a
Update README.md
ming-00 Apr 6, 2021
070db61
Fix more merge commits
rhgndf Apr 6, 2021
9237a69
Merge pull request #232 from hojiefeng/bug-fixing
ming-00 Apr 6, 2021
9553a02
Update User Guide and Developer Guide
NiniJiaying Apr 6, 2021
1af86cb
Fix add_booking
NiniJiaying Apr 6, 2021
327be1f
Fix tests
NiniJiaying Apr 6, 2021
41f7f23
Fix add_booking test
NiniJiaying Apr 6, 2021
5a8dc51
Update Developer Guide
NiniJiaying Apr 6, 2021
990c884
no message
NiniJiaying Apr 6, 2021
5cf8c53
Merge pull request #239 from NiniJiaying/multi-step-commands
ming-00 Apr 7, 2021
e8ed509
Update PPP
xuanqi966 Apr 7, 2021
f138fcb
Fix style
xuanqi966 Apr 7, 2021
41d4bc0
Fix style errors of DG and UG
xuanqi966 Apr 7, 2021
00a54b8
Merge branch 'master' into master
xuanqi966 Apr 7, 2021
e7391b0
Merge pull request #240 from xuanqi966/master
xuanqi966 Apr 7, 2021
6b79c2f
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 7, 2021
085e492
Update ppp
NiniJiaying Apr 7, 2021
c1d9225
Show the correct list in the multistep command
rhgndf Apr 7, 2021
964e5b5
Fix style error
NiniJiaying Apr 7, 2021
4f8a8fd
Merge pull request #241 from NiniJiaying/Project-Portfolio-Page
NiniJiaying Apr 7, 2021
be06670
Add a newline to some messages
rhgndf Apr 7, 2021
6777156
Merge branch 'master' into refactor-ui
rhgndf Apr 7, 2021
e8c6337
Remove ID in BookingCardBig
rhgndf Apr 7, 2021
e500fb7
Add tests for NonOverlappingBookingList
rhgndf Apr 7, 2021
7d457b8
Merge pull request #244 from hojiefeng/add-tests
ming-00 Apr 7, 2021
3a5e561
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 8, 2021
23966a2
Add full stops to the end of error messages
NiniJiaying Apr 8, 2021
6c083d5
Update displayed message
NiniJiaying Apr 8, 2021
3a3901c
Merge pull request #245 from NiniJiaying/fix-issues
NiniJiaying Apr 8, 2021
329336c
Add an extension to a use case
vvan-essa Apr 10, 2021
52441cd
Merge branch 'master' into update-documentation
vvan-essa Apr 10, 2021
bd8e539
Update developer guide
vvan-essa Apr 10, 2021
15acafa
Update user guide
vvan-essa Apr 10, 2021
5f00108
Standardise error messages
vvan-essa Apr 10, 2021
9af11ef
Add tests for edit_booking command
NiniJiaying Apr 10, 2021
0018304
Update edit_booking command tests
NiniJiaying Apr 10, 2021
031a0e8
Merge pull request #247 from NiniJiaying/fix-issues
NiniJiaying Apr 10, 2021
ca32872
Add test for JsonAdaptedBooking
NiniJiaying Apr 10, 2021
8b3d830
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp …
NiniJiaying Apr 10, 2021
31b3dd0
Add DeleteBookingCommandParserTest
NiniJiaying Apr 10, 2021
1389e45
Update developer guide
vvan-essa Apr 10, 2021
057d06a
Update user guide
vvan-essa Apr 10, 2021
e13a163
Update error messages
vvan-essa Apr 10, 2021
f10678f
Add EditBookingCommandParserTest
NiniJiaying Apr 10, 2021
ce85b7e
Merge pull request #248 from NiniJiaying/fix-issues
NiniJiaying Apr 10, 2021
03eea3c
Merge branch 'master' of https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 10, 2021
960862b
Update ppp
vvan-essa Apr 11, 2021
a011804
Update developer guide
vvan-essa Apr 11, 2021
967d10d
Update user guide
vvan-essa Apr 11, 2021
85afde7
Add tests for booking parser
ming-00 Apr 11, 2021
a679363
Add tests for booking parser
ming-00 Apr 11, 2021
f05cdaf
Merge pull request #246 from vvan-essa/update-documentation
vvan-essa Apr 11, 2021
d648985
Merge pull request #249 from ming-00/add-tests-for-booking-parser
ming-00 Apr 11, 2021
c4a3f1b
Remove outdated class
NiniJiaying Apr 11, 2021
3852046
Merge pull request #250 from AY2021S2-CS2103-W17-3/Remove-outdated-class
NiniJiaying Apr 11, 2021
da5ccd1
Update user guide
vvan-essa Apr 11, 2021
5d49dc8
Fix error messages
vvan-essa Apr 11, 2021
6b36e42
Remove unused exceptions
vvan-essa Apr 11, 2021
5ea9737
Merge branch 'master' into update-documentation
vvan-essa Apr 11, 2021
509b7a1
Merge pull request #251 from vvan-essa/update-documentation
vvan-essa Apr 11, 2021
60d2cba
Update DeveloperGuide.md
ming-00 Apr 11, 2021
9eab70b
Fix Venue bugs
ming-00 Apr 11, 2021
50c76a5
Fix checkstyle
ming-00 Apr 11, 2021
a871b4f
Merge branch 'master' into add-tests-for-booking-parser
ming-00 Apr 11, 2021
75ab85a
Merge pull request #252 from ming-00/add-tests-for-booking-parser
ming-00 Apr 11, 2021
920c884
Merge https://github.com/AY2021S2-CS2103-W17-3/tp
NiniJiaying Apr 11, 2021
92b2fcb
Update PPP and AboutUs page
ming-00 Apr 12, 2021
73820df
Update developer guide
vvan-essa Apr 12, 2021
d212c29
Update PPP
vvan-essa Apr 12, 2021
e0e71cd
Standardise error messages
vvan-essa Apr 12, 2021
56e96c8
Change error messages
vvan-essa Apr 12, 2021
debddba
Merge branch 'master' into update-documentation
vvan-essa Apr 12, 2021
cd1c852
Merge branch 'master' into refactor-ui
rhgndf Apr 12, 2021
7b36cf3
Add Jie Feng's PPP
rhgndf Apr 12, 2021
2e35866
Fix typo in aboutus page
rhgndf Apr 12, 2021
cce1a26
Update UiClassDiagram.png
NiniJiaying Apr 12, 2021
2ced0c0
Merge pull request #254 from ming-00/master
NiniJiaying Apr 12, 2021
0449b94
Merge pull request #255 from hojiefeng/add-ppp
NiniJiaying Apr 12, 2021
27e4737
Fix merge commits
rhgndf Apr 12, 2021
f81eacd
Merge pull request #256 from NiniJiaying/DG
Apr 12, 2021
f31785e
Update StorageClassDiagram
NiniJiaying Apr 12, 2021
ab275ba
Merge pull request #242 from hojiefeng/multistep-enhancement
ming-00 Apr 12, 2021
d004c56
Add changes to developer guide
ming-00 Apr 12, 2021
50b3fe9
Merge remote-tracking branch 'upstream/master'
ming-00 Apr 12, 2021
1e90a98
Merge pull request #257 from NiniJiaying/DG
NiniJiaying Apr 12, 2021
7fa41e2
Update Logic UML diagram
xuanqi966 Apr 12, 2021
86127a6
Merge pull request #259 from xuanqi966/master
xuanqi966 Apr 12, 2021
371e198
Fix checkstyle errors
ming-00 Apr 12, 2021
5379474
Remove relevant booking when a person or venue object is deleted
NiniJiaying Apr 12, 2021
5060bd5
Update user guide
vvan-essa Apr 12, 2021
2ba3a28
Fix bugs
vvan-essa Apr 12, 2021
b20732d
Fix check style error
NiniJiaying Apr 12, 2021
9091bc5
Update DeleteVenue and DeletePerson
NiniJiaying Apr 12, 2021
88fdfdb
Resolve merge conflicts
vvan-essa Apr 12, 2021
250065e
Fix bugs
vvan-essa Apr 12, 2021
3480e5f
Update SampleDataUtil with Venue and Booking records
NiniJiaying Apr 12, 2021
4970623
Fix check style issue
NiniJiaying Apr 12, 2021
2212514
Add placeholder to MainWindow
rhgndf Apr 12, 2021
1b8374c
Fix merge conflict in MainWindow
rhgndf Apr 12, 2021
8d6e9ef
Update user guide
vvan-essa Apr 12, 2021
ddea171
Standardise error messages
vvan-essa Apr 12, 2021
bc6a8f0
Update user guide
vvan-essa Apr 12, 2021
b5e9528
Fix phrasing
vvan-essa Apr 12, 2021
67612b4
Update diagrams for developer guide
ming-00 Apr 12, 2021
4f594c1
Merge pull request #260 from NiniJiaying/DG
NiniJiaying Apr 12, 2021
7bec0c1
Merge pull request #261 from vvan-essa/update-documentation
ming-00 Apr 12, 2021
c8d990a
Fix trailing whitespace
ming-00 Apr 12, 2021
f168331
Merge branch 'master' into master
ming-00 Apr 12, 2021
25f1bd2
Merge pull request #262 from ming-00/master
ming-00 Apr 12, 2021
5b8bb6d
Display the big card on the right
rhgndf Apr 12, 2021
cdd0f0e
Show listing type and number of items
rhgndf Apr 12, 2021
784cc80
Add newline to EOF
rhgndf Apr 12, 2021
8051030
Update DeveloperGuide.md
ming-00 Apr 12, 2021
b5f2c7e
Update ppp
NiniJiaying Apr 12, 2021
8cfc572
Add menu items and tag palettes
rhgndf Apr 12, 2021
b80a40a
Merge pull request #263 from NiniJiaying/DG
NiniJiaying Apr 12, 2021
8fe53b4
Update DeveloperGuide.md
ming-00 Apr 12, 2021
2987725
Update ppp
NiniJiaying Apr 12, 2021
ae9a865
Fix bugs
vvan-essa Apr 12, 2021
1f5f23b
Resolve merge conflicts
vvan-essa Apr 12, 2021
6f436d4
Change color scheme to beige
rhgndf Apr 12, 2021
c142b1b
Update DeveloperGuide.md
ming-00 Apr 12, 2021
5a287f8
Update user guide
vvan-essa Apr 12, 2021
41de240
Update edit commands to accept multiple tags
NiniJiaying Apr 12, 2021
23a8449
Merge branch 'master' into update-documentation
vvan-essa Apr 12, 2021
eccd2d5
Update error messages
vvan-essa Apr 12, 2021
472d96d
Fix class diagram
ming-00 Apr 12, 2021
b674b19
Update edit command
NiniJiaying Apr 12, 2021
5094078
Merge pull request #265 from NiniJiaying/DG
NiniJiaying Apr 12, 2021
9ff71be
Merge pull request #266 from ming-00/master
ming-00 Apr 12, 2021
77ac0c6
Update tests
vvan-essa Apr 12, 2021
03c1e57
Add empty line
vvan-essa Apr 12, 2021
bcbf8ea
Improve UI big card
rhgndf Apr 12, 2021
5c73142
Update user guide
rhgndf Apr 12, 2021
14f3daf
Fix typo
rhgndf Apr 12, 2021
aa6cf7d
Improve code quality
NiniJiaying Apr 12, 2021
5384aae
Add UI image to README.md
rhgndf Apr 12, 2021
bfe4887
Fix check style issue
NiniJiaying Apr 12, 2021
9b4d3ac
Merge pull request #267 from NiniJiaying/DG
NiniJiaying Apr 12, 2021
419bdf8
Change the icon to a coin
rhgndf Apr 12, 2021
e67d64b
Update DeveloperGuide.md
ming-00 Apr 12, 2021
17e05e7
Fix gradlew check coverage errors
rhgndf Apr 12, 2021
96544fa
Change UI image to the latest look
rhgndf Apr 12, 2021
cb6c6ff
Fix merge conflicts for docs
rhgndf Apr 12, 2021
7b5eca2
Add some minor UI changes
rhgndf Apr 12, 2021
fc63713
Update phrasing
vvan-essa Apr 12, 2021
acc0f6c
Merge pull request #243 from hojiefeng/refactor-ui
xuanqi966 Apr 12, 2021
268a2dc
Update DeveloperGuide.md
ming-00 Apr 12, 2021
e6e773e
Add case insensitive tags
rhgndf Apr 12, 2021
8181dc9
Merge branch 'update-documentation' of github.com:vvan-essa/tp into u…
rhgndf Apr 12, 2021
aa4c047
Fix import checkstyle errors
rhgndf Apr 12, 2021
402123e
Merge remote-tracking branch 'upstream/master' into update-documentation
rhgndf Apr 12, 2021
a6ca956
Update DeveloperGuide.md
ming-00 Apr 12, 2021
12988f0
Remove conflicting additional variable
rhgndf Apr 12, 2021
402eeb3
Update ming-00.md
ming-00 Apr 12, 2021
5f4a088
Update UG photo
NiniJiaying Apr 12, 2021
84a235b
Fix help window not appearing on some platforms
rhgndf Apr 12, 2021
c253b7e
Merge pull request #269 from NiniJiaying/master
NiniJiaying Apr 12, 2021
74423d6
Merge pull request #264 from vvan-essa/update-documentation
Apr 12, 2021
aac62ea
Add images for user guide
ming-00 Apr 12, 2021
2f46a25
Merge pull request #270 from hojiefeng/fix-help
xuanqi966 Apr 12, 2021
30120b4
Change bookingapp to bookcoin
rhgndf Apr 12, 2021
6f66234
Merge branch 'master' into master
ming-00 Apr 12, 2021
ef4608e
Merge pull request #272 from ming-00/master
ming-00 Apr 12, 2021
da0e288
Update UserGuide.md
ming-00 Apr 12, 2021
ab0dde7
Delete Add_person.png
ming-00 Apr 12, 2021
898beb3
Add files via upload
ming-00 Apr 12, 2021
e706a3c
no message
NiniJiaying Apr 12, 2021
4ccd4ad
Delete Add_person.png
ming-00 Apr 12, 2021
abb62d5
Merge pull request #273 from NiniJiaying/master
NiniJiaying Apr 12, 2021
f285d9f
Add files via upload
ming-00 Apr 12, 2021
d8cd041
Update UserGuide.md
ming-00 Apr 12, 2021
56b5099
Remove trailing whitespace for markdown files
rhgndf Apr 12, 2021
02bf00a
Merge pull request #271 from hojiefeng/fix-documentation
vvan-essa Apr 12, 2021
588243c
Update UserGuide.md
ming-00 Apr 12, 2021
ff5ff83
Update UserGuide.md
ming-00 Apr 12, 2021
edd6421
Merge pull request #274 from hojiefeng/fix-documentation
NiniJiaying Apr 12, 2021
2285fb5
Disown AB3 code
ming-00 Apr 27, 2021
42f4af0
Merge pull request #275 from ming-00/master
ming-00 Apr 27, 2021
2435eac
Indicate reused css code
rhgndf Apr 27, 2021
c7183f3
Merge pull request #276 from hojiefeng/authorship
Apr 27, 2021
7c1358b
Add reuse statements
vvan-essa Apr 28, 2021
09fa008
Merge pull request #277 from vvan-essa/update-reuse
vvan-essa Apr 28, 2021
14600a2
Update README.md
ming-00 Apr 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2021S2-CS2103-W17-3/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2021S2-CS2103-W17-3/tp/actions)
[![codecov](https://codecov.io/gh/AY2021S2-CS2103-W17-3/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2021S2-CS2103-W17-3/tp)

# BookCoin

**BookCoin (To The Moon)** is a CLI facility management system which allows users to manage bookings and presents users a structured and detailed information on facility availability. If you can type fast, BookCoin can get your facility management tasks done faster than traditional GUI apps!
<br>

![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.
<br>
Our targeted users are administrative personnels of schools or organisations who need to manage bookings and usage of a large number of facilities. They have to ensure that bookings and usages of facilities abide by restrictions in addition to checking that the bookings are valid.
<br>

## More Details

For the detailed documentation of this project, see the **[BookCoin Website](https://ay2021s2-cs2103-w17-3.github.io/tp/)**.
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.

## Acknowledgements
We would like to extend our gratitude to two past student projects, ResiReg (AY20/21 Sem 1) and Modulo (AY19/20 Sem 2). When we came up with ideas on the direction to take our project, we evaluated their possibility and feasibility by looking at groups which have previously implemented similar ideas before proceeding with our own implementation.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.booking.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'bookingapp.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
61 changes: 30 additions & 31 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,56 @@ layout: page
title: About Us
---

Bookcoin (to the Moon) was developed by the team CS2103-W17-3.
We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Wang Xuanqi

<img src="images/johndoe.png" width="200px">
<img src="images/xuanqi966.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/xuanqi966)]
[[portfolio](team/xuanqi966.md)]

* Role: Project Advisor
* Role: Developer, team lead
* Responsibilities:

### Jane Doe
### Ni Jiaying

<img src="images/johndoe.png" width="200px">
<img src="images/ninijiaying.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/ninijiaying)]
[[portfolio](team/ninijiaying.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Developer, integration
* Responsibilities:

### Johnny Doe
### Vanessa Tay

<img src="images/johndoe.png" width="200px">
<img src="images/vvan-essa.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/vvan-essa)] [[portfolio](team/vvan-essa.md)]

* Role: Developer
* Responsibilities: Data
* Role: Developer, deliverables and deadlines
* Responsibilities:

### Jean Doe
### Ho Jie Feng

<img src="images/johndoe.png" width="200px">
<img src="images/hojiefeng.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/hojiefeng)]
[[portfolio](team/hojiefeng.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Developer, code quality
* Responsibilities:

### James Doe
### Wu Weiming

<img src="images/johndoe.png" width="200px">
<img src="images/ming-00.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/ming-00)]
[[portfolio](team/ming-00.md)]

* Role: Developer
* Responsibilities: UI
* Role: Developer, documentation
* Responsibilities:
2 changes: 1 addition & 1 deletion docs/DevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Any warnings or errors will be printed out to the console.

Here are the steps to create a new release.

1. Update the version number in [`MainApp.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/MainApp.java).
1. Update the version number in [`MainApp.java`](https://github.com/AY2021S2-CS2103-W17-3/tp/tree/master/src/main/java/seedu/booking/MainApp.java).
1. Generate a fat JAR file using Gradle (i.e., `gradlew shadow`).
1. Tag the repo with the version number. e.g. `v0.1`
1. [Create a new release using GitHub](https://help.github.com/articles/creating-releases/). Upload the JAR file you created.
Loading