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

[CS2113T-T09-3] SITUS #25

Open
wants to merge 591 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
591 commits
Select commit Hold shift + click to select a range
238bccb
edits to UG/DG
AayushMathur7 Oct 27, 2021
323e250
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Oct 27, 2021
8c0c056
Added exception for update and delete command
datn02 Oct 27, 2021
a77323f
Merge pull request #103 from datn02/DucAnh-UpdateDeleteCommandFix
datn02 Oct 27, 2021
5724261
Fixed Ingredient Formatting
mudkip8 Oct 27, 2021
572a86d
Merge pull request #104 from mudkip8/master
mudkip8 Oct 27, 2021
5b14a15
Changed formatting for date DATE
mudkip8 Oct 27, 2021
3eb7b6a
Merge pull request #105 from mudkip8/master
mudkip8 Oct 27, 2021
edf063c
Updated link to latest release
mudkip8 Oct 27, 2021
974c7ad
Merge pull request #106 from mudkip8/master
mudkip8 Oct 27, 2021
94889da
Updated help command
mudkip8 Oct 27, 2021
e21963a
Merge pull request #107 from mudkip8/master
mudkip8 Oct 27, 2021
6660b14
updated DG
AayushMathur7 Oct 27, 2021
24da79b
Fixed a bug for update where decimal amounts cause an exception
mudkip8 Oct 28, 2021
0c6eef9
Merge pull request #113 from mudkip8/master
mudkip8 Oct 28, 2021
1a10f88
Fixed Bugs where thresholds can be less than or equal to 0, causing w…
mudkip8 Oct 31, 2021
1ac5de4
Changed error message for invalid threshold types for set
mudkip8 Oct 31, 2021
5787e5a
Merge pull request #165 from mudkip8/v2.1Bugfixing
mudkip8 Oct 31, 2021
a4b0901
Added Function to check for special characters
mudkip8 Oct 31, 2021
0b92897
Added check for special characters in find
mudkip8 Oct 31, 2021
bfd8ea0
Added Error Message for updating ingredient amount to less than or eq…
mudkip8 Oct 31, 2021
4b74399
Added error messages to catch special characters in name, negative am…
mudkip8 Oct 31, 2021
984146d
Added error if subtracting negative number
mudkip8 Oct 31, 2021
ed2f834
Added imports and Messages
mudkip8 Oct 31, 2021
7289cd8
Moved the error check for add
mudkip8 Oct 31, 2021
56e50ae
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
mudkip8 Oct 31, 2021
d47488d
Changed the command input expiry to 1000 years later to test the corr…
mudkip8 Oct 31, 2021
f9b14c1
Fixed Date Command error message
mudkip8 Oct 31, 2021
d14d9a6
Merge pull request #166 from mudkip8/v2.1Bugfixing
mudkip8 Oct 31, 2021
ed2dee8
Fixed spaces detected as parameters issue for delete
mudkip8 Oct 31, 2021
99f64f0
Changed invalidNumberFormatInput to invalidParameterFormatInput as th…
mudkip8 Oct 31, 2021
1e81179
Changed code for parseExpiry, parseAlert and parseSet to follow that …
mudkip8 Oct 31, 2021
a29e51b
Merge pull request #167 from mudkip8/v2.1Bugfixing
mudkip8 Oct 31, 2021
dd39a7e
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
mudkip8 Oct 31, 2021
a68b21f
Removed duplicates for Find
mudkip8 Oct 31, 2021
7984f0f
Change date formatting to follow that of delete
mudkip8 Oct 31, 2021
f2f88ab
Changed add formatting to follow delete
mudkip8 Oct 31, 2021
a354a6b
Changed method call inputs
mudkip8 Oct 31, 2021
83d1253
Dealt with issue where repeating the word 'add' will not give an error
mudkip8 Oct 31, 2021
171310d
Changed subtract and update to follow style of other functions
mudkip8 Oct 31, 2021
1901b82
Refixed all of the parser class methods
mudkip8 Oct 31, 2021
cb574dd
Added author tags
mudkip8 Oct 31, 2021
cd4f724
Merge pull request #168 from mudkip8/v2.1Bugfixing
mudkip8 Oct 31, 2021
080c087
Set max expiry and stock thresholds
mudkip8 Nov 1, 2021
837854a
Created test cases for alerts, set and expire commands
mudkip8 Nov 1, 2021
f48123a
Change error assert value
mudkip8 Nov 1, 2021
cd0b94f
Merge pull request #169 from mudkip8/v2.1Bugfixing
mudkip8 Nov 1, 2021
be828e0
Edits based on TA comments
mudkip8 Nov 1, 2021
cf68206
Merge pull request #170 from mudkip8/v2.1Bugfixing
mudkip8 Nov 1, 2021
00fe811
Added PPP Draft
mudkip8 Nov 1, 2021
e8526a8
Merge pull request #171 from mudkip8/v2.1Bugfixing
mudkip8 Nov 1, 2021
d24caf1
Fixes #117
datn02 Nov 1, 2021
356657f
Fix update not accepting floating point number
datn02 Nov 1, 2021
7ad6d21
Fix test code format to comply with new changes
datn02 Nov 1, 2021
c40c72e
Changed check for alphanumeric only inputs to regex
mudkip8 Nov 1, 2021
1d5f9c9
Merge pull request #172 from datn02/DucAnh-Issue117
mudkip8 Nov 1, 2021
60324ef
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
mudkip8 Nov 1, 2021
2a8c3ab
Merge pull request #173 from mudkip8/v2.1Bugfixing
mudkip8 Nov 1, 2021
25f4542
edit code based on TA feedback
rainish2000 Nov 1, 2021
bbc7647
add error message for incorrect index inputs
rainish2000 Nov 1, 2021
9cea860
Fix update command splitting
datn02 Nov 1, 2021
995ba8c
Added exception handling
datn02 Nov 1, 2021
21e3884
Fixes #122
datn02 Nov 1, 2021
81cde4c
Fix coding style
datn02 Nov 1, 2021
3fcea0c
Merge pull request #174 from datn02/DucAnh-Issue122
datn02 Nov 1, 2021
8208a6f
all amounts stored to 3 decimal places, fix subtraction bugs
rainish2000 Nov 1, 2021
4794fe0
minor ui bug fixes
rainish2000 Nov 1, 2021
9fd256e
fix error when checking for proper index format
rainish2000 Nov 1, 2021
903093d
fix mainClassName field
rainish2000 Nov 1, 2021
9ffa69a
fix merge conflicts
rainish2000 Nov 1, 2021
86776b7
fix merge conflicts
rainish2000 Nov 1, 2021
b174c04
update junit test for find
rainish2000 Nov 1, 2021
45ccd3c
Merge pull request #175 from nishantrai-nus/v2.1-bugfixing
rainish2000 Nov 1, 2021
f95ab59
fix subtraction bugs past 1 decimal place
rainish2000 Nov 1, 2021
2dbc7aa
fix bug in last commit
rainish2000 Nov 1, 2021
672b309
Merge pull request #176 from nishantrai-nus/v2.1-bugfixing
rainish2000 Nov 1, 2021
9421157
Removed AlertCommandClass
mudkip8 Nov 1, 2021
3072023
Changed section for startup alerts to handle the 2 alert types separa…
mudkip8 Nov 1, 2021
6554ca4
Added a method to print without top divider
mudkip8 Nov 1, 2021
829bfb5
Changed to handle threshold data file attacks
mudkip8 Nov 1, 2021
25658c3
Changed parseAlerts to remove AlertsCommand
mudkip8 Nov 1, 2021
755ba61
Added error catching for failed read/writes of threshold data
mudkip8 Nov 1, 2021
e170170
Fixed checkstyle Error
mudkip8 Nov 1, 2021
d3a1399
Merge pull request #177 from mudkip8/v2.1Bugfixing
mudkip8 Nov 1, 2021
5a3fd15
Add some defensive method to prevent crashing when read with wrong in…
datn02 Nov 1, 2021
0230aa5
Fixes #163
datn02 Nov 1, 2021
9c357b2
Fixes #136, #164
datn02 Nov 1, 2021
774d9ec
Fixes #146
datn02 Nov 1, 2021
f244bbb
Merge pull request #178 from datn02/DucAnh-v2.1StorageMinorFix
datn02 Nov 1, 2021
1d1a07f
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 2, 2021
a50f5a3
Add limit to add command
datn02 Nov 3, 2021
d06d5d9
Some edits to diagram based on DG peer review
mudkip8 Nov 3, 2021
80fcab4
Additions to DG TOC
mudkip8 Nov 3, 2021
0197556
Merge pull request #179 from mudkip8/DeveloperGuide
mudkip8 Nov 3, 2021
6839b2a
Fix a bug where it will display as 0 kg but not removing itself
datn02 Nov 3, 2021
5806735
Merge branch 'master' into DucAnh-AddLimitAmountFix
datn02 Nov 3, 2021
6ae024c
Add amount check for update command to be uniform with add command
datn02 Nov 3, 2021
b2970ad
Fix coding style
datn02 Nov 3, 2021
0023ce8
Merge pull request #180 from datn02/DucAnh-AddLimitAmountFix
datn02 Nov 3, 2021
702a71e
update colour scheme of dg
ngoivanessa Nov 4, 2021
468d0a4
Merge branch 'master' into v2.0
ngoivanessa Nov 4, 2021
d1fc97e
created add sequence diagram
ngoivanessa Nov 4, 2021
896c750
edit add sequence diagram
ngoivanessa Nov 4, 2021
f9da623
Added PPP draft
datn02 Nov 5, 2021
f8eff03
Add printing message to indicate which line is invalid in ingredients…
datn02 Nov 5, 2021
3656cd0
Fix coding style
datn02 Nov 5, 2021
dd09017
Merge pull request #181 from datn02/DucAnh-PPPDraft
datn02 Nov 5, 2021
83a9852
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 5, 2021
2ec9eb2
Added sorting by expiry date (earliest first) for expiring ingredient…
mudkip8 Nov 5, 2021
1f5d8aa
Merge pull request #182 from mudkip8/ExpireGrouping
mudkip8 Nov 5, 2021
c09838e
Added .000 to all relevant outputs
mudkip8 Nov 5, 2021
c7d593d
Merge pull request #183 from mudkip8/UserGuide
mudkip8 Nov 5, 2021
f7f30de
Changed wrong hyperlink label
mudkip8 Nov 5, 2021
df8fc87
Minor PPP update
mudkip8 Nov 5, 2021
bebcac9
Slight change to sequence diagram
mudkip8 Nov 5, 2021
642dfe1
Merge pull request #184 from mudkip8/UserGuide
mudkip8 Nov 5, 2021
90d37d6
Merge branch 'master' into v2.0
ngoivanessa Nov 5, 2021
5f81da2
Add ingredient group component add ingredient implementation, udpate …
ngoivanessa Nov 5, 2021
e2ba463
Merge pull request #185 from ngoivanessa/v2.0
ngoivanessa Nov 5, 2021
897e64b
Fix delete command details
datn02 Nov 6, 2021
6343aa6
Fix delete command to the new format
datn02 Nov 6, 2021
2b1e8ea
Fix UG format of output
datn02 Nov 6, 2021
fbffea5
Fix delete sequence diagram
datn02 Nov 6, 2021
f067ce6
Update PPP
datn02 Nov 6, 2021
42af755
Refactor main class
datn02 Nov 6, 2021
83db122
Fix minor issues and claim authorship
datn02 Nov 6, 2021
bdb8930
Remove extranous details
datn02 Nov 6, 2021
d498a37
Merge pull request #186 from datn02/DucAnh-PPPUpdate
datn02 Nov 6, 2021
2e80652
Extra lines to style.puml
mudkip8 Nov 6, 2021
0ad8925
Merge pull request #187 from mudkip8/master
mudkip8 Nov 6, 2021
cb19ed7
add details to certain sections of UG
rainish2000 Nov 6, 2021
719d9bc
Merge pull request #188 from nishantrai-nus/edit-userguide
rainish2000 Nov 6, 2021
5bf48d4
revert to subtracting by name
rainish2000 Nov 6, 2021
9f8cb18
fix documentation error
rainish2000 Nov 6, 2021
36327cf
Merge pull request #189 from nishantrai-nus/subtract-by-name
rainish2000 Nov 6, 2021
1cab2f9
minor edits to diagrams
rainish2000 Nov 6, 2021
76630a6
Merge pull request #190 from nishantrai-nus/edit-dg
rainish2000 Nov 6, 2021
7bfcbc7
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 6, 2021
d242375
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 6, 2021
6378a6b
changes to subtract & update; updated UG/DG, PUML Diagrams added
AayushMathur7 Nov 6, 2021
59da206
minor updates
AayushMathur7 Nov 6, 2021
655f379
Merge pull request #192 from AayushMathur7/master
AayushMathur7 Nov 6, 2021
baa43f5
Fix coding style
datn02 Nov 7, 2021
a5fb9a0
Merge pull request #193 from datn02/DucAnh-v2.1Fix
datn02 Nov 7, 2021
46dee5c
Fixed checkstyle errors
mudkip8 Nov 7, 2021
dc2decb
Merge branch 'master' of https://github.com/mudkip8/tp
mudkip8 Nov 7, 2021
fcb50aa
Merge branch 'master' into v2.0
ngoivanessa Nov 7, 2021
9fbbd19
add ascii art
rainish2000 Nov 7, 2021
9d4e821
add ASCII art
rainish2000 Nov 7, 2021
fd57429
add logger statements
rainish2000 Nov 7, 2021
58db652
add authorship flags
rainish2000 Nov 7, 2021
9b5188c
minor fixes
rainish2000 Nov 7, 2021
b5d8afe
fix test style violation
rainish2000 Nov 7, 2021
bb2e05c
add ppp for nishant
rainish2000 Nov 7, 2021
52063ea
Merge pull request #194 from nishantrai-nus/nishant-ppp
rainish2000 Nov 7, 2021
f48460a
update aboutus.md
rainish2000 Nov 7, 2021
7fc8aef
Merge pull request #195 from nishantrai-nus/nishant-ppp
rainish2000 Nov 7, 2021
1849078
Changed sequence diagrams to match add colours
mudkip8 Nov 7, 2021
7cea894
Merge pull request #196 from mudkip8/DeveloperGuide
mudkip8 Nov 7, 2021
c9a298c
minor addition to find section
rainish2000 Nov 7, 2021
ae5a355
Merge pull request #197 from nishantrai-nus/edit-userguide
rainish2000 Nov 7, 2021
41c2de0
Standardized Class colours for seq. diagrams
mudkip8 Nov 7, 2021
a4af9a7
Merge pull request #198 from mudkip8/DeveloperGuide
mudkip8 Nov 7, 2021
e3ba354
Removed johndoe.md
mudkip8 Nov 7, 2021
708774d
Merge pull request #199 from mudkip8/DeveloperGuide
mudkip8 Nov 7, 2021
a069b3c
Fix minor detail
datn02 Nov 7, 2021
a2c001d
Merge branch 'master' into DucAnh-v2.1PPPUpdate
datn02 Nov 7, 2021
67e262d
Add profile picture
datn02 Nov 7, 2021
5982f11
Merge pull request #200 from datn02/DucAnh-v2.1PPPUpdate
datn02 Nov 7, 2021
1504690
add PPP
ngoivanessa Nov 7, 2021
ac6e482
Merge pull request #201 from ngoivanessa/v2.0
ngoivanessa Nov 7, 2021
9aaf068
Merge branch 'master' into v2.0
ngoivanessa Nov 7, 2021
f45bdb8
minor changes
AayushMathur7 Nov 7, 2021
3529e13
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 7, 2021
57e0ee2
updated ppp
AayushMathur7 Nov 7, 2021
107fd48
Merge pull request #202 from AayushMathur7/master
AayushMathur7 Nov 7, 2021
183dab4
minor edits
rainish2000 Nov 7, 2021
8a28b0d
Merge pull request #203 from nishantrai-nus/edit-userguide
rainish2000 Nov 7, 2021
d4d9340
Add PR information into PPP
datn02 Nov 7, 2021
ef428fd
Merge pull request #204 from datn02/DucAnh-v2.1PPPUpdate2
datn02 Nov 7, 2021
d94a1c8
Fix PPP to be 2 pages long
datn02 Nov 7, 2021
5cc09ad
Merge pull request #205 from datn02/DucAnh-v2.1PPPUpdate3
datn02 Nov 7, 2021
196b45b
Fix output messages format
datn02 Nov 7, 2021
14faa5b
Merge pull request #206 from datn02/DucAnh-v2.1DGFix
datn02 Nov 7, 2021
4b20881
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
ngoivanessa Nov 7, 2021
4369305
edit interaction diagram
rainish2000 Nov 7, 2021
01a2f79
fix typo
rainish2000 Nov 7, 2021
b7771e2
update interaction sequence diagram
rainish2000 Nov 7, 2021
b9a6fee
fix bug
rainish2000 Nov 7, 2021
91eb8e6
add find and expire sections with diagrams
rainish2000 Nov 7, 2021
ddc6790
Merge pull request #207 from nishantrai-nus/edit-dg
rainish2000 Nov 7, 2021
4d3ef30
minor fixes
rainish2000 Nov 7, 2021
1bbd222
Merge pull request #208 from nishantrai-nus/edit-dg
rainish2000 Nov 7, 2021
1a6dcca
ppp edits
rainish2000 Nov 7, 2021
30e5b3b
Merge pull request #209 from nishantrai-nus/nishant-ppp
rainish2000 Nov 7, 2021
d30e18d
Changed newest release link
mudkip8 Nov 8, 2021
6aed393
Merge pull request #210 from mudkip8/master
mudkip8 Nov 8, 2021
423cd00
Fixed a formatting issue with headers
mudkip8 Nov 8, 2021
474cc9d
Merge pull request #211 from mudkip8/master
mudkip8 Nov 8, 2021
e5073bd
Added lines to format PDF
mudkip8 Nov 8, 2021
4f41104
Formatting for PDF
mudkip8 Nov 8, 2021
2533d2f
Merge pull request #212 from mudkip8/master
mudkip8 Nov 8, 2021
2b344e4
More PDF formatting DG
mudkip8 Nov 8, 2021
ff2e69c
Merge pull request #213 from mudkip8/master
mudkip8 Nov 8, 2021
4420a97
Add newlin to separate add seq diagram and descriptor statement
mudkip8 Nov 8, 2021
9de996c
Merge pull request #214 from mudkip8/master
mudkip8 Nov 8, 2021
5748054
Added 1 page break DG
mudkip8 Nov 8, 2021
848d1e8
Merge pull request #215 from mudkip8/master
mudkip8 Nov 8, 2021
80477c2
Updated UG Quickstart output
mudkip8 Nov 8, 2021
879a001
Merge pull request #216 from mudkip8/master
mudkip8 Nov 8, 2021
f0b3efa
Claim authorship from expire command
datn02 Nov 8, 2021
736d18f
Merge pull request #217 from datn02/DucAnh-v2.1Authorship
datn02 Nov 8, 2021
10cc10b
Fixed minor formatting issue
mudkip8 Nov 8, 2021
fe94435
Merge pull request #218 from mudkip8/master
mudkip8 Nov 8, 2021
145a4c1
updated DG
AayushMathur7 Nov 8, 2021
01faedb
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 8, 2021
ec7b030
Merge pull request #219 from AayushMathur7/master
AayushMathur7 Nov 8, 2021
1e000ae
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
ngoivanessa Nov 8, 2021
cd025c4
Some changes to formatting
mudkip8 Nov 8, 2021
9fcd836
Merge pull request #220 from mudkip8/master
mudkip8 Nov 8, 2021
e48dc01
Trying to fix formatting issues for DG
mudkip8 Nov 8, 2021
656fa1c
Merge pull request #221 from mudkip8/master
mudkip8 Nov 8, 2021
d017a7a
Still trying to fix DG formatting
mudkip8 Nov 8, 2021
14b2b06
Merge pull request #222 from mudkip8/master
mudkip8 Nov 8, 2021
4396c40
Third try's the charm for fixing DG formatting
mudkip8 Nov 8, 2021
de35a9b
Merge pull request #223 from mudkip8/master
mudkip8 Nov 8, 2021
b060c1b
Attempt 4 at fixing formatting
mudkip8 Nov 8, 2021
0abf127
Merge pull request #224 from mudkip8/master
mudkip8 Nov 8, 2021
f87bea4
Revert "Attempt 4 at fixing formatting"
mudkip8 Nov 8, 2021
f991eaf
Merge pull request #225 from mudkip8/master
mudkip8 Nov 8, 2021
7eba3e8
Attempt 5 at fixing DG formatting
mudkip8 Nov 8, 2021
9236725
Merge pull request #226 from mudkip8/master
mudkip8 Nov 8, 2021
ef8d646
Attempt 6 at fixing formatting issue DG
mudkip8 Nov 8, 2021
3987723
Merge pull request #227 from mudkip8/master
mudkip8 Nov 8, 2021
3db2413
Attempt 7 at fixing DG formatting
mudkip8 Nov 8, 2021
ef0508b
Merge pull request #228 from mudkip8/master
mudkip8 Nov 8, 2021
846a082
Added some page breaks for DG PDF conversion
mudkip8 Nov 8, 2021
f2e8bc2
Merge pull request #229 from mudkip8/master
mudkip8 Nov 8, 2021
68c9ce4
edited DG and test classes
ngoivanessa Nov 8, 2021
2b34d31
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp…
ngoivanessa Nov 8, 2021
4850321
Merge pull request #230 from ngoivanessa/v2.0
ngoivanessa Nov 8, 2021
e3b63fd
Added page breaks
mudkip8 Nov 8, 2021
6da236c
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
mudkip8 Nov 8, 2021
c0a42ea
Merge pull request #231 from mudkip8/master
mudkip8 Nov 8, 2021
4263d39
Added J-unit testing
AayushMathur7 Nov 8, 2021
a6cb8e9
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-T09-3/tp
AayushMathur7 Nov 8, 2021
8493c1a
Merge pull request #232 from AayushMathur7/master
AayushMathur7 Nov 8, 2021
5ecddc5
Fix coding style...
datn02 Nov 8, 2021
eaabfe6
Fix update command test not working
datn02 Nov 8, 2021
8175016
Merge pull request #233 from datn02/DucAnh-FinalCodingStyleFix
datn02 Nov 8, 2021
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
16 changes: 1 addition & 15 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,4 @@ jobs:
- name: Build and check with Gradle
run: ./gradlew check

- name: Perform IO redirection test (*NIX)
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/text-ui-test
run: ./runtest.sh

- name: Perform IO redirection test (MacOS)
if: always() && runner.os == 'macOS'
working-directory: ${{ github.workspace }}/text-ui-test
run: ./runtest.sh

- name: Perform IO redirection test (Windows)
if: always() && runner.os == 'Windows'
working-directory: ${{ github.workspace }}/text-ui-test
shell: cmd
run: runtest.bat

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ bin/

/text-ui-test/ACTUAL.txt
text-ui-test/EXPECTED-UNIX.TXT

# data files
/data/
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "seedu.situs.Situs"
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "Situs"
archiveClassifier = null
}

Expand All @@ -43,4 +43,5 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}
12 changes: 6 additions & 6 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# About us

Display | Name | Github Profile | Portfolio
Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Alvin Mah | [Github](https://github.com/mudkip8) | [Portfolio](team/mudkip8.md)
![](https://via.placeholder.com/100.png?text=Photo) | Nishant Rai | [Github](https://github.com/nishantrai-nus) | [Portfolio](team/nishantrai-nus.md)
![](https://via.placeholder.com/100.png?text=Photo) | Vanessa Ngoi | [Github](https://github.com/ngoivanessa) | [Portfolio](team/ngoivanessa.md)
<img src="avatar/tom_newspaper.jpg" width=150> | Duc Anh | [Github](https://github.com/datn02) | [Portfolio](team/datn02.md)
![](https://via.placeholder.com/100.png?text=Photo) | Aayush Mathur | [Github](https://github.com/) | [Portfolio](team/AayushMathur7.md)
524 changes: 506 additions & 18 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Loading