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-W13-2] easySEP #6

Open
wants to merge 731 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
731 commits
Select commit Hold shift + click to select a range
3881f42
Add handling for UniversityNotFound exceptions
ongzhihong Nov 1, 2022
cc86010
Add parameter length check then remove underscore
joshuan98 Nov 1, 2022
4d2949c
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-W13-2/tp…
ongzhihong Nov 1, 2022
2b54a20
Merge pull request #181 from joshuan98/joshuan98-BugFixes
ongzhihong Nov 1, 2022
2e802de
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-W13-2/tp…
ongzhihong Nov 1, 2022
6bc6a4b
Fix order of printing for viewing University
ongzhihong Nov 1, 2022
c02f52a
Fix empty favourite list viewing
ongzhihong Nov 1, 2022
9566036
Fix checkstyle issues
ongzhihong Nov 1, 2022
c9f1a89
Update database tests to reflect UniversityNotFoundException
ongzhihong Nov 1, 2022
ba58317
Merge pull request #184 from ongzhihong/ongzhihong-LogicBugFix
nshian Nov 1, 2022
d5daed9
Move TimetableManager into UserUniversityListManager class
wangtingjia Nov 1, 2022
5f1f060
Add storage functionality for comments
wangtingjia Nov 1, 2022
44aa51a
Merge pull request #185 from wangtingjia/tingjia-BugResolver
joshuan98 Nov 1, 2022
a50b0c1
Merge pull request #2 from joshuan98/master
joshuan98 Nov 1, 2022
51ed393
Refactor database findPuMapping
joshuan98 Nov 1, 2022
3a599f5
Add InvalidCommentException
joshuan98 Nov 1, 2022
9385e9b
Add parseComment function
joshuan98 Nov 1, 2022
4326df4
Add check if comment is valid
joshuan98 Nov 1, 2022
ef32312
Update AddCommand
joshuan98 Nov 1, 2022
0f4e5b2
Update parseUserCommand to handle comments
joshuan98 Nov 1, 2022
869f890
Stitch comments together for comments with space
joshuan98 Nov 1, 2022
21f8632
Update CommandParserTest.java
joshuan98 Nov 1, 2022
2468e0b
Merge pull request #187 from joshuan98/joshuan98-Comment
wangtingjia Nov 1, 2022
a9292c7
Merge pull request #186 from joshuan98/joshuan98-BugFixes
wangtingjia Nov 1, 2022
5997452
Update class diagrams to follow standard notation
nshian Nov 2, 2022
f74c06d
Merge pull request #188 from nshian/ianNg-DeveloperGuide
wangtingjia Nov 2, 2022
43ccf4e
Update AddCommand to handle comments with space
joshuan98 Nov 2, 2022
2f1e313
Update underscore to invalid comment list
joshuan98 Nov 2, 2022
a66e638
Fix checkstyle
joshuan98 Nov 2, 2022
78ca033
Merge pull request #189 from joshuan98/joshuan98-BugFixes
wangtingjia Nov 2, 2022
d026ad3
Add more JUnit tests for Ui
nshian Nov 2, 2022
9a91763
Update UG and DG to reflect change in Ui output
nshian Nov 2, 2022
bf88ac4
Merge pull request #190 from nshian/ianNg-Ui
alfred-leong Nov 2, 2022
715bf7c
Fix additional bugs for add command function
wangtingjia Nov 2, 2022
24e2304
Fix CI checkstyle
wangtingjia Nov 2, 2022
70e0994
Merge pull request #191 from wangtingjia/tingjia-BugResolver
nshian Nov 2, 2022
bbdd015
Add title and subtitles for PPP
joshuan98 Nov 2, 2022
95fc94a
Add product overview
joshuan98 Nov 2, 2022
d0c0a6f
Add link to code contributed
joshuan98 Nov 2, 2022
92cf32a
Fix bug for adding of comments
wangtingjia Nov 2, 2022
6a120b8
Fix CI checkstyle
wangtingjia Nov 2, 2022
3bdeacc
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 2, 2022
58ff385
Merge pull request #192 from wangtingjia/tingjia-BugResolver
nshian Nov 2, 2022
9234c7c
Major change to storage method, store one uni list and one timetable …
alfred-leong Nov 2, 2022
a2c392a
Update TimetableManager to handle no timetables
nshian Nov 3, 2022
e3b51f4
Update the database enhancements implemented
joshuan98 Nov 3, 2022
96c0504
Add JUnit testing section
joshuan98 Nov 3, 2022
520ec70
Update list command enhancement implemented
joshuan98 Nov 3, 2022
552167a
Add testing enhancements
joshuan98 Nov 3, 2022
0e16ef5
Add contributions to UG and DG
joshuan98 Nov 3, 2022
71af3d2
Add contributions to team-based tasks
joshuan98 Nov 3, 2022
c1b7ea5
Add reviewing contributions
joshuan98 Nov 3, 2022
fbefb53
Update contributions beyond project team
joshuan98 Nov 3, 2022
e716897
Update README.md
joshuan98 Nov 3, 2022
5381026
Add PPP link to readme
joshuan98 Nov 3, 2022
902160f
Merge pull request #194 from joshuan98/joshuan98-PPP
nshian Nov 3, 2022
2c1c780
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 3, 2022
22abf4c
Merge pull request #193 from nshian/ianNg-Timetable
joshuan98 Nov 3, 2022
0209313
Update link to make it clearer
joshuan98 Nov 3, 2022
a1215a0
Update ppp based on addressbook format
joshuan98 Nov 3, 2022
9d02fa0
Refactor ppp to follow addressbook format
joshuan98 Nov 3, 2022
233ed29
Merge pull request #195 from joshuan98/joshuan98-PPP
nshian Nov 3, 2022
b89c678
Add Ian's PPP
nshian Nov 3, 2022
ba50e09
Merge pull request #196 from nshian/ianNg-PPP
joshuan98 Nov 3, 2022
c4136aa
Update user guide for add command comment
joshuan98 Nov 3, 2022
9fc21c1
Update developer guide for add command comment
joshuan98 Nov 3, 2022
3269f6f
Update sequence diagrams for commands
joshuan98 Nov 3, 2022
32a5c49
Remove commented lines
joshuan98 Nov 3, 2022
871aa1d
Update PE dry run bugs found
joshuan98 Nov 4, 2022
e66fee6
Update portfolio ppp link
joshuan98 Nov 4, 2022
1f80db7
Merge pull request #197 from joshuan98/joshuan98-AddCommandCommentDoc…
nshian Nov 4, 2022
99aa02b
Add PPP
alfred-leong Nov 4, 2022
3248005
Merge pull request #198 from joshuan98/joshuan98-PPP
nshian Nov 4, 2022
a8fa45e
Merge pull request #199 from alfred-leong/alfred-PPP
nshian Nov 4, 2022
b4f4a64
Truncate PPP
nshian Nov 4, 2022
d5da7c9
Merge pull request #200 from nshian/ianNg-PPP
alfred-leong Nov 4, 2022
8a1feaa
Add table of contents
joshuan98 Nov 4, 2022
1b93210
Update dg table of contents links
joshuan98 Nov 4, 2022
0f83287
Update ug formatting
joshuan98 Nov 4, 2022
32d3be7
Truncate PPP further
nshian Nov 4, 2022
3b51e71
Refactor headers
joshuan98 Nov 4, 2022
864fd5c
Add testing and documentation sections
joshuan98 Nov 4, 2022
7a3e333
Add ug and dg extracts
joshuan98 Nov 4, 2022
7bd7fd5
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-W13-2/tp…
nshian Nov 4, 2022
25f3fd0
Merge branch 'master' into joshuan98-PPP
joshuan98 Nov 4, 2022
8d24123
Merge pull request #201 from joshuan98/joshuan98-PPP
nshian Nov 4, 2022
4715471
Merge branch 'master' of https://github.com/AY2223S1-CS2113T-W13-2/tp…
nshian Nov 4, 2022
0aac4c0
Add PPP link
nshian Nov 4, 2022
826c0f2
Removed table of contents
joshuan98 Nov 4, 2022
9c1519b
Merge branch 'joshuan98-PPP' of https://github.com/joshuan98/tp into …
joshuan98 Nov 4, 2022
92bb511
Merge pull request #202 from nshian/ianNg-PPP
joshuan98 Nov 4, 2022
139e11f
Merge pull request #203 from joshuan98/joshuan98-PPP
nshian Nov 4, 2022
2d4e2f0
Remove Project Contribution header
joshuan98 Nov 4, 2022
1107399
Merge pull request #204 from joshuan98/joshuan98-PPP
nshian Nov 4, 2022
49b50d4
Add wangtingjia PPP
wangtingjia Nov 4, 2022
bc8625f
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 4, 2022
636e050
Remove unnecessary function
wangtingjia Nov 4, 2022
966f0b5
Remove unused classes and text files
alfred-leong Nov 4, 2022
890ad12
Major change to UserStorage and UserStorageParser to store different …
alfred-leong Nov 4, 2022
fb0a3cc
Add JUnit tests for new UserStorage and UserStorageParser
alfred-leong Nov 4, 2022
f00225f
Merge pull request #205 from wangtingjia/master
joshuan98 Nov 4, 2022
b9d205b
FIx checkstyle
alfred-leong Nov 4, 2022
6bbeb97
Fix merge conflicts
alfred-leong Nov 4, 2022
6176f6e
Fix checkstyle
alfred-leong Nov 4, 2022
ce1cd0a
Fix checkstyle
alfred-leong Nov 4, 2022
39820d9
Fix checkstyle
alfred-leong Nov 4, 2022
1a387a8
Merge pull request #206 from alfred-leong/alfred-UserStorage
joshuan98 Nov 4, 2022
89e0702
Add PPP for ongzhihong
ongzhihong Nov 4, 2022
657be14
Merge pull request #207 from ongzhihong/ongzhihong-PPP
joshuan98 Nov 4, 2022
38e16e1
Update PPP
alfred-leong Nov 4, 2022
cad8bb4
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 4, 2022
961eb7a
Update PPP
alfred-leong Nov 4, 2022
355d4b5
Update DG based on new implementation of user storage
alfred-leong Nov 4, 2022
986ea05
Merge pull request #208 from alfred-leong/alfred-DeveloperGuide
joshuan98 Nov 4, 2022
775ffd9
Update PPP
alfred-leong Nov 4, 2022
f55373e
Update AboutUs portfolio links
alfred-leong Nov 4, 2022
b398de9
Merge pull request #209 from alfred-leong/alfred-PPP
joshuan98 Nov 4, 2022
5fe089a
Update PPP
alfred-leong Nov 4, 2022
1759d7d
Fix test
alfred-leong Nov 4, 2022
aaf4013
Merge pull request #210 from alfred-leong/alfred-PPP
wangtingjia Nov 5, 2022
004074f
Updatet UML diagrams
wangtingjia Nov 5, 2022
4698b4c
Update UML sequence & class diagrams
wangtingjia Nov 5, 2022
b903b9f
Fix Ui bugs regarding comments
wangtingjia Nov 5, 2022
2151bf9
Update /help
wangtingjia Nov 5, 2022
006f648
Update User Guide
wangtingjia Nov 5, 2022
767b29c
Fix CI checkstyle
wangtingjia Nov 5, 2022
3338018
Fix CI checkstyle
wangtingjia Nov 5, 2022
292de1a
Fix CI checkstyle
wangtingjia Nov 5, 2022
e0e25ee
Merge pull request #211 from wangtingjia/tingjia-BugResolver
nshian Nov 5, 2022
2915e16
Update UML diagram
wangtingjia Nov 5, 2022
b734ea6
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 5, 2022
ad0b3cc
Merge pull request #212 from wangtingjia/tingjia-BugResolver
nshian Nov 5, 2022
e81655c
Update sequence diagrams
nshian Nov 5, 2022
1df459f
Merge pull request #214 from nshian/ianNg-DeveloperGuide
wangtingjia Nov 5, 2022
c1f9ce5
Update UG to standardise with printing of help command
nshian Nov 5, 2022
234db06
Fix bugs regarding delete list and add/delete comment
alfred-leong Nov 5, 2022
0b8d943
Merge pull request #219 from nshian/ianNg-UserGuide
ongzhihong Nov 5, 2022
15c8d5c
Merge pull request #221 from alfred-leong/alfred-BugFixer
ongzhihong Nov 5, 2022
81c2f97
Standardise printing of error messages
nshian Nov 5, 2022
bbc9b88
Fix bugs regarding tampering storage file
alfred-leong Nov 5, 2022
8c158de
Merge pull request #223 from nshian/ianNg-Ui
alfred-leong Nov 5, 2022
3e47b9f
Create architecture diagram
joshuan98 Nov 5, 2022
8f73a01
Update developer guide
joshuan98 Nov 5, 2022
66eb1ec
Fix checkstyle
alfred-leong Nov 5, 2022
3730e53
Add instructions for manual testing to dg
joshuan98 Nov 5, 2022
06649f7
Add explanation for database design in dg
joshuan98 Nov 5, 2022
2679de8
Fix add comment bug
wangtingjia Nov 5, 2022
7a4177a
Simplify database class diagram
joshuan98 Nov 5, 2022
bfcdff1
Update database sequence diagram
joshuan98 Nov 5, 2022
474586b
Fix CI checkstyle
wangtingjia Nov 5, 2022
0cbdc71
Merge pull request #225 from wangtingjia/tingjia-BugResolver
nshian Nov 5, 2022
c4468f7
Update list command sequence diagram
joshuan98 Nov 5, 2022
adb9b1e
Export list command image
joshuan98 Nov 5, 2022
a224815
Update UserStorageTest
alfred-leong Nov 5, 2022
5dda76e
Fix add comment bug
wangtingjia Nov 5, 2022
2b92f41
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 5, 2022
7a760d1
Merge pull request #226 from joshuan98/joshuan98-Documentation
wangtingjia Nov 5, 2022
a4b16cc
Merge pull request #227 from wangtingjia/tingjia-BugResolver
joshuan98 Nov 5, 2022
792b0e4
Fix bugs
alfred-leong Nov 5, 2022
9fad1cd
Add JUnit tests
alfred-leong Nov 5, 2022
ae2a74e
Fix checkstyle
alfred-leong Nov 5, 2022
310c9a1
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 5, 2022
15eda3c
Merge pull request #224 from alfred-leong/alfred-BugFixer
joshuan98 Nov 5, 2022
af5b9d5
Remove check for if database exists locally
joshuan98 Nov 5, 2022
0ea489f
Add JUnit Tests
alfred-leong Nov 5, 2022
bd95721
Resolve merge conflicts
alfred-leong Nov 5, 2022
c319a9c
Add JUnit tests
alfred-leong Nov 5, 2022
791e823
Add JUnit tests
alfred-leong Nov 5, 2022
210aad4
Add check for unique module mapping
joshuan98 Nov 5, 2022
1ba19fb
Remove duplicates in data.csv
joshuan98 Nov 5, 2022
7b00f74
Update isNewUniversity
joshuan98 Nov 5, 2022
4463a67
Fix checkstyle
alfred-leong Nov 5, 2022
9f7931f
Merge pull request #228 from joshuan98/joshuan98-DatabaseDownload
alfred-leong Nov 5, 2022
0f9d906
Add javadoc comments
joshuan98 Nov 5, 2022
2d4081f
Merge pull request #229 from alfred-leong/alfred-UserStorage
joshuan98 Nov 5, 2022
bbc7513
Update Alfred PPP
alfred-leong Nov 5, 2022
aef412c
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 5, 2022
2df0c0a
Update database sequence diagram
joshuan98 Nov 5, 2022
9007e6b
Update PPP
alfred-leong Nov 5, 2022
098170f
Update database test
joshuan98 Nov 5, 2022
2353896
Merge pull request #231 from alfred-leong/alfred-PPP
nshian Nov 5, 2022
5fde720
Update Example University.txt
alfred-leong Nov 5, 2022
03fb373
Merge pull request #230 from joshuan98/joshuan98-UniqueDatabase
ongzhihong Nov 5, 2022
8f5e0d3
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 5, 2022
3041a3e
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 5, 2022
a4b8e46
Merge pull request #232 from alfred-leong/alfred-DeveloperGuide
ongzhihong Nov 5, 2022
f16a923
Merge pull request #233 from alfred-leong/alfred-PPP
ongzhihong Nov 5, 2022
478646b
Shift data.csv to within duke dir
joshuan98 Nov 6, 2022
ef605c7
Update build.gradle
joshuan98 Nov 6, 2022
9bb0711
Update scanner to buffered reader
joshuan98 Nov 6, 2022
32450ff
Remove commented lines
joshuan98 Nov 6, 2022
4abc57d
Refactor createDatabase
joshuan98 Nov 6, 2022
3d2ced8
Update class and sequence diagrams for database
joshuan98 Nov 6, 2022
b6eb5e0
Add assertion for Commands
ongzhihong Nov 6, 2022
25601eb
Merge pull request #235 from ongzhihong/ongzhihong-Commands
alfred-leong Nov 6, 2022
8fa427e
Improve Ui experience
wangtingjia Nov 6, 2022
7976e30
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 6, 2022
2cc7bd2
Add Junit tests for comments
wangtingjia Nov 6, 2022
1139983
Add logger
wangtingjia Nov 6, 2022
bc4812e
Update UG & DG
wangtingjia Nov 6, 2022
29fc387
Fix CI checkstyle
wangtingjia Nov 6, 2022
7c2cad1
Fix CI checkstyle
wangtingjia Nov 6, 2022
141f341
Update wangtingjia PPP
wangtingjia Nov 6, 2022
79ce3eb
Merge pull request #236 from wangtingjia/tingjia-BugResolver
nshian Nov 6, 2022
0a57489
Update UserStorageTest.java
joshuan98 Nov 6, 2022
38e6f1d
Merge pull request #234 from joshuan98/joshuan98-DatabaseInJar
nshian Nov 6, 2022
e226623
Remove PPP extracts
joshuan98 Nov 6, 2022
f7e161a
Merge pull request #237 from joshuan98/joshuan98-PPP
alfred-leong Nov 6, 2022
ff2ec17
Update list command class diagram for abstract
joshuan98 Nov 6, 2022
cdefd73
Update DG for sequence diagrams
alfred-leong Nov 6, 2022
7185092
Update example link
alfred-leong Nov 6, 2022
054b909
Update DG and sequence diagrams
wangtingjia Nov 6, 2022
0676318
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 6, 2022
28c7ab3
Merge pull request #239 from wangtingjia/tingjia-BugResolver
alfred-leong Nov 6, 2022
178b5ef
Merge pull request #238 from joshuan98/joshuan98-Documentation
alfred-leong Nov 6, 2022
8269ec3
Update headers in DG to follow specifications
alfred-leong Nov 6, 2022
17d26c2
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
alfred-leong Nov 6, 2022
5b6889f
Update User Storage description in DG
alfred-leong Nov 6, 2022
a479cca
Merge pull request #240 from alfred-leong/alfred-DeveloperGuide
joshuan98 Nov 6, 2022
aca36fd
Fix bugs for links
alfred-leong Nov 6, 2022
33cc4bd
Fix bugs
alfred-leong Nov 6, 2022
2afca23
Merge pull request #241 from alfred-leong/alfred-DeveloperGuide
joshuan98 Nov 6, 2022
e865cac
Fix bugs
alfred-leong Nov 6, 2022
2220220
Merge pull request #242 from alfred-leong/alfred-DeveloperGuide
nshian Nov 6, 2022
966963e
Update DG
wangtingjia Nov 7, 2022
46253de
Update UG
wangtingjia Nov 7, 2022
4784cee
Merge pull request #243 from wangtingjia/tingjia-BugResolver
nshian Nov 7, 2022
cf0f62a
Update UG
wangtingjia Nov 7, 2022
7dad0c7
Update PPP
wangtingjia Nov 7, 2022
d7b0f0e
Merge pull request #244 from wangtingjia/tingjia-BugResolver
nshian Nov 7, 2022
f750525
Update wangtingjia PPP
wangtingjia Nov 7, 2022
e04f3bf
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 7, 2022
f32982b
Merge pull request #245 from wangtingjia/tingjia-BugResolver
wangtingjia Nov 7, 2022
54c6c37
Update wangtingjia PPP
wangtingjia Nov 7, 2022
a080de8
Merge branch 'master' of https://github.com/AY2223S1-CS2113-W13-2/tp …
wangtingjia Nov 7, 2022
3df1662
Merge pull request #246 from wangtingjia/tingjia-BugResolver
wangtingjia Nov 7, 2022
201d0c0
Update ongzhihong's PPP
ongzhihong Nov 7, 2022
bad9620
Merge pull request #247 from ongzhihong/ongzhihong-PPP
nshian Nov 7, 2022
25d5f6a
Fix bug when user deletes data directory
ongzhihong Nov 7, 2022
3a187e6
Merge pull request #248 from ongzhihong/ongzhihong-BugFix
alfred-leong Nov 7, 2022
0c99ce2
Update Sequence Diagrams
ongzhihong Nov 7, 2022
99b07e2
Merge pull request #249 from ongzhihong/ongzhihong-DeveloperGuide
alfred-leong Nov 7, 2022
c64d45d
Update ongzhihong's PPP
ongzhihong Nov 7, 2022
272e1c1
Merge pull request #250 from ongzhihong/ongzhihong-PPP
alfred-leong Nov 7, 2022
35d1e6c
Update dg and ug
joshuan98 Nov 7, 2022
4b97714
Update dg
joshuan98 Nov 7, 2022
8e64cef
Update ongzhihong.md
joshuan98 Nov 7, 2022
d92ab8c
Merge pull request #251 from joshuan98/joshuan98-DocumentationUpdates
ongzhihong Nov 7, 2022
856b5ee
Update UserGuide.md
joshuan98 Nov 7, 2022
08408cd
Merge pull request #252 from joshuan98/joshuan98-DocumentationUpdates
nshian Nov 7, 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
18 changes: 1 addition & 17 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,4 @@ jobs:
java-package: jdk+fx

