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-F13-4] UniMate #100

Open
wants to merge 629 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
629 commits
Select commit Hold shift + click to select a range
560aa11
Fix Checkstyle
nicrandomlee Nov 2, 2023
3b54797
Enable UI for ViewContactEventsCommand
Fallman2 Nov 2, 2023
eeb6701
Fix documentation typos
Fallman2 Nov 2, 2023
9cb2ab5
Add EditContactEventCommand test case
nicrandomlee Nov 2, 2023
82f8e46
Fix checkstyle
nicrandomlee Nov 2, 2023
b89bce2
Update JUnit tests
junhonglow Nov 2, 2023
a670fa9
Add JUnit tests for new classes
junhonglow Nov 2, 2023
41b5fd2
Update test utils
junhonglow Nov 2, 2023
274abef
Fix checkstyle error
junhonglow Nov 2, 2023
a8833c2
Fix bug
nicrandomlee Nov 2, 2023
3d20247
Update User Guide
nicrandomlee Nov 2, 2023
b8afcca
Fix Checkstyle
nicrandomlee Nov 2, 2023
62b3fe4
Fix typographical errors
junhonglow Nov 2, 2023
756fac8
Add JUnit tests for Storage Manager
junhonglow Nov 2, 2023
0c52e1b
Revert Person class changes
nicrandomlee Nov 2, 2023
4878035
Add JUnit tests for Logic Manager
junhonglow Nov 2, 2023
9461613
Implement JUnit tests for ViewContactEventsCommand and parser
Fallman2 Nov 2, 2023
be3e375
Fix checkstyle violations
Fallman2 Nov 2, 2023
127e813
Merge branch 'master' into branch-Misc-Calendar-Commands-NL
nicrandomlee Nov 2, 2023
ac47758
Fix merge conflict
nicrandomlee Nov 2, 2023
a1bb5ce
Add JUnit testing for CommandResult
Fallman2 Nov 2, 2023
d8f74da
Implement JUnit testing for CommandResult
Fallman2 Nov 2, 2023
e93898c
Fix checkstyle violation
Fallman2 Nov 2, 2023
7c40d2f
Modify user guide URL
junhonglow Nov 2, 2023
6ad63ed
Merge pull request #77 from junhonglow/branch-Add-Tasklist-Storage
junhonglow Nov 2, 2023
9a2655d
Remove unused methods
Fallman2 Nov 2, 2023
8782b42
Update javadoc
nicrandomlee Nov 2, 2023
64fec33
Fix formatting of usage message
Fallman2 Nov 2, 2023
007008b
Remove unnecessary method
nicrandomlee Nov 2, 2023
76c0e75
Implement JUnit test for parsing ViewContactEventsCommand in UniMate
Fallman2 Nov 2, 2023
4aa7339
Ignore util and main files in tp code coverage
junhonglow Nov 2, 2023
4c4e7dd
Add one JUnit test for Calendar
Fallman2 Nov 2, 2023
838fe60
Failed Import Feature
lihongguang00 Nov 2, 2023
684b310
Remove trailing whitespace
junhonglow Nov 2, 2023
de5d03e
Add EOF to yml file
junhonglow Nov 2, 2023
c95a658
Merge pull request #79 from Fallman2/branch-ViewContactEvents
Fallman2 Nov 2, 2023
4f205a0
Merge pull request #80 from junhonglow/branch-Update-Ignored-Files
junhonglow Nov 2, 2023
d176faf
Checkstyle Cleanup and Bug Fixes
lihongguang00 Nov 2, 2023
12a013b
Merge branch 'branch-Calendar-Import-F' into branch-Calendar-Enhancement
lihongguang00 Nov 2, 2023
3f8fcb3
Add EditContactEventCommand test case
nicrandomlee Nov 2, 2023
4b979ad
Add test case
nicrandomlee Nov 2, 2023
fa9dfb6
Merge branch 'master' into branch-Calendar-Enhancement
lihongguang00 Nov 2, 2023
1db901e
Add test case
nicrandomlee Nov 2, 2023
b9b7123
Fix Checkstyle violation
nicrandomlee Nov 2, 2023
0abee83
Add test case
nicrandomlee Nov 2, 2023
26325c6
Update User Guide
nicrandomlee Nov 2, 2023
528fab3
Fix Merge Conflict
lihongguang00 Nov 2, 2023
285b92a
Merge branch 'AY2324S1-CS2103-F13-4:master' into master
nicrandomlee Nov 2, 2023
a854709
Fix checkstyle
nicrandomlee Nov 2, 2023
2227235
Merge branch 'master' into branch-Misc-Calendar-Commands-NL
nicrandomlee Nov 2, 2023
5182063
Update User Guide
Fallman2 Nov 2, 2023
d87afd8
Fix UI Bug
lihongguang00 Nov 2, 2023
59bb0cf
Merge branch 'master' into branch-UGUpdates
Fallman2 Nov 2, 2023
762c649
Merge pull request #82 from Fallman2/branch-UGUpdates
Fallman2 Nov 2, 2023
b05f3a7
Fix Config
lihongguang00 Nov 2, 2023
00c1eef
Fix bugs
nicrandomlee Nov 2, 2023
c7489a8
Fix message usage error
nicrandomlee Nov 2, 2023
c205e37
Fix Checkstyle Violations
nicrandomlee Nov 2, 2023
6ecef63
Fix bug
nicrandomlee Nov 2, 2023
a518ed4
Update UG
junhonglow Nov 2, 2023
ff33d25
Enhance Calendar Header
lihongguang00 Nov 2, 2023
5a65642
Merge pull request #70 from lihongguang00/branch-Calendar-Enhancement
lihongguang00 Nov 2, 2023
b405f98
Update Command Summary in UG
Fallman2 Nov 2, 2023
eb44259
Merge pull request #83 from Fallman2/branch-UGUpdates
Fallman2 Nov 2, 2023
1b15d08
Revert "Fix message usage error"
nicrandomlee Nov 2, 2023
d04d846
Reverse Commit
nicrandomlee Nov 2, 2023
3e7f130
Update Command Summary
junhonglow Nov 2, 2023
bd599be
Fix test case
nicrandomlee Nov 2, 2023
abdd49c
Fix bug in EditContactEventCommand message usage
nicrandomlee Nov 2, 2023
b03f80e
Fix Checkstyle Violations
nicrandomlee Nov 2, 2023
41c74f0
Update UG
junhonglow Nov 2, 2023
120c6b0
Merge branch 'master' into branch-Misc-Calendar-Commands-NL
nicrandomlee Nov 2, 2023
09027fb
Merge branch 'AY2324S1-CS2103-F13-4:master' into master
nicrandomlee Nov 2, 2023
77778e4
Fix code formatting issues
junhonglow Nov 2, 2023
49f3d0a
Update UG
lihongguang00 Nov 2, 2023
1f27026
Merge pull request #78 from nicrandomlee/branch-Misc-Calendar-Command…
nicrandomlee Nov 2, 2023
3303ed2
Merge branch 'AY2324S1-CS2103-F13-4:master' into master
nicrandomlee Nov 2, 2023
da3273e
Merge branch 'branch-Update-UG' into branch-UG-Update
lihongguang00 Nov 2, 2023
c02b3b7
Merge branch 'master' into branch-Update-UG
junhonglow Nov 2, 2023
dea7cf1
Merge branch 'branch-Update-UG' into branch-UG-Update
lihongguang00 Nov 2, 2023
a46ca45
Merge pull request #84 from lihongguang00/branch-UG-Update
lihongguang00 Nov 2, 2023
0ec399c
Change UI title
Fallman2 Nov 2, 2023
d8599ab
Merge pull request #85 from Fallman2/branch-UGUpdates
Fallman2 Nov 3, 2023
46e9159
Merge pull request #86 from AY2324S1-CS2103-F13-4/branch-Update-UG
Fallman2 Nov 3, 2023
32b5301
Change shadowjar settings
Fallman2 Nov 3, 2023
81e6066
Merge pull request #87 from Fallman2/master
Fallman2 Nov 3, 2023
8b005f5
Change version number
Fallman2 Nov 3, 2023
3729530
Merge branch 'AY2324S1-CS2103-F13-4:master' into master
Fallman2 Nov 3, 2023
07588b2
Merge pull request #88 from Fallman2/master
Fallman2 Nov 3, 2023
b3acaac
Enhance UG
lihongguang00 Nov 7, 2023
b8dec20
Add Feature Overview Section
lihongguang00 Nov 7, 2023
0cd0742
Merge pull request #148 from lihongguang00/branch-PE-UG
lihongguang00 Nov 7, 2023
bdb734f
Merge branch 'AY2324S1-CS2103-F13-4:master' into master
nicrandomlee Nov 7, 2023
30c67f9
Fix bugs for sort command
nicrandomlee Nov 7, 2023
d71defa
Fix UG
lihongguang00 Nov 8, 2023
85cf44f
Fix issue #117
Fallman2 Nov 8, 2023
deeb511
Fix #139 and #111
Fallman2 Nov 8, 2023
be08ed5
Fix JUnit tests for EventPeriod
Fallman2 Nov 8, 2023
e983c01
Fix checkstyle errors
Fallman2 Nov 8, 2023
b0a0318
Add more screenshots
lihongguang00 Nov 9, 2023
40d848f
Edit error message for Sort Command
nicrandomlee Nov 9, 2023
bcf1f29
Fix #129 by changing documentation
Fallman2 Nov 9, 2023
2220b7b
Fix #119 and #125
Fallman2 Nov 9, 2023
6d41734
Fix #107
Fallman2 Nov 9, 2023
932767a
Fix #118
Fallman2 Nov 9, 2023
8bcc95d
Add JUnit test for boundByDate
Fallman2 Nov 9, 2023
e35f11e
Edit PPP for filter and deleteEventCommand
Fallman2 Nov 9, 2023
b6c5c97
Fix Phrasing for Sort Command Error Message
nicrandomlee Nov 9, 2023
e9f9552
Merge pull request #149 from nicrandomlee/branch-Sort-BugFix-NL
nicrandomlee Nov 9, 2023
937452e
Fix #90
junhonglow Nov 9, 2023
93e354f
Add more screenshots
lihongguang00 Nov 9, 2023
99288ef
Edit PPP for Nicholas Lee
nicrandomlee Nov 9, 2023
ed1f88f
Merge pull request #152 from lihongguang00/branch-PE-UG
lihongguang00 Nov 9, 2023
416e1c2
Update PRs reviewed for PPP for Nicholas Lee
nicrandomlee Nov 9, 2023
7f593cb
Added contributions to release
nicrandomlee Nov 9, 2023
8c7d35b
Update HG Draft PPP
lihongguang00 Nov 9, 2023
13c6d49
Merge pull request #153 from nicrandomlee/branch-update-PPP-NL
lihongguang00 Nov 9, 2023
db26d33
Merge pull request #154 from lihongguang00/branch-PPP
lihongguang00 Nov 9, 2023
0ff44c6
Add PPP documentation
Fallman2 Nov 9, 2023
5ccd9cf
Merge pull request #155 from Fallman2/branch-EditPPP
Fallman2 Nov 9, 2023
2cc4ec0
Update PPP
junhonglow Nov 9, 2023
65b98ba
Merge pull request #157 from junhonglow/branch-Update-PPP-JH
junhonglow Nov 9, 2023
d2c347b
Merge pull request #150 from Fallman2/branch-BugFixing1
Fallman2 Nov 10, 2023
d56ab01
Improve formatting
lihongguang00 Nov 10, 2023
753334f
Merge pull request #158 from lihongguang00/branch-PE-UG
lihongguang00 Nov 10, 2023
717f224
Fix minor error
lihongguang00 Nov 10, 2023
571297e
Merge pull request #159 from lihongguang00/branch-PE-UG
lihongguang00 Nov 10, 2023
5f2b095
Merge branch 'master' into branch-Final-UG
lihongguang00 Nov 10, 2023
d3d205d
Merge pull request #160 from AY2324S1-CS2103-F13-4/branch-Final-UG
lihongguang00 Nov 10, 2023
94fdf26
Fix formatting
lihongguang00 Nov 10, 2023
c25b6b6
Fixed more formatting
lihongguang00 Nov 10, 2023
dc8863c
Fix Test Case for EditContactEvent
nicrandomlee Nov 12, 2023
9bf174e
Standardize AddressBook
lihongguang00 Nov 12, 2023
593cef2
Fix bugs
lihongguang00 Nov 12, 2023
e4ff091
Merge pull request #161 from lihongguang00/branch-UG-Bug-Fixes
lihongguang00 Nov 12, 2023
091a4b3
Merge pull request #151 from junhonglow/branch-Bug-Fixes
lihongguang00 Nov 12, 2023
dee7421
Add sequence diagram for AddressBook SortCommand
nicrandomlee Nov 12, 2023
78f78d7
Update Developer Guide with Sort PUML Sequence diagram
nicrandomlee Nov 12, 2023
86aece2
Merge pull request #163 from lihongguang00/branch-final-bug-fixes
lihongguang00 Nov 12, 2023
af82c15
Merge pull request #162 from nicrandomlee/branch-EditContactEvent-Fix…
lihongguang00 Nov 12, 2023
eb780a2
Change Line Spacing
nicrandomlee Nov 12, 2023
bf95a08
Update Sort Sequence Diagram
nicrandomlee Nov 12, 2023
b4034cd
Update ReadMe
lihongguang00 Nov 12, 2023
c6e0b98
Update Index.md
lihongguang00 Nov 12, 2023
29647a2
Merge pull request #164 from lihongguang00/branch-ReadMe
nicrandomlee Nov 12, 2023
17fcbbf
Merge pull request #165 from lihongguang00/branch-Docu
nicrandomlee Nov 12, 2023
bb93740
Fix UG Minor Bugs
lihongguang00 Nov 13, 2023
2f14226
Add note on truncation
lihongguang00 Nov 13, 2023
bcc12b3
Merge pull request #166 from lihongguang00/branch-UG-final
lihongguang00 Nov 13, 2023
e46a13d
Update Class Diagram for Bottom List Panel
nicrandomlee Nov 13, 2023
66bcb0c
Update Developer Guide
nicrandomlee Nov 13, 2023
5b48d78
Add Abstraction Layer for Parsing Datetime
nicrandomlee Nov 13, 2023
6c2adc1
Fix bug
nicrandomlee Nov 13, 2023
12c31cf
Update UML Diagram
nicrandomlee Nov 13, 2023
779a7c7
Update Developer Guide
nicrandomlee Nov 13, 2023
97221db
Update Formatting
nicrandomlee Nov 13, 2023
ee11c58
Create DG documentation
Fallman2 Nov 13, 2023
3b47a5b
Fix line spacing for DG
nicrandomlee Nov 13, 2023
3cf69c1
Merge pull request #167 from nicrandomlee/branch-addUMLDiagrams-NL
nicrandomlee Nov 13, 2023
2a01acf
Merge branch 'master' into branch-DGEdits1
Fallman2 Nov 13, 2023
2626b0b
Remove author tag
Fallman2 Nov 13, 2023
aa98bf1
Re-add author tags
Fallman2 Nov 13, 2023
e926744
Merge pull request #168 from Fallman2/branch-DGEdits1
Fallman2 Nov 13, 2023
d8e9e39
Fix bug
nicrandomlee Nov 13, 2023
af67365
Fix bug - incorrect events added
junhonglow Nov 13, 2023
51d8b87
Fix bug - integer is more than max integer
junhonglow Nov 13, 2023
7e702ea
Add helper method to check event conflicts
junhonglow Nov 13, 2023
c104776
Improve code quality
junhonglow Nov 13, 2023
140d5a3
Fix Bug - App does not start (invalid files)
junhonglow Nov 13, 2023
2b626b4
Fix bug: UI
junhonglow Nov 13, 2023
f15afdc
Update Model Class Diagram
nicrandomlee Nov 13, 2023
d1049a8
Fix abstraction bug
lihongguang00 Nov 13, 2023
b834714
Update JUnit tests
junhonglow Nov 13, 2023
5102b33
Fix checkstyle
lihongguang00 Nov 13, 2023
91dca83
Merge pull request #170 from nicrandomlee/branch-addUMLDiagrams-NL
nicrandomlee Nov 13, 2023
2290013
Add note on zoom level
lihongguang00 Nov 13, 2023
e373ac3
Clean up code
lihongguang00 Nov 13, 2023
071aebb
Fix checkstyle
lihongguang00 Nov 13, 2023
c1675d4
Update PPP For Nicholas Lee
nicrandomlee Nov 13, 2023
f19ab63
Add JUnit tests
junhonglow Nov 13, 2023
3d65f68
Fix checkstyle issues
junhonglow Nov 13, 2023
35fafb3
Add CompareCalendar Section
lihongguang00 Nov 13, 2023
c02e4f7
Add Sequence Diagram for ClearEvents in DG
Fallman2 Nov 13, 2023
3c66b02
Merge pull request #169 from nicrandomlee/branch-codeQualityAbstracti…
lihongguang00 Nov 13, 2023
34fc94e
Merge pull request #173 from lihongguang00/branch-UG-final
lihongguang00 Nov 13, 2023
c470cb7
Merge branch 'master' into branch-DGEdits2
Fallman2 Nov 13, 2023
77ce84d
Add TaskManager details on Model Class Diagram
Fallman2 Nov 13, 2023
9f51bef
Merge pull request #175 from lihongguang00/branch-DG-Final
junhonglow Nov 13, 2023
58dc6f7
Merge pull request #171 from junhonglow/branch-Additional-Bug-Fixes
lihongguang00 Nov 13, 2023
e006a3d
Merge pull request #174 from nicrandomlee/branch-update-PPP-NL
lihongguang00 Nov 13, 2023
48d0e27
Merge pull request #172 from lihongguang00/branch-Final-Bug-Fix
lihongguang00 Nov 13, 2023
f340aa5
Merge branch 'master' into branch-DGEdits2
Fallman2 Nov 13, 2023
12bca92
Fix checkstyle violations
Fallman2 Nov 13, 2023
8b242c2
Update Product Website
lihongguang00 Nov 13, 2023
ded2c11
Merge pull request #176 from Fallman2/branch-DGEdits2
lihongguang00 Nov 13, 2023
73bff9a
Merge pull request #177 from lihongguang00/branch-Documentation-Final
lihongguang00 Nov 13, 2023
859a85e
Add NFR in DG
nicrandomlee Nov 13, 2023
5d42fca
Add new manual testing instructions to Appendix
Fallman2 Nov 13, 2023
d41ba90
Add new line
Fallman2 Nov 13, 2023
c1bf594
Add Effort Appendix
lihongguang00 Nov 13, 2023
096d0da
Merge pull request #178 from nicrandomlee/branch-update-PPP-NL
lihongguang00 Nov 13, 2023
f143565
Merge pull request #179 from Fallman2/branch-AppendixEdits1
lihongguang00 Nov 13, 2023
f4a7285
Add EOF
lihongguang00 Nov 13, 2023
708ca89
Merge branch 'master' into branch-Doc-Final-Update
lihongguang00 Nov 13, 2023
567294b
Merge pull request #180 from lihongguang00/branch-Doc-Final-Update
Fallman2 Nov 13, 2023
57d8767
Fix Diagram Width
lihongguang00 Nov 13, 2023
e1e84bb
Fix typo
lihongguang00 Nov 13, 2023
953c3b5
Merge pull request #181 from lihongguang00/branch-Documentation
lihongguang00 Nov 13, 2023
6d3cf35
Add new section to Appendix
Fallman2 Nov 13, 2023
7a52563
Update HG PPP
lihongguang00 Nov 13, 2023
12214f6
Merge pull request #182 from Fallman2/branch-AppendixEdits2
Fallman2 Nov 13, 2023
c3e462b
Update storage component in DG
junhonglow Nov 13, 2023
0dfdb31
Add Planned Enhancement
lihongguang00 Nov 13, 2023
9922deb
Rectify wrongful test inputs
junhonglow Nov 13, 2023
9e1cf17
Merge pull request #184 from lihongguang00/branch-Planned-Enhancement
lihongguang00 Nov 13, 2023
fa4bd80
Merge pull request #183 from lihongguang00/branch-Documentation
lihongguang00 Nov 13, 2023
2fd17c3
Update DG acknowledgements and tests
junhonglow Nov 13, 2023
1350227
Fix typo
junhonglow Nov 13, 2023
1e1b2f9
Update formatting of DG
junhonglow Nov 13, 2023
043fc78
Update PPP
junhonglow Nov 13, 2023
71ef830
Update documents
lihongguang00 Nov 13, 2023
573b702
Merge branch 'master' into branch-Update-DG
junhonglow Nov 13, 2023
ce95a24
Add more fix
lihongguang00 Nov 13, 2023
1a07184
Merge pull request #185 from junhonglow/branch-Update-DG
lihongguang00 Nov 13, 2023
935d9d1
Update highlights in PPP
junhonglow Nov 13, 2023
dcf454f
Merge pull request #186 from lihongguang00/branch-Docu-Fix
lihongguang00 Nov 13, 2023
e323a60
Merge pull request #187 from junhonglow/branch-Update2-PPP-JH
junhonglow Nov 13, 2023
d83c5fd
Update PPP
Fallman2 Nov 13, 2023
d465bb2
Merge pull request #188 from Fallman2/branch-UpdatePPP
lihongguang00 Nov 13, 2023
7c58770
Update DG
lihongguang00 Nov 13, 2023
ea3b0b3
Merge pull request #189 from lihongguang00/branch-Docu-Final
lihongguang00 Nov 13, 2023
8b996eb
Fix bug
nicrandomlee Nov 13, 2023
221a7c7
Update Application Version
nicrandomlee Nov 13, 2023
75cf456
Update UG
lihongguang00 Nov 13, 2023
62d48a0
Update Test Case
nicrandomlee Nov 13, 2023
b7dfd97
Update UG
lihongguang00 Nov 13, 2023
0679425
Update UG
lihongguang00 Nov 13, 2023
94567e1
Update DG
lihongguang00 Nov 13, 2023
e8082c9
Merge pull request #190 from nicrandomlee/branch-update-PPP-NL
lihongguang00 Nov 13, 2023
bd0e4a1
Merge pull request #191 from lihongguang00/branch-Docu-Final
lihongguang00 Nov 13, 2023
a49925e
Update PPP
lihongguang00 Nov 13, 2023
9105db9
Update AboutUs
lihongguang00 Nov 13, 2023
d92d4ed
Update codecov.yml
lihongguang00 Nov 13, 2023
89116a2
Increase Code Coverage
nicrandomlee Nov 13, 2023
e7ca7b7
Merge pull request #192 from lihongguang00/branch-Docu-Final
lihongguang00 Nov 13, 2023
d0ed7be
Merge pull request #193 from nicrandomlee/branch-update-PPP-NL
lihongguang00 Nov 13, 2023
097dc28
Edit build.gradle
Fallman2 Nov 13, 2023
d6943fe
Merge pull request #194 from Fallman2/branch-gradle
lihongguang00 Nov 13, 2023
4e10f4d
Update website picture
lihongguang00 Nov 13, 2023
79eb156
Merge pull request #195 from lihongguang00/branch-Website
Fallman2 Nov 13, 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
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
- "src/main/java/seedu/address/ui"
- "src/main/java/seedu/address/model/util"
- "src/main/java/seedu/address/Main.java"
- "src/main/java/seedu/address/MainApp.java"
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: MarkBind Action

on:
push:
branches:
- master

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build & Deploy MarkBind site
uses: MarkBind/markbind-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/tp' # replace with your repo name
version: '^5.1.0'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
docs/_markbind/logs/
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[![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.
* 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.
[![Java CI](https://github.com/AY2324S1-CS2103-F13-4/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2324S1-CS2103-F13-4/tp/actions/workflows/gradle.yml)

![Ui](docs/images/unimateScreenshot.png)


**UniMate** is a powerful desktop application designed to streamline contact and events management.
Users can effortlessly manage their contacts, schedule events, and keep track of important information, all in one place.

* For the detailed documentation of this project, see the **[UniMate Product Website](https://ay2324s1-cs2103-f13-4.github.io/tp/)**.
* If you are interested about developing UniMate, the **[Developer Guide](https://ay2324s1-cs2103-f13-4.github.io/tp/DeveloperGuide.html)** is a good place to start.

### Acknowledgements
- This project is forked from the AddressBook-Level3 project created by [SE-EDU initiative](https://se-education.org).
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = '[CS2103-F13-4][UniMate].jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
23 changes: 23 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
_markbind/logs/

# Dependency directories
node_modules/

# Production build files (change if you output the build to a different directory)
_site/

# Env
.env
.env.local

# IDE configs
.vscode/
.idea/*
*.iml
71 changes: 35 additions & 36 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,58 @@
---
layout: page
title: About Us
layout: default.md
title: "About Us"
---

# About Us

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`
This project was done by a team of 4 members.

## Project team

### John Doe

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

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

* Role: Project Advisor

### Jane Doe
### Li Hongguang

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

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

* Role: Team Lead
* Responsibilities: UI
- Role: Developer
- Responsibilities:
- Calendar System Developer

### Johnny Doe
### Andre Sim

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

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

* Role: Developer
* Responsibilities: Data
- Role: Developer
- Responsibilities:
- Task List Developer

### Jean Doe
### Low Jun Hong

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
- Role: Developer
- Responsibilities:
- Event List Developer
- Storage Developer

### James Doe
### Nicholas Lee

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

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

* Role: Developer
* Responsibilities: UI
- Role: Developer
- Responsibilities:
- Product Feature Enhancements
- Product Tester
6 changes: 4 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
title: Configuration guide
layout: default.md
title: "Configuration guide"
---

# Configuration guide

Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`).
13 changes: 8 additions & 5 deletions docs/DevOps.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: page
title: DevOps guide
layout: default.md
title: "DevOps guide"
pageNav: 3
---

* Table of Contents
{:toc}
# DevOps guide

--------------------------------------------------------------------------------------------------------------------
<!-- * Table of Contents -->
<page-nav-print />

<!-- -------------------------------------------------------------------------------------------------------------------- -->

## Build automation

Expand Down
Loading
Loading