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

[CS2113-T14-1] SmartHomeBot #40

Open
wants to merge 597 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
597 commits
Select commit Hold shift + click to select a range
d30e028
Updated invalid type error message
TanLeeWei Nov 4, 2020
5c55161
Merge pull request #188 from TanLeeWei/TypeErrorMessage
TanLeeWei Nov 4, 2020
2d0def9
Updated create command part in UG for better clarity
TanLeeWei Nov 4, 2020
2fc629d
Merge pull request #189 from TanLeeWei/UGUpdate
TanLeeWei Nov 4, 2020
054a7a3
Updated on ExitCommandTest, DeleteCommandTest and RemoveCommandTest
Nov 5, 2020
3047c0b
Merge branch 'branch-JUnitTest-2'
Nov 5, 2020
11a285d
Added RemoveCommandTest and DeleteCommandTest
Nov 5, 2020
46c9db7
Fixed on bug issue #174
Nov 5, 2020
53943de
Fixed on runtest.bat
Nov 5, 2020
3d7dcf4
Second Fix on runtest.bat
Nov 5, 2020
07f899e
Merge branch 'branch-JUnitTest-2' into branch-bug-2
Nov 5, 2020
4550e27
Added AddCommandTest and CreateCommandTest
Nov 5, 2020
c18d0b4
Added addditional assertion test
Nov 5, 2020
8494e06
Merge pull request #191 from Ang-Cheng-Jun/branch-JUnit-Assertion
leonlowzd Nov 5, 2020
2600193
Updated AboutUs
leonlowzd Nov 5, 2020
37adf7f
Updated Messages
leonlowzd Nov 5, 2020
ef0fd0f
Added author for classes
leonlowzd Nov 5, 2020
943652b
Updated how the LINE is printed
leonlowzd Nov 5, 2020
fd57b27
Cleaned up code for ON/OFF commands and updated how LINE is printed
leonlowzd Nov 5, 2020
3de89ef
Changed Message name
leonlowzd Nov 5, 2020
9936111
Updated ReadStorageFile to handle all exceptions
leonlowzd Nov 5, 2020
ef7b551
Changed test expected output
leonlowzd Nov 5, 2020
e84f24b
Fixed runtest.sh
leonlowzd Nov 5, 2020
522fd04
Changed Exit message.
leonlowzd Nov 5, 2020
18b684e
Changed EXPECTED.TXT output
leonlowzd Nov 5, 2020
2c12023
Changed EXPECTED-UNIX.TXT output
leonlowzd Nov 5, 2020
a2a2dc2
Merge pull request #192 from leonlowzd/master
leonlowzd Nov 5, 2020
1fdc512
Added comments and author for Main, Parser and TextUi class
Nov 5, 2020
f5df3fe
Added comments and author for Command, CommandResult, ExitCommand and…
Nov 5, 2020
4e36a81
Added Exceptions into the ListCommand class
Nov 5, 2020
5eff549
Added Exceptions to the OffCommand and OnCommand class
Nov 5, 2020
230e911
Added Exceptions to ResetCommand and UsageCommand class
Nov 5, 2020
96b1fe5
Merge branch 'master' into branch-v2.1
Nov 5, 2020
98282b2
Fixed gradle error
Nov 5, 2020
6e6512c
Fixed all the comment given by Leon. Removing the "this" and change t…
Nov 6, 2020
0de6721
Merge pull request #193 from Ang-Cheng-Jun/branch-v2.1
leonlowzd Nov 6, 2020
01e0b95
Changed Exception name to better represent its usage.
leonlowzd Nov 6, 2020
94a68d1
Changed Program's messages
leonlowzd Nov 6, 2020
98f0e50
Removed 'this' keyword in data package.
leonlowzd Nov 6, 2020
5f42c8e
Minor edits to List printouts
leonlowzd Nov 6, 2020
9d84d5d
Prints out a better Error Message when user ON/OFF by location with p…
leonlowzd Nov 6, 2020
ef3a8ba
Changed Exception naming.
leonlowzd Nov 6, 2020
8a306e7
Improved code for ON/OFF by location.
leonlowzd Nov 6, 2020
ee7851a
Fixed coding violations.
leonlowzd Nov 6, 2020
2c404b3
Merge pull request #199 from leonlowzd/master
leonlowzd Nov 6, 2020
b014e84
Added JUnitTests for Data package.
leonlowzd Nov 6, 2020
c60064d
Added commenting for classes in Logic.
leonlowzd Nov 6, 2020
47873dd
Added Comments for ON/OFF commands.
leonlowzd Nov 6, 2020
8c423eb
Update ApplianceList.java
leonlowzd Nov 6, 2020
a573f29
Update .gitignore to ignore Logger files.
zongxian-ctrl Nov 6, 2020
9a6dba0
Added logging setup in main.java
zongxian-ctrl Nov 6, 2020
d56e9fc
Add logging for Create, Remove, Add and Delete. Declared logging in C…
zongxian-ctrl Nov 6, 2020
73c38a2
Rearrange Parser and added Author
zongxian-ctrl Nov 6, 2020
673c313
JUnit test for ReadStorageFile and WriteStorageFile
TanLeeWei Nov 6, 2020
b972ea2
Merge pull request #202 from TanLeeWei/JUnitForStorageFile
TanLeeWei Nov 6, 2020
5c916cc
Update userguide to fix | error
zongxian-ctrl Nov 6, 2020
7e8b12e
Added JUnit Test for Parser, CommandResult, HelpCommand and InvalidCo…
zongxian-ctrl Nov 6, 2020
e21092d
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp …
zongxian-ctrl Nov 6, 2020
dcb7cd1
Added author and comments in class
Nov 6, 2020
519d1dd
JUnit test for smartPlug
TanLeeWei Nov 6, 2020
d9606b4
Merge pull request #203 from zongxian-ctrl/V2.1-Updates
leonlowzd Nov 6, 2020
6826d5d
Merge pull request #204 from TanLeeWei/SmartPlugTest
TanLeeWei Nov 6, 2020
b5db3a1
Update ListCommand.java
leonlowzd Nov 6, 2020
721dd27
JUnit test for fan
TanLeeWei Nov 6, 2020
1bf9530
Revert previous commit.
leonlowzd Nov 6, 2020
13345da
Merge pull request #201 from leonlowzd/master
leonlowzd Nov 6, 2020
296a6c7
Merge branch 'master' of https://github.com/leonlowzd/tp into Data_Pa…
leonlowzd Nov 6, 2020
1d817ee
Updated data package tests.
leonlowzd Nov 6, 2020
bf94df3
Merge pull request #205 from TanLeeWei/FanTest
TanLeeWei Nov 6, 2020
c8a177c
JUnit test for Aircon and Lights
TanLeeWei Nov 6, 2020
2b4b082
Merge remote-tracking branch 'upstreams/master'
leonlowzd Nov 6, 2020
af784b6
Merge pull request #206 from TanLeeWei/ApplianceTest
TanLeeWei Nov 6, 2020
8bab160
Added JUnitTests for ON/OFF command and ApplianceList
leonlowzd Nov 6, 2020
8e1ad63
Move the messages to Message Class
Nov 6, 2020
caf1051
Added JUnitTest for AddCommand and CreateCommand.
Nov 6, 2020
11d7caf
Added JUnitest for DeleteCommand and RemoveCommand
Nov 6, 2020
2bb8f1f
Added Logging for ON/OFF Command
leonlowzd Nov 6, 2020
182c696
Added JUnitTest for ListCommand and ExitCommand
Nov 6, 2020
675d7c2
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp
Nov 6, 2020
ff30970
Move most of the messages into Message class and added new message fo…
TanLeeWei Nov 6, 2020
99813dc
Merge branch 'branch-JUnitTest-3'
Nov 6, 2020
c20d9f3
Fixed Gradlew Error
Nov 6, 2020
b4aa019
Merge pull request #211 from TanLeeWei/Messages
TanLeeWei Nov 6, 2020
c8fd688
Removed Logging File
Nov 6, 2020
191f42f
Merge branch 'master' into branch-JUniteTest-v2.1
Ang-Cheng-Jun Nov 6, 2020
f03a1cd
Added more Logging for On/Off Commands
leonlowzd Nov 6, 2020
c5c96ec
Added Logging for ExitCommand, InvalidCommand, ListCommand and OffCom…
Nov 6, 2020
7bc11a3
Edited the JUnitTest based on Zong Xian review by removing "catch" in…
Nov 6, 2020
24fb7f5
Merge branch 'branch-JUniteTest-v2.1' of https://github.com/Ang-Cheng…
Nov 6, 2020
c1b0d01
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp
Nov 6, 2020
4fac6ab
Fixed Gradlew Error
Nov 6, 2020
4b8ca99
Fixed minor coding violations.
leonlowzd Nov 6, 2020
3b91793
Merge branch 'master' into branch-Logging
Nov 6, 2020
d4a83d7
Merge pull request #210 from Ang-Cheng-Jun/branch-JUniteTest-v2.1
Ang-Cheng-Jun Nov 6, 2020
4ec1c61
Fixed Gradlew Error
Nov 6, 2020
8a061cf
Merge branch 'master' into branch-Logging
Ang-Cheng-Jun Nov 6, 2020
63d292d
Fixed On/Off tests based on Cheng Jun's comments.
leonlowzd Nov 6, 2020
75d12ce
Merge remote-tracking branch 'upstreams/master'
leonlowzd Nov 6, 2020
f329ee1
Fixed minor coding violations.
leonlowzd Nov 6, 2020
17fa8d3
Merge pull request #208 from leonlowzd/master
leonlowzd Nov 6, 2020
8d0de93
Added logging and comments for StorageFile
TanLeeWei Nov 6, 2020
224c782
Fixed the Leon's comment on the pull request
Nov 6, 2020
02de62c
Merge pull request #212 from Ang-Cheng-Jun/branch-Logging
Ang-Cheng-Jun Nov 6, 2020
18523ea
Added Assertions and commented all the classes with author
Nov 7, 2020
fd5d3c8
Merge pull request #214 from Ang-Cheng-Jun/branch-Assertion-v2.1
Ang-Cheng-Jun Nov 7, 2020
9b3b6dd
Adding more logging, JunitTest and assertions for V2.1.
nus-sg Nov 7, 2020
a3bb947
Merge pull request #213 from TanLeeWei/Logging
TanLeeWei Nov 7, 2020
63f89a9
Edited the personal PPP
Nov 7, 2020
2fdd59d
Merge pull request #215 from Ang-Cheng-Jun/branch-PPP-v1
Ang-Cheng-Jun Nov 7, 2020
32e5d8b
Updated PPP
leonlowzd Nov 7, 2020
640cec0
Minor edits to UG.
leonlowzd Nov 7, 2020
d081656
Created logging for usage command and reset command. Added JunitTest …
nus-sg Nov 7, 2020
f6a3ee2
Updated Comments for Data package.
leonlowzd Nov 7, 2020
786c4b2
Updated PPP's Overview.
leonlowzd Nov 7, 2020
44b98bc
Merge pull request #217 from fanceso/logging-branch
leonlowzd Nov 7, 2020
bb99cdd
Edited Assertion in ListCommand and OffCommand
Ang-Cheng-Jun Nov 7, 2020
5b082d6
Merge pull request #218 from Ang-Cheng-Jun/branch-Assertionv2.1
Ang-Cheng-Jun Nov 7, 2020
f5674ea
Edited the PPP
Ang-Cheng-Jun Nov 7, 2020
ac28928
Merge pull request #219 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 7, 2020
239821b
Update leonlowzd.md
leonlowzd Nov 7, 2020
209a6f5
Updated diagrams for Developer guide v2.1
nus-sg Nov 7, 2020
699adcb
Merge remote-tracking branch 'UpStream/master' into DeverloperGuide-V2.1
nus-sg Nov 7, 2020
94157d9
Minor edit on comment and assertion
Ang-Cheng-Jun Nov 8, 2020
7a00a3b
Fix Gradlew Error and edited the PPP
Ang-Cheng-Jun Nov 8, 2020
437bec0
Merge pull request #221 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 8, 2020
b1402cd
Update UserGuide.md
leonlowzd Nov 8, 2020
122ee81
Merge remote-tracking branch 'UpStream/master'
nus-sg Nov 8, 2020
801e7ac
Updated Logging for Command Package.
leonlowzd Nov 8, 2020
a733ed1
Updated comments for Parser.
leonlowzd Nov 8, 2020
1a196b1
Updated DeveloperGuide.md
leonlowzd Nov 8, 2020
6e4cf83
Merge branch 'master' into master
leonlowzd Nov 8, 2020
deb818d
Updated all developer guide diagrams, added in color matching with ar…
nus-sg Nov 8, 2020
8a04011
Merge pull request #216 from leonlowzd/master
leonlowzd Nov 8, 2020
4728477
Merge pull request #222 from fanceso/DeverloperGuide-V2.1
leonlowzd Nov 8, 2020
fecf855
Update Parser in Main().
zongxian-ctrl Nov 8, 2020
d59dfd3
Merge commit '4728477af815e348d4a38fae62238e66e9b152f4' into V2.1-Upd…
zongxian-ctrl Nov 8, 2020
445cd76
Updated images for User Guide.
leonlowzd Nov 8, 2020
2d6498f
Merge branch 'master' of https://github.com/leonlowzd/tp
leonlowzd Nov 8, 2020
3788f5e
Merge remote-tracking branch 'upstreams/master'
leonlowzd Nov 8, 2020
50f38c8
Updated DeveloperGuide.md
leonlowzd Nov 8, 2020
cf886ba
Update DG , change arguments to argument, as well as add the | to the…
zongxian-ctrl Nov 8, 2020
dac5e63
Add Parser Sequence image in DG
zongxian-ctrl Nov 8, 2020
6b96c2d
Change arguments to argument in Parser
zongxian-ctrl Nov 8, 2020
547eee2
Update for build gradlew
zongxian-ctrl Nov 8, 2020
c2ffa03
Updated UG & DG (#223)
leonlowzd Nov 8, 2020
e03810e
Updated on PPP and added a team repo sense for the about-us
nus-sg Nov 8, 2020
8d261b7
Merge pull request #225 from fanceso/PPP
nus-sg Nov 8, 2020
f09eab3
Merge pull request #224 from zongxian-ctrl/V2.1-Updates
zongxian-ctrl Nov 8, 2020
3451813
Updated my portfolio
TanLeeWei Nov 8, 2020
8f23386
Merge pull request #226 from TanLeeWei/Portfolio
TanLeeWei Nov 8, 2020
9c18bf2
Add comments for messages and exception
TanLeeWei Nov 8, 2020
4291b36
Updated zongxian-ctrl.md for PPP
zongxian-ctrl Nov 8, 2020
f8bbf22
Merge pull request #228 from zongxian-ctrl/PPP_Branch
zongxian-ctrl Nov 8, 2020
f2030d7
Updated DG storage class diagram
TanLeeWei Nov 8, 2020
7e8ba72
Merge pull request #229 from TanLeeWei/DGimage
TanLeeWei Nov 8, 2020
2bf43d9
Edited the file name for PPP
Ang-Cheng-Jun Nov 8, 2020
28f0259
Update PPP
zongxian-ctrl Nov 8, 2020
aa5a5eb
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp
Ang-Cheng-Jun Nov 8, 2020
5fb93ab
Editted the Group Page
Ang-Cheng-Jun Nov 8, 2020
be7b1ec
Merge pull request #230 from zongxian-ctrl/PPP_Branch
zongxian-ctrl Nov 8, 2020
45b18c6
Merge pull request #231 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 8, 2020
7522baa
Added comments for commands exception
TanLeeWei Nov 8, 2020
277b59c
Edited the hyperlink for PPP
Ang-Cheng-Jun Nov 8, 2020
2456f24
Merge pull request #233 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 8, 2020
74c4319
Update appliaction redirect and minor edit for PPP
nus-sg Nov 8, 2020
53f64fb
Update User Guide to reflect more stuff.
zongxian-ctrl Nov 8, 2020
ffc0f40
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp …
zongxian-ctrl Nov 8, 2020
76e2e5c
Merge pull request #234 from fanceso/PPP
nus-sg Nov 8, 2020
112bade
Merge commit '76e2e5c97436a3a465d7877e8b969b09074e3fb9' into PPP_Branch
zongxian-ctrl Nov 8, 2020
380aeda
Update zongxian-ctrl.md
zongxian-ctrl Nov 8, 2020
3cd0c25
Merge pull request #235 from zongxian-ctrl/PPP_Branch
zongxian-ctrl Nov 8, 2020
fb5cb30
Minor amendment on DG and UG
Ang-Cheng-Jun Nov 9, 2020
6997ccb
Added addtional information in UG
Ang-Cheng-Jun Nov 9, 2020
6c3defb
Merge pull request #232 from TanLeeWei/CommandException
Ang-Cheng-Jun Nov 9, 2020
8ba1a7e
Merge pull request #236 from Ang-Cheng-Jun/branch-documentation
Ang-Cheng-Jun Nov 9, 2020
4641e7e
Merge commit '8ba1a7e2d727080e5cd33c085843cebb0d3be9db'
leonlowzd Nov 9, 2020
fcfec03
Update DeveloperGuide.md
leonlowzd Nov 9, 2020
12738a3
Revert "Update DeveloperGuide.md"
leonlowzd Nov 9, 2020
4b122dd
Remove MANIFEST files
zongxian-ctrl Nov 9, 2020
900bfd3
Update Developer Guide
zongxian-ctrl Nov 9, 2020
78c15af
Changed log message in CreateCommand
zongxian-ctrl Nov 9, 2020
ba936bd
Merge commit '8ba1a7e2d727080e5cd33c085843cebb0d3be9db'
zongxian-ctrl Nov 9, 2020
e69cf8a
Merge pull request #237 from zongxian-ctrl/master
zongxian-ctrl Nov 9, 2020
5dd59ab
Update UserGuide.md
leonlowzd Nov 9, 2020
26d24cf
Update DeveloperGuide.md
leonlowzd Nov 9, 2020
92929dd
Update DeveloperGuide.md
leonlowzd Nov 9, 2020
781b937
Merge commit 'e69cf8a8ea4b69ea73fb2cdd386fe6fff936da77'
leonlowzd Nov 9, 2020
7ca4f3e
Minor edits to DG & UG (#238)
leonlowzd Nov 9, 2020
c60fa92
Merge commit '7ca4f3e4993141b6581a8a3f480ae0d3486312f8'
leonlowzd Nov 9, 2020
871623a
Added TestCases for Create, Remove, Add, Delete for Appendix E
zongxian-ctrl Nov 9, 2020
b7a04be
minor fixes to userGuide
zongxian-ctrl Nov 9, 2020
888fdad
Add constructor comments for AddCommand
zongxian-ctrl Nov 9, 2020
763b0fe
gradlew fixes.
zongxian-ctrl Nov 9, 2020
00d5fba
Merge pull request #239 from zongxian-ctrl/Minor_Fixes
zongxian-ctrl Nov 9, 2020
afd0085
Set theme jekyll-theme-cayman
zongxian-ctrl Nov 9, 2020
ce9e6d7
Added Test Cases for DG
Ang-Cheng-Jun Nov 9, 2020
110eddc
Merge commit 'afd0085b65f936b419056b37fc2cb873d9f87490'
leonlowzd Nov 9, 2020
4f2d4fb
Minor amendent in DG
Ang-Cheng-Jun Nov 9, 2020
985ba21
Merge pull request #240 from Ang-Cheng-Jun/branch-DG_modfiy
Ang-Cheng-Jun Nov 9, 2020
645b57a
updates to DG and UG
zongxian-ctrl Nov 9, 2020
1f6d90a
Update for | error
zongxian-ctrl Nov 9, 2020
b4aad28
no message
zongxian-ctrl Nov 9, 2020
29a0b0f
Fix formatting error.
zongxian-ctrl Nov 9, 2020
bd43f42
Merge branch 'Minor_Fixes' of https://github.com/zongxian-ctrl/tp int…
zongxian-ctrl Nov 9, 2020
d4db516
Merge branch 'Minor_Fixes' of https://github.com/zongxian-ctrl/tp int…
zongxian-ctrl Nov 9, 2020
f086672
Fix Formatting Error for |
zongxian-ctrl Nov 9, 2020
09d1792
Merge branch 'master' of https://github.com/zongxian-ctrl/tp
zongxian-ctrl Nov 9, 2020
5e0b9c2
Merge branch 'Minor_Fixes' of https://github.com/zongxian-ctrl/tp int…
zongxian-ctrl Nov 9, 2020
0a3f531
Added Pictures for UG and minor edits to comments
leonlowzd Nov 9, 2020
761a8d8
Merge pull request #241 from zongxian-ctrl/Minor_Fixes
zongxian-ctrl Nov 9, 2020
84821f9
Updated Saving data to disk in DG
TanLeeWei Nov 9, 2020
04952d1
Update DeveloperGuide.md
leonlowzd Nov 9, 2020
d786614
Update DeveloperGuide.md
leonlowzd Nov 9, 2020
2f6de2e
Merge pull request #242 from TanLeeWei/SaveDataDG
TanLeeWei Nov 9, 2020
7297fd0
Update to UserGuide
leonlowzd Nov 9, 2020
645b936
Set theme jekyll-theme-slate
zongxian-ctrl Nov 9, 2020
7e4a7f4
Resolve Merge Conflict
leonlowzd Nov 9, 2020
07bf152
Updated DeveloperGuide
leonlowzd Nov 9, 2020
46786e8
Merge pull request #243 from leonlowzd/master
zongxian-ctrl Nov 9, 2020
932adc9
change md.file name
zongxian-ctrl Nov 9, 2020
3e7be8a
Update to userguide and developerguide
zongxian-ctrl Nov 9, 2020
46ec08e
Merge pull request #244 from zongxian-ctrl/Minor_Fixes
zongxian-ctrl Nov 9, 2020
2d222e8
Updating image in UserGuide
zongxian-ctrl Nov 9, 2020
5abe1d7
Merge pull request #245 from zongxian-ctrl/Minor_Fixes
nus-sg Nov 9, 2020
a219c59
Minor changes of PPP
nus-sg Nov 9, 2020
3f44aa0
Merge remote-tracking branch 'UpStream/master' into PPP
nus-sg Nov 9, 2020
27c8316
Update DeveloperGuide.md
zongxian-ctrl Nov 9, 2020
4ef7f81
Updated PPP
TanLeeWei Nov 9, 2020
0eb22bc
Merge pull request #246 from TanLeeWei/PPPupdates
TanLeeWei Nov 9, 2020
bf017fa
Updating the styling for DG and UG for printing.
nus-sg Nov 9, 2020
a862583
Merge pull request #247 from fanceso/v2.1-Docs
nus-sg Nov 9, 2020
01d69cb
PPP updated
TanLeeWei Nov 9, 2020
67aa62c
Update DeveloperGuide.md
zongxian-ctrl Nov 9, 2020
db23386
Minor edit on the PPP and DG
Ang-Cheng-Jun Nov 9, 2020
f662d3e
Update UserGuide.md
nus-sg Nov 9, 2020
8fb497a
Merge pull request #248 from TanLeeWei/PPPUpdate
TanLeeWei Nov 9, 2020
114ccc9
Merge pull request #249 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 9, 2020
91ebccc
Fix on format error
Ang-Cheng-Jun Nov 9, 2020
653640c
Minor fix on the DG
Ang-Cheng-Jun Nov 9, 2020
60e091b
Merge pull request #250 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 9, 2020
693cbfc
Merge branch 'master' of https://github.com/AY2021S1-CS2113-T14-1/tp
zongxian-ctrl Nov 9, 2020
47826b9
Minor amendment to the PPP
Ang-Cheng-Jun Nov 9, 2020
d8216ea
Last amendment on the personal PPP
Ang-Cheng-Jun Nov 9, 2020
082e349
Merge pull request #251 from Ang-Cheng-Jun/master
Ang-Cheng-Jun Nov 9, 2020
b1f78ca
PPP updates
TanLeeWei Nov 9, 2020
5d31b46
Update DeveloperGuide.md
zongxian-ctrl Nov 9, 2020
0cddda4
Merge pull request #252 from TanLeeWei/PPPUpdated
TanLeeWei Nov 9, 2020
2f35c8c
Merge pull request #253 from zongxian-ctrl/master
zongxian-ctrl Nov 9, 2020
d62fbe7
Update of PPP for V2.1
nus-sg Nov 9, 2020
059e7a0
Merge pull request #254 from fanceso/PPP
nus-sg Nov 9, 2020
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
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
/build/
src/main/resources/docs/


# MacOS custom attributes files created by Finder
.DS_Store
*.iml
bin/

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

# Data file
/data/SmartHomeBot.txt

3 changes: 3 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: seedu.smarthomebot.Main

7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ repositories {
dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
}

test {
useJUnitPlatform()

testLogging {
events "passed", "skipped", "failed"

showExceptions true
exceptionFormat "full"
showCauses true
Expand All @@ -29,11 +29,11 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "seedu.smarthomebot.Main"
}

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

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

run{
standardInput = System.in
enableAssertions = true
}
11 changes: 6 additions & 5 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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) | Ang Cheng Jun | [Github](https://github.com/Ang-Cheng-Jun) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Leon Low | [Github](https://github.com/leonlowzd) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ong Zong Xian | [Github](https://github.com/zongxian-ctrl) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Tan Lee Wei | [Github](https://github.com/TanLeeWei) | [Portfolio](docs/team/johndoe.md)
![](https://avatars2.githubusercontent.com/u/20167103?s=460&u=b903579ff2842a203c2d4f21e2eefe9b58f83c4f&v=4) | Yang Fan | [Github](https://github.com/fanceso) | [Portfolio](docs/team/yangfan.md)

540 changes: 525 additions & 15 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Duke
# SmartHomeBot

{Give product intro here}
SmartHomeBot is an desktop application that consolidates all of the home appliance's control into a centralized system via Command Line Interface (CLI).

Useful links:
* [User Guide](UserGuide.md)
Expand Down
1 change: 1 addition & 0 deletions docs/Untitled Diagram.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mxfile host="app.diagrams.net" modified="2020-10-21T17:50:57.370Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15" etag="Tbm11xvARB50BDvX7GqG" version="13.8.1" type="github"><diagram id="kgpKYQtTHZ0yAKxKKP6v" name="Page-1">7ZjLcpswFIafhmU6RhgbL2Pn0kU6yTSdSbOU4QTUCMQIEeM+fSUQYC5OcGrctNOVpV8XxP/pnMPYsFZhds1xHHxhHlADTbzMsC4MhEyELPmjlK1WTAcVis+Jp7VauCc/QYsTrabEg6QxUTBGBYmbosuiCFzR0DDnbNOc9sRo86kx9qEj3LuYdtUH4omgUB17UuufgfhB+WRzokdCXE7WQhJgj212JOvSsFacMVG0wmwFVLlX+lKsu9ozWh2MQySGLLCidHmV8YW7vZnE0e3DN4Svz/QuL5im+oUN6/x2/UNZWZxabEsr5AvEqpmG9IY8ASWR7C1j4CQEAVyOUC3f1dpSghFYamrczPuU4jgh63zbiVQ4uClPyAt8haTgn6ssjTzwdK8yL+8Izp4rHGpT/RbABWR77TEr0+V1BSYPyLdySnVXNSd9Ux3d3dTUK7bBDnGrFLG+aX61dQ1DNjSPA9igLps2kpiRSOTPtZeGfdHCwbgImM8iTHeBHN/Y/Tdrr9tTu2H2vM/srtfmYiyvrY7XHkliLNyg47kyg8gEcU6JH0lpzYRgYe4e5uJc5RzlvdxKahB5pbKmzH0up+lE5wwlAF4nTQ3xXyZLzH14bR7q58SBYiFjsplQe2zXS+/UTaz5npn9gMsdEpZyF/SiFrvqFO/HOf2HQ8du5qkqb70RO85YoWP/LyFZqxR8mBIy+6vjwD6khPSa3VNCZmN5Pe94zUGkPBpeQHaKBYtBDi09nAS5z2YxvFM2ICPiuzZdtR9V+9PCfndFKVLy25dpWEUZFDe/WWTQvHkFkDVrblEcdbQq4xzho6HnA0G6xrcVWtV5PCTSDgeLBoKd/SmwnaAd+fNh0QEr0dE1lniOAtY8EdihETs9Gdhps0KiduUbGWxZEU6dpM2TJenph4vlNnJ7fqQkLbv1vyfF9PpPKOvyFw==</diagram></mxfile>
Loading