- 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
run: ./gradlew check
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
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.duke.Duke

19 changes: 19 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,23 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}

jar {
manifest {
attributes "Main-Class": "seedu.duke.Duke"
}

from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}

sourceSets {
main {
resources {
srcDirs "src/main/java/seedu/duke/resources"
}
}
}
15 changes: 8 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# About us

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)

Display | Name | Github Profile | Portfolio
--------|:--------:|:-----------------------------:|:---------:
![](https://media-exp1.licdn.com/dms/image/C4D03AQEgXrNsrc1T3Q/profile-displayphoto-shrink_800_800/0/1663228347339?e=1669852800&v=beta&t=V0fWQzHp9qeiD3inauUaj8j2CE8MFb_5w_aS7rKcDnM) | Ong Zhi Hong | [Github](https://github.com/helpdesk1234) | [Portfolio](team/ongzhihong.md)
![](https://media-exp1.licdn.com/dms/image/C4E03AQE7jtNsKd_Xfw/profile-displayphoto-shrink_400_400/0/1624762372701?e=1669852800&v=beta&t=hG6aMZLrJhR26UK6dG2t-ny3KwweUpADecBZ2PCmVaI) | Ian Ng | [Github](https://github.com/nshian) | [Portfolio](team/nshian.md)
![](https://media-exp1.licdn.com/dms/image/C4D03AQGrNtCeeZuPFw/profile-displayphoto-shrink_400_400/0/1627723547221?e=1669852800&v=beta&t=7MpIteNzXKn5Cy-ULFFujM7s6dTh_WmZtDf_aRHdcmg) | Wang Tingjia | [Github](https://github.com/wangtingjia) | [Portfolio](team/wangtingjia.md)
![](https://media-exp1.licdn.com/dms/image/C4D03AQHBjtXDwKhQtA/profile-displayphoto-shrink_400_400/0/1644541255922?e=1669852800&v=beta&t=lBU1v97NFzzNXTHWtztnBqViqdcBnUz4CWmY19n9hhI) | Alfred | [Github](https://github.com/alfred-leong) | [Portfolio](team/alfred-leong.md)
![](https://media-exp1.licdn.com/dms/image/D5603AQGNRUZyeNaW1w/profile-displayphoto-shrink_400_400/0/1666745000462?e=1672272000&v=beta&t=3b8qfMt-x3MQMQWsq3wPWPbO7HiH32u-Y08B4_vWfS0) | Joshua Nee | [Github](https://github.com/joshuan98) | [Portfolio](team/joshuan98.md)
372 changes: 352 additions & 20 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/Example University.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
T% //T indicates favourited, F indicates otherwise
CS103;this is a comment% //saved module code + corresponding comment
MET CS 248;% //saved module code + no comment
#CS103;monday;10:00;12:00% //saved lesson (module code, day, start time, end time)
12 changes: 7 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Duke
# easySEP

{Give product intro here}
easySEP is a CLI application created to assist NUS Computer Engineering undergraduates intending to embark on a Student Exchange Programme in their planning for student exchange.
In particular, it is a useful utility for exploring potential module mappings for various partner universities, creating and maintaining lists for them and also favouriting selected ones for easier reference. As an added feature, users can also curate their timetables to prevent potential clashes in lessons.

Useful links:
* [User Guide](UserGuide.md)
* [Developer Guide](DeveloperGuide.md)
* [About Us](AboutUs.md)

- [User Guide](UserGuide.md)
- [Developer Guide](DeveloperGuide.md)
- [About Us](AboutUs.md)
Loading