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

[CS2103T-W15-2] Trackr #70

Open
wants to merge 1,060 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1060 commits
Select commit Hold shift + click to select a range
d270e67
Add MenuItemCostTest
LiuMC-SG Apr 7, 2023
760d8cd
Simplify MenuItemNameTest
LiuMC-SG Apr 7, 2023
895173e
Add ItemNameContainsKeywordPredicateTest
LiuMC-SG Apr 7, 2023
c0cb9b4
Made a checking for duplicate table for easier reference
HmuuMyatMoe Apr 7, 2023
0baeebe
Update MenuItemPriceTest
LiuMC-SG Apr 7, 2023
5ad4706
Cosmetic changes made to UG
HmuuMyatMoe Apr 7, 2023
63812cf
Update naming convention
LiuMC-SG Apr 7, 2023
b6c5b45
Update MenuItemProfitTest
LiuMC-SG Apr 7, 2023
490252f
Resolve merge conflicts
HmuuMyatMoe Apr 7, 2023
956755e
Add MenuItemSellingPriceTest
LiuMC-SG Apr 7, 2023
70d4532
Add MenuItemTest
LiuMC-SG Apr 7, 2023
a4da603
Proper abstracted out UniqueOrderList
LiuMC-SG Apr 7, 2023
347c502
Add UniqueMenuListTest
LiuMC-SG Apr 7, 2023
4851546
Renamed UniqueMenuListTest
LiuMC-SG Apr 7, 2023
706864d
Add null test for ItemNameContainsKeywordPredicateTest
LiuMC-SG Apr 7, 2023
a2bf32c
Revert changes made to edit item success message
HmuuMyatMoe Apr 7, 2023
981104d
Removed unused exceptions
LiuMC-SG Apr 7, 2023
2451b37
Update UG (#276)
LiuMC-SG Apr 7, 2023
3c2421c
Remove unnecessary code snippet
HmuuMyatMoe Apr 7, 2023
995558b
Merge branch 'master' into branch-err-msg
HmuuMyatMoe Apr 7, 2023
9de56e0
Revert wrong update to UG add order
HmuuMyatMoe Apr 7, 2023
d7d0103
Removes unecessary boxing / unboxing
arkarsg Apr 7, 2023
ad284db
Update UG
HmuuMyatMoe Apr 7, 2023
8f12c3c
Correct add order message usage string
HmuuMyatMoe Apr 7, 2023
bd80a7f
Cosmetic changes to DG
HmuuMyatMoe Apr 7, 2023
65e981e
Change table of contents font size
HmuuMyatMoe Apr 7, 2023
b72ef77
Update OrderQuantityTest
LiuMC-SG Apr 7, 2023
98a278c
Update OrderStatusTest
LiuMC-SG Apr 7, 2023
453c4d8
Add OrderUtilTest
LiuMC-SG Apr 7, 2023
9e2fca0
Simplified Order constructor
LiuMC-SG Apr 7, 2023
bdb5093
Update OrderBuilder
LiuMC-SG Apr 7, 2023
6ad20b1
Update compare to match javadoc
LiuMC-SG Apr 7, 2023
f7f15fd
Update compare to match javadoc
LiuMC-SG Apr 7, 2023
9ac1d54
Add SortOrdersComparatorTest
LiuMC-SG Apr 7, 2023
c891179
Fix OrderStatus
LiuMC-SG Apr 7, 2023
a0e0fc9
Move OrderUtilTest into OrderTest
LiuMC-SG Apr 7, 2023
0cc8268
Update OrderTest for hashCode
LiuMC-SG Apr 7, 2023
ec85ee1
Update OrderNameContainsKeywordPredicateTest
LiuMC-SG Apr 7, 2023
72a839d
Update folder structure to match main
LiuMC-SG Apr 7, 2023
e3bf536
Fix package issues
LiuMC-SG Apr 7, 2023
a8463a6
Fix checkstyle
LiuMC-SG Apr 7, 2023
8a65e7d
Update Person model related Tests
LiuMC-SG Apr 7, 2023
0570930
Update TaskTest
LiuMC-SG Apr 7, 2023
913d7dc
Add SortTasksComparatorTest
LiuMC-SG Apr 7, 2023
a140f2c
Update TaskContainsKeywordsPredicateTest
LiuMC-SG Apr 7, 2023
1ecb058
Update TaskStatusTest
LiuMC-SG Apr 7, 2023
cf4ed89
Update PPP
LiuMC-SG Apr 7, 2023
3fc5807
Refactor `Commands` into relevant test packages
arkarsg Apr 7, 2023
5d6bd90
UploadCsvCommandTest
arkarsg Apr 7, 2023
016445f
Checkstyle
arkarsg Apr 7, 2023
6aa5fd9
Fixes checkstyle
arkarsg Apr 7, 2023
bf93b7e
Merge commit '016445fefd92118ca5ffac32f7d93d15098ec6a4' into branch-T…
arkarsg Apr 7, 2023
a2ea90f
Checkstyle
arkarsg Apr 7, 2023
84b28c4
Edit EditXYZCommand activity diagram
HmuuMyatMoe Apr 7, 2023
12dd37c
Standardise sub-section title names
HmuuMyatMoe Apr 7, 2023
1faf2c6
Add sort command to table of contents
HmuuMyatMoe Apr 7, 2023
30c0618
Add parser test for menu commands and DeleteOrderCommandParser
ChangGittyHub Apr 7, 2023
7f3409e
Cosmetic changes
HmuuMyatMoe Apr 7, 2023
e36acef
Optimise import to fix checkstyleTest
ChangGittyHub Apr 7, 2023
93f9ad7
Update DG (#286)
LiuMC-SG Apr 7, 2023
6f792b9
Add Javadocs
ChangGittyHub Apr 7, 2023
368f1f8
Remove functions no longer in use
ChangGittyHub Apr 7, 2023
a9f7be2
Add more specific Javadocs for copy constructors
ChangGittyHub Apr 7, 2023
027f78c
Fix Checkstyle
ChangGittyHub Apr 7, 2023
2064d43
Improve Test Coverage (Model) (#283)
HmuuMyatMoe Apr 8, 2023
5cdc598
fix edit order bug
HmuuMyatMoe Apr 8, 2023
5710fac
Resolve checkstyle errors
HmuuMyatMoe Apr 8, 2023
68c2cc9
Adds `TabCommandTest`
arkarsg Apr 8, 2023
93a1311
Remove unused imports
arkarsg Apr 8, 2023
bbcaf4b
Merge branch 'master' into branch-order
HmuuMyatMoe Apr 8, 2023
1e32dc7
Modify implementation of edit order
HmuuMyatMoe Apr 8, 2023
87c29ab
Covers `Order` commands
arkarsg Apr 8, 2023
74034af
Fixes checkstyle
arkarsg Apr 8, 2023
afe030b
Adds `EditOrderDescriptor`
arkarsg Apr 8, 2023
a01490c
Checkstyle
arkarsg Apr 8, 2023
36c6224
Update UML diagram and fix documentaion bugs - Use case and alternati…
ChangGittyHub Apr 8, 2023
8cfbf9d
Adds `AddMenuCommandIntegrationTest`
arkarsg Apr 8, 2023
3644e2c
Adds `AddMenuItemCommandTest`
arkarsg Apr 8, 2023
eac91ec
Adds `ClearMenuItemCommandTest`
arkarsg Apr 8, 2023
62d3485
Adds `DeleteMenuItemCommandTest`
arkarsg Apr 8, 2023
93d2ab1
Fix edit order bug (#290)
LiuMC-SG Apr 8, 2023
4fea5ee
Add test for menu commands and DeleteOrderCommandParser, add javadocs…
LiuMC-SG Apr 8, 2023
481865f
Tests `EditMenuItemCommand`
arkarsg Apr 8, 2023
8d1ad9e
Checkstyle
arkarsg Apr 8, 2023
d903357
Adds `EditMenuItemDescriptorTest`
arkarsg Apr 8, 2023
31954a0
Adds `FindMenuItemCommand` test
arkarsg Apr 8, 2023
d030bf3
Adds `ListMenuItemCommandTest`
arkarsg Apr 8, 2023
e97514e
Merge branch 'master' into branch-Tests
arkarsg Apr 8, 2023
ede6627
Update Menu UML diagram and how it works
ChangGittyHub Apr 9, 2023
f9e4a38
Merge branch 'master' into branch-admin
ChangGittyHub Apr 9, 2023
8a073fe
Add to Launch and Shutdown and Saving data
HmuuMyatMoe Apr 9, 2023
1bef6a4
Update section 1 and 2
LiuMC-SG Apr 9, 2023
f522276
Update DG (#293)
LiuMC-SG Apr 9, 2023
dd68f73
Correct error message, minor modifications to UG (#284)
LiuMC-SG Apr 9, 2023
665dbde
Merge branch 'AY2223S2-CS2103T-W15-2:master' into branch-Update_UGDG
LiuMC-SG Apr 9, 2023
c882689
Update section 1 and 2
LiuMC-SG Apr 9, 2023
4bc8142
Change error message displayed and Fix find_order to take in more tha…
ChangGittyHub Apr 9, 2023
c1e1ae7
Fix Use case to be clearer
ChangGittyHub Apr 9, 2023
c513d7c
Update MenuClassDiagram.svg
LiuMC-SG Apr 9, 2023
6926602
Fix Order UML diagram and fix test cases for Find_order
ChangGittyHub Apr 9, 2023
8d6564b
Merge branch 'master' into branch-admin
ChangGittyHub Apr 9, 2023
b8145e6
Merge branch 'branch-admin' of https://github.com/ChangGittyHub/tp in…
ChangGittyHub Apr 9, 2023
1c77143
Fix checkstyleTest
ChangGittyHub Apr 9, 2023
07a74c7
Update section 3
LiuMC-SG Apr 9, 2023
c186400
Update test cases
LiuMC-SG Apr 9, 2023
760600d
Fix checkstyle
LiuMC-SG Apr 9, 2023
433ccf2
Add and update Java Docs
HmuuMyatMoe Apr 9, 2023
819b02d
Add more manual test cases
LiuMC-SG Apr 9, 2023
82bf7fb
Update ToC
LiuMC-SG Apr 9, 2023
bd2ffd7
Fix indentation problem with launch and shutdown
LiuMC-SG Apr 9, 2023
77517a2
Merge branch 'branch-UpdatePPP' into branch-Update_UGDG
LiuMC-SG Apr 9, 2023
c34a5e9
Update PPP
LiuMC-SG Apr 9, 2023
58b8006
Fix errors
LiuMC-SG Apr 9, 2023
a5e1114
Improve Test Coverage: Logic (#285)
LiuMC-SG Apr 9, 2023
5862bfe
update PPP
HmuuMyatMoe Apr 9, 2023
f80598c
Update DG (#294)
HmuuMyatMoe Apr 9, 2023
b2a051b
Remove duplicate codes
HmuuMyatMoe Apr 9, 2023
8a40132
Resovle merge conflicts
HmuuMyatMoe Apr 9, 2023
e5cae07
Resolve checkstyle error
HmuuMyatMoe Apr 9, 2023
331a294
Resolve merge conflicts
HmuuMyatMoe Apr 9, 2023
ceb7da1
Add and update Java Docs (#295)
ChangGittyHub Apr 9, 2023
fe47872
Minor changes to individual PPP (#296)
ChangGittyHub Apr 9, 2023
ffcc083
Minor edit to PPP
ChangGittyHub Apr 9, 2023
552af32
Merge branch 'master' into branch-admin
ChangGittyHub Apr 9, 2023
b8bfcb9
Made minor edits to make UML diagram for menu and order more accurate…
ChangGittyHub Apr 9, 2023
c0f9767
Update PPP
ChangGittyHub Apr 10, 2023
4e89169
Update PPP
ChangGittyHub Apr 10, 2023
2f89ef6
Update PPP
ChangGittyHub Apr 10, 2023
8dd8972
fix link
ChangGittyHub Apr 10, 2023
277a626
Update Links
ChangGittyHub Apr 10, 2023
b429bb3
Improve Use Cases
ChangGittyHub Apr 10, 2023
b0b2663
minor PPP changes
ChangGittyHub Apr 10, 2023
ef6a854
made minor PPP changes
ChangGittyHub Apr 10, 2023
9b98c39
Add on to planned enhancements
HmuuMyatMoe Apr 10, 2023
67533d6
Add credit
HmuuMyatMoe Apr 10, 2023
6d46eb8
Add extensions for add_order use case
ChangGittyHub Apr 10, 2023
6cc4def
minor grammar change
ChangGittyHub Apr 10, 2023
b3b3033
Adds removed test cases in EditOrderCommandTest
arkarsg Apr 10, 2023
8c886ca
Adds commented out JsonSerializableTrackrTest test case
arkarsg Apr 10, 2023
41385f9
Fix checkstyle
LiuMC-SG Apr 10, 2023
19ccad2
Fix Checkstyle
LiuMC-SG Apr 10, 2023
04eed4b
Update UML diagram, Fix documentation bugs in DG, Fix find order bug …
LiuMC-SG Apr 10, 2023
49def0c
Update ToC
LiuMC-SG Apr 10, 2023
fa79610
Adds ObservableTabIndex model test cases
arkarsg Apr 10, 2023
6669e50
Add more planned enhancements to DG
HmuuMyatMoe Apr 10, 2023
2123eb5
update ppp
HmuuMyatMoe Apr 10, 2023
c57b996
Checkstyle
arkarsg Apr 10, 2023
4c5fe5c
Bug fix for UploadCsvCommand
arkarsg Apr 10, 2023
cf4f906
error messages for add order
HmuuMyatMoe Apr 10, 2023
953b582
Resolve merge conflicts
HmuuMyatMoe Apr 10, 2023
9b4e126
update UG
HmuuMyatMoe Apr 10, 2023
3295bd4
Adds additional Test cases for UploadCsvCommand
arkarsg Apr 10, 2023
ac4cbd8
Updates minHeight upon start up
arkarsg Apr 10, 2023
d7d1100
Checkstyle
arkarsg Apr 10, 2023
0ec42b4
Fix code author for `main`
LiuMC-SG Apr 10, 2023
b771f44
Fix checkstyle
LiuMC-SG Apr 10, 2023
e2d8cab
Add order success message
HmuuMyatMoe Apr 10, 2023
da2f497
Edit code reuse
HmuuMyatMoe Apr 10, 2023
d951a41
Update test code ownership
LiuMC-SG Apr 10, 2023
ee30bb2
Improve test coverage (#297)
arkarsg Apr 10, 2023
29df90c
Updates DG for TabCommand
arkarsg Apr 10, 2023
e31be4e
Checkstyle
arkarsg Apr 10, 2023
3b52385
Updates PPP
arkarsg Apr 10, 2023
05572cb
Update test code ownership
LiuMC-SG Apr 10, 2023
62ef667
Update PPP
LiuMC-SG Apr 10, 2023
93d8de3
Updates DG for TabCommand (#300)
LiuMC-SG Apr 10, 2023
7f3bafc
Update UG, DG & individual PPP (#298)
LiuMC-SG Apr 10, 2023
9316966
ADd manual page break for UG
LiuMC-SG Apr 10, 2023
02578f2
Remove all manual page
LiuMC-SG Apr 10, 2023
a63d151
Add manual page break
LiuMC-SG Apr 10, 2023
e39a0b4
Add manual page break
LiuMC-SG Apr 10, 2023
3edf0bf
Add manual page break
LiuMC-SG Apr 10, 2023
7d1d577
Add manual page break
LiuMC-SG Apr 10, 2023
b3ea6af
Add manual page break
LiuMC-SG Apr 10, 2023
5d942d3
Merge branch 'master' into branch-UG
LiuMC-SG Apr 10, 2023
11ac8c1
Add manual page break
LiuMC-SG Apr 10, 2023
17a4c55
Update code ownership
chongweiguan Apr 10, 2023
ea5a8df
Add manual page break
LiuMC-SG Apr 10, 2023
f9f253f
update from main
chongweiguan Apr 10, 2023
8891a11
Add manual page break
LiuMC-SG Apr 10, 2023
a88925c
Update JsonSerializableTrackrTest.java
chongweiguan Apr 10, 2023
1dd2625
Update code ownership (#299)
chongweiguan Apr 10, 2023
6f57293
merge from main
chongweiguan Apr 10, 2023
917e04f
Add manual page break
LiuMC-SG Apr 10, 2023
b9a813a
Add manual page break
LiuMC-SG Apr 10, 2023
e9901c6
Add manual page break
LiuMC-SG Apr 10, 2023
bd355b7
Add manual page break
LiuMC-SG Apr 10, 2023
d2ba6cc
Add manual page break
LiuMC-SG Apr 10, 2023
a8a7ab6
Code ownership
arkarsg Apr 10, 2023
5c6d5d7
Add manual page break
LiuMC-SG Apr 10, 2023
de67fb0
Merge branch 'master' into branch-UG
LiuMC-SG Apr 10, 2023
c928d1c
Update code ownership
chongweiguan Apr 10, 2023
7b61d40
Add manual page break
LiuMC-SG Apr 10, 2023
7cbbbba
Update code ownership (#301)
LiuMC-SG Apr 10, 2023
eaae85d
Adds test case
arkarsg Apr 10, 2023
066c353
Update OrderTest.java
arkarsg Apr 10, 2023
f8efa12
Rotate logic image
LiuMC-SG Apr 10, 2023
a84000f
Rotate logic image back
LiuMC-SG Apr 10, 2023
809c26e
Give credit for code reuse
HmuuMyatMoe Apr 10, 2023
7681f8d
Update TabCommandParser.java
arkarsg Apr 10, 2023
3aaf852
Update SampleDataUtil.java
arkarsg Apr 10, 2023
2f1a9b9
Resolve merge conflicts
HmuuMyatMoe Apr 10, 2023
2091eab
Update MenuCard.java
arkarsg Apr 10, 2023
d873f91
Update OrderCard.java
arkarsg Apr 10, 2023
7c2a3c5
Code reuse credits
HmuuMyatMoe Apr 10, 2023
b955d3d
Adds -reused tag for relevant parts
arkarsg Apr 10, 2023
28c2767
Update DG
LiuMC-SG Apr 10, 2023
d57505a
Update ValidCsvFile.png
chongweiguan Apr 10, 2023
68b7413
Update ppp
HmuuMyatMoe Apr 10, 2023
f109e5f
checkstyle errors
HmuuMyatMoe Apr 10, 2023
a6e4c58
Merge branch 'master' into branch-README
LiuMC-SG Apr 10, 2023
0128817
edit ppp
HmuuMyatMoe Apr 10, 2023
0bb9f72
Update ValidCsvFile.png (#305)
LiuMC-SG Apr 10, 2023
cd3226f
edit ppp
HmuuMyatMoe Apr 10, 2023
54dc1c2
Merge branch 'AY2223S2-CS2103T-W15-2:master' into branch-UG
LiuMC-SG Apr 10, 2023
2303701
edit code reuse declaration
HmuuMyatMoe Apr 10, 2023
2ae8812
Code owndership and update PPP
ChangGittyHub Apr 10, 2023
bd7bd63
Fix tag
LiuMC-SG Apr 10, 2023
a91bd9b
Merge branch 'master' into branch-admin
ChangGittyHub Apr 10, 2023
6bc2ee6
Merge remote-tracking branch 'origin/branch-UG' into branch-UG
LiuMC-SG Apr 10, 2023
260974d
Fix p/ to pr/
LiuMC-SG Apr 10, 2023
798a8a8
Code ownership (#303)
LiuMC-SG Apr 10, 2023
10cd3c6
Code Ownership (#307)
LiuMC-SG Apr 10, 2023
fa01ced
minor change to PPP
ChangGittyHub Apr 10, 2023
16537a9
merge conflicts
HmuuMyatMoe Apr 10, 2023
269c948
Merge branch 'master' into branch-admin
ChangGittyHub Apr 10, 2023
bf0b6d3
Give code reuse credits (#306)
HmuuMyatMoe Apr 10, 2023
2531571
Update DG
LiuMC-SG Apr 10, 2023
32b392f
Update UG for print (#302)
ChangGittyHub Apr 10, 2023
3f23728
edit ppp
HmuuMyatMoe Apr 10, 2023
35212bc
Minor change to PPP (#308)
LiuMC-SG Apr 10, 2023
52ce2a1
Minor ppp changes (#309)
HmuuMyatMoe Apr 10, 2023
69028a4
shorten to fit 2 page limit
ChangGittyHub Apr 10, 2023
9f65128
Merge branch 'master' into branch-admin
ChangGittyHub Apr 10, 2023
f4ef500
Update DG print (#304)
chongweiguan Apr 10, 2023
4636c0d
Shoten PPP page length (#310)
ChangGittyHub Apr 10, 2023
2f22a77
Fix UG error
LiuMC-SG Apr 10, 2023
c61f1b1
Fix UG error
LiuMC-SG Apr 10, 2023
b143173
Update UG (#311)
HmuuMyatMoe Apr 10, 2023
da7f255
neater code reuse declaration
HmuuMyatMoe Apr 10, 2023
e66259c
Merge branch 'master' into branch-dev-guide
HmuuMyatMoe Apr 10, 2023
373c005
shorten again
ChangGittyHub Apr 10, 2023
fc08f66
edit code reuse declaration
HmuuMyatMoe Apr 10, 2023
3298315
Edit code reuse (#312)
ChangGittyHub Apr 10, 2023
d128d42
shorten again (#313)
LiuMC-SG Apr 10, 2023
1acc801
Edit code reuse (#312)
LiuMC-SG Apr 10, 2023
24782bf
Edit Code reuse declaration
HmuuMyatMoe Apr 27, 2023
216b578
Edit Code reuse declaration (#314)
LiuMC-SG Apr 27, 2023
1ef1622
Add reuse for functional code
LiuMC-SG Apr 27, 2023
594b91b
Update missing code reused (#315)
HmuuMyatMoe Apr 27, 2023
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
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/

*.class
bin/
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/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.
# Trackr

[![CI Status](https://github.com/AY2223S2-CS2103T-W14-2/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2223S2-CS2103T-W14-2/tp/actions)
[![codecov](https://codecov.io/gh/AY2223S2-CS2103T-W15-2/tp/branch/master/graph/badge.svg?token=DBXVG742QT)](https://codecov.io/gh/AY2223S2-CS2103T-W15-2/tp)

This repository contains the code base for a Java application for small online bakery businesses.

## About The Project

* The project is a desktop application (called _Trackr_) that targets users with a Command Line Interface (CLI), while providing the visuals using a Graphical User Interface (GUI).
* It is a software engineering project for a module (**CS2103T Software Engineering**) by National University of Singapore (NUS).
* It is **written in OOP fashion**.
* 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.
* It is named `Trackr` because it was created to help users **track** their orders, suppliers contact information and tasks.
* For the detailed documentation of this project, see the **[Trackr Product Website](https://ay2223s2-cs2103t-w15-2.github.io/tp/)**.

## Acknowledgements

* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
* If you would like to contribute code to the parent project (AddressBook-Level3), see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
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 = 'trackr.Main'

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

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'trackr.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
53 changes: 27 additions & 26 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,52 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Liu Muchen

<img src="images/johndoe.png" width="200px">
<img src="images/liumc-sg.png" width="200px">

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

* Role: Project Advisor
* Role: Software Developer
* Responsibilities: Team Lead (Documentation, Deliverables)

### Jane Doe
### Darren Chang

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Software Developer
* Responsibilities: Scheduling & Tracking

### Johnny Doe
### Arkar Kyaw Aung

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: UI & Testing

### Jean Doe
### Hmuu Myat Moe

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/HmuuMyatMoe)]
[[portfolio](team/hmuumyatmoe.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Documentation & Code Quality

### James Doe
### Chong Wei Guan

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Deliverables & Deadlines
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/AY2223S2-CS2103T-W15-2/tp/blob/master/src/main/java/trackr/MainApp.java).
1. Generate a fat JAR file using Gradle (i.e., `gradlew shadowJar`).
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