Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
476 commits
Select commit Hold shift + click to select a range
3ad5748
Create Test for DeleteNote
souledfigurine Apr 1, 2025
9d4c8ed
Create Test for DeleteNote
souledfigurine Apr 1, 2025
30cb990
Merge branch 'master' into add-DeleteNote
souledfigurine Apr 1, 2025
6d1a8be
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 1, 2025
7fecf58
Write Test for DeleteNote
souledfigurine Apr 1, 2025
572669a
Fix Checkstyle
souledfigurine Apr 1, 2025
8d95187
Add tests for LogicManager
shawnnygoh Apr 1, 2025
c571f9b
Add tests for FileNotesStorage
shawnnygoh Apr 1, 2025
9382e4c
Add import and export commands in the UG
wentingchua Apr 1, 2025
6e7ecd7
Update help command with new commands
wentingchua Apr 1, 2025
b40c135
Merge pull request #90 from shawnnygoh/fix-clear-notes-bug
shawnnygoh Apr 1, 2025
74871b3
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 1, 2025
9ed73d3
Merge branch 'master' into update-storage-uml
shawnnygoh Apr 1, 2025
6041a7e
Merge pull request #92 from shawnnygoh/update-storage-uml
shawnnygoh Apr 1, 2025
fb6993d
Include import and export in command summary of UG
wentingchua Apr 1, 2025
99c55c6
Edit ExportCommand parser to better handle invalid inputs
wentingchua Apr 1, 2025
3aaa0c1
Edit import command to fix similar bug
wentingchua Apr 1, 2025
bf4f4e8
Merge pull request #96 from Meatsushi64/add-tag-tests
Meatsushi64 Apr 2, 2025
483fa12
Merge branch 'master' into add-deleteNote
souledfigurine Apr 2, 2025
cc064a5
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 2, 2025
038ab8b
Add Note Handler to manage multiple note windows
Meatsushi64 Apr 2, 2025
79acc51
Write tests for PersonId
tim0tay Apr 2, 2025
40d3950
Merge remote-tracking branch 'upstream'
tim0tay Apr 2, 2025
f1e1e5f
Merge branch 'master' into 73-id-field
tim0tay Apr 2, 2025
949ef49
Fix checkstyle issues for PersonId
tim0tay Apr 2, 2025
d4a110a
Update Phone toString method to display empty value when Person has n…
tim0tay Apr 2, 2025
0b2bec5
Update Address toString method to display empty value when Person has…
tim0tay Apr 2, 2025
cbaef7b
Update Email toString method to display empty value when Person has n…
tim0tay Apr 2, 2025
dc54b62
Edited existing commands and tests due to change in CommandResult con…
Meatsushi64 Apr 2, 2025
96e3786
Edit to checkstyle
Meatsushi64 Apr 2, 2025
89ba50b
Add tests for updated toString for Email, Phone, Address
tim0tay Apr 2, 2025
a208d1e
Fix Clear Command note saving synchronisation problems
Meatsushi64 Apr 2, 2025
2e8533e
Rename enum to be more representative and close delete note command w…
Meatsushi64 Apr 2, 2025
406b590
Merge pull request #98 from souledfigurine/add-deleteNote
Meatsushi64 Apr 2, 2025
11874c4
Merge branch 'master' into note-window-edit
Meatsushi64 Apr 2, 2025
3fa2d98
Remove unused variable
Meatsushi64 Apr 2, 2025
80c5455
Merge remote-tracking branch 'upstream/master'
wentingchua Apr 2, 2025
5809732
Merge branch 'master' into 59-export-command
wentingchua Apr 2, 2025
22466b3
Bug fix for DeleteNoteCommand and update Delete Note test with new Co…
Meatsushi64 Apr 2, 2025
f9cf0b3
Update export and import commands to make them clearer
wentingchua Apr 2, 2025
6717d8a
Add specifics for Eding the data file section
wentingchua Apr 2, 2025
1066d36
Edit details for list command to adhere to actual functionality
wentingchua Apr 2, 2025
ab3ed42
Remove unnecessary code, duplicate handling of deletenote in delete c…
Meatsushi64 Apr 2, 2025
588889a
Edit tests to match changes made earlier
Meatsushi64 Apr 2, 2025
5e7f838
Add test for storage injection
Meatsushi64 Apr 2, 2025
cbb7da5
Improve error handling for invalid personId
wentingchua Apr 2, 2025
2cf6714
Add test cases to support new error handling
wentingchua Apr 2, 2025
679cb8f
Edit file to comply to checkstyle
wentingchua Apr 2, 2025
d783aea
Remove unnecessary import
Meatsushi64 Apr 2, 2025
a0627e6
Merge pull request #104 from shawnnygoh/add-tests-logicmanager
shawnnygoh Apr 3, 2025
e38e64b
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
b74b3d3
Merge branch 'master' into add-tests-filenotesstorage
shawnnygoh Apr 3, 2025
55959fc
Merge pull request #107 from shawnnygoh/add-tests-filenotesstorage
shawnnygoh Apr 3, 2025
8498ac9
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
3af46c9
Refactor FindTagCommandParser to increase code coverage and testability
shawnnygoh Apr 3, 2025
7b58313
Update Developer Guide with new Storage Class Diagram
shawnnygoh Apr 3, 2025
b57331c
Update addtag section to clarify tag case-sensitivity
shawnnygoh Apr 3, 2025
a2bdb57
Merge branch 'master' into note-window-edit
Meatsushi64 Apr 3, 2025
57188d5
Delete all notes when import command is called
wentingchua Apr 3, 2025
8629da5
Add test case to handle new error
wentingchua Apr 3, 2025
911f6f8
update UG as per comments
wentingchua Apr 3, 2025
f89fd29
Merge pull request #131 from Meatsushi64/note-window-edit
Meatsushi64 Apr 3, 2025
aa42504
Add negative integer test for PersonId
tim0tay Apr 3, 2025
89ae2c6
Fix checkstyle issues
tim0tay Apr 3, 2025
dc14f2c
Add caution statement at import commant
wentingchua Apr 3, 2025
c8ae46c
Merge remote-tracking branch 'upstream'
tim0tay Apr 3, 2025
3ed62a7
Merge branch 'master' into 73-id-field
tim0tay Apr 3, 2025
91670b8
Merge pull request #126 from tim0tay/73-id-field
tim0tay Apr 3, 2025
0c3ef77
Merge remote-tracking branch 'upstream'
tim0tay Apr 3, 2025
1c1f51b
Merge branch 'master' into 122-123-124-125-fix-dummy-values
tim0tay Apr 3, 2025
8ac833d
Merge pull request #127 from tim0tay/122-123-124-125-fix-dummy-values
tim0tay Apr 3, 2025
f24c352
Merge remote-tracking branch 'upstream'
tim0tay Apr 3, 2025
2f4cb8e
Merge pull request #142 from wentingchua/93-import-command
tim0tay Apr 3, 2025
64b12b4
Merge pull request #143 from wentingchua/59-export-command
tim0tay Apr 3, 2025
c3d330d
Refine export command in UG
wentingchua Apr 3, 2025
f6ae879
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
6de9f30
Merge branch 'master' into update-user-guide
shawnnygoh Apr 3, 2025
501df46
Merge pull request #141 from shawnnygoh/update-user-guide
shawnnygoh Apr 3, 2025
40c960c
Update UML for model
wentingchua Apr 3, 2025
db51113
Remove unwanted code
wentingchua Apr 3, 2025
d00b249
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
3a5b9e8
Merge branch 'master' into update-developer-guide
shawnnygoh Apr 3, 2025
956cf01
Update Developer Guide with new UI Class Diagram
shawnnygoh Apr 3, 2025
591a9e4
Update add in UG to specify name and tag alphanumeric restrictions
shawnnygoh Apr 3, 2025
21fbe7f
Fix some errors in UG
wentingchua Apr 3, 2025
bcb3581
Merge remote-tracking branch 'upstream/master'
wentingchua Apr 3, 2025
9243f75
Merge branch 'master' into 100-update-ug
wentingchua Apr 3, 2025
932143b
Update UG for caution about placeholder values
tim0tay Apr 3, 2025
87fe9b3
Merge pull request #108 from wentingchua/100-update-ug
wentingchua Apr 3, 2025
694d342
Update UG to reflect note command
tim0tay Apr 3, 2025
02a389f
Update Model UML diagram for PersonId
tim0tay Apr 3, 2025
ee8845e
Update UML diagram photo for Model component
tim0tay Apr 3, 2025
9c0c1f0
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
e2ab22a
Merge branch 'master' into add-findtag-command
shawnnygoh Apr 3, 2025
f688be7
Merge pull request #136 from shawnnygoh/add-findtag-command
shawnnygoh Apr 3, 2025
0764fc9
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
3cd9062
Merge branch 'master' into update-developer-guide
shawnnygoh Apr 3, 2025
647c64e
Merge pull request #139 from shawnnygoh/update-developer-guide
shawnnygoh Apr 3, 2025
71400c9
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 3, 2025
7c8979a
Merge branch 'master' into update-user-guide
shawnnygoh Apr 3, 2025
562a065
Merge pull request #149 from wentingchua/update-uml
wentingchua Apr 3, 2025
5ae6286
Merge pull request #152 from tim0tay/122-123-124-125-fix-dummy-values
tim0tay Apr 3, 2025
91828dc
Merge remote-tracking branch 'upstream/master'
wentingchua Apr 3, 2025
ca09c26
Merge branch 'master' into update-user-guide
shawnnygoh Apr 3, 2025
96a768c
Merge pull request #151 from shawnnygoh/update-user-guide
shawnnygoh Apr 3, 2025
de2ae5c
Add invalid tag sorter
souledfigurine Apr 3, 2025
fd7afd3
Merge branch 'master' into update-removeTag
souledfigurine Apr 3, 2025
9c92a4b
Fixes #134
souledfigurine Apr 3, 2025
38cee59
Remove happy.json
souledfigurine Apr 3, 2025
f48d8a9
Update tests
souledfigurine Apr 3, 2025
376b036
Fix export as first command
souledfigurine Apr 4, 2025
7f66dd3
Update version no.
souledfigurine Apr 4, 2025
e4285e1
Merge pull request #154 from souledfigurine/update-removeTag
souledfigurine Apr 4, 2025
dc54d10
Merge remote-tracking branch 'upstream'
tim0tay Apr 4, 2025
e3c51a6
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 4, 2025
db4279b
Update DeveloperGuide.md
Meatsushi64 Apr 5, 2025
4e56533
Update DeveloperGuide.md
Meatsushi64 Apr 5, 2025
8c3056e
Update DeveloperGuide.md
Meatsushi64 Apr 5, 2025
f267032
Person ID in imported files does not need to increment by 1 between 2…
wentingchua Apr 5, 2025
03302e3
Improve message format for export command message usage
wentingchua Apr 5, 2025
514d566
Perform error handling for special characters in TARGET_PATH in export
wentingchua Apr 5, 2025
a076544
Perform error handling for special characters in TARGET_PATH of impor…
wentingchua Apr 5, 2025
253cda5
Remove unused import
wentingchua Apr 5, 2025
8c42e05
Update test for import command
wentingchua Apr 5, 2025
2588a53
Remove unused imports
wentingchua Apr 5, 2025
8fdd896
Remove tests for import command parser
wentingchua Apr 5, 2025
a6e468f
Add test for import command parser
wentingchua Apr 5, 2025
2320553
Merge branch 'master' into update-help-command
wentingchua Apr 5, 2025
b33c639
Update help page
wentingchua Apr 5, 2025
db8d8d4
Update DeveloperGuide.md
Meatsushi64 Apr 5, 2025
5ee8437
Update DeveloperGuide.md
Meatsushi64 Apr 6, 2025
f16b6f9
Edit deleteSequenceDiagram
souledfigurine Apr 7, 2025
064fa11
add DeleteNoteSeqDia
souledfigurine Apr 7, 2025
e66aed3
Update DeveloperGuide.md
Meatsushi64 Apr 7, 2025
acc13d7
Update DeveloperGuide.md
Meatsushi64 Apr 7, 2025
edbf5e3
Update user guide
wentingchua Apr 7, 2025
3df03d5
Add find command planned enhancement to DG
Meatsushi64 Apr 7, 2025
a049b80
Edit UG
wentingchua Apr 7, 2025
bf4d695
Remove 'Archiving data files' section
shawnnygoh Apr 7, 2025
4b2f480
Edit NFR to quantify sluggishness
Meatsushi64 Apr 7, 2025
084ee88
Merge pull request #234 from shawnnygoh/update-user-guide
shawnnygoh Apr 7, 2025
b72b3b7
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
123c4c7
Edit UG
wentingchua Apr 7, 2025
fee8028
Update Export UC to fit current version
Meatsushi64 Apr 7, 2025
1d8b831
Update 'removetag' section for clearing all tags
shawnnygoh Apr 7, 2025
b36f41a
Update UC to match version
Meatsushi64 Apr 7, 2025
8ff47e6
Merge pull request #235 from shawnnygoh/update-user-guide
shawnnygoh Apr 7, 2025
1740794
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
b251344
Update local UG to reflect changes in UG
wentingchua Apr 7, 2025
0787c24
Merge remote-tracking branch 'upstream/master'
wentingchua Apr 7, 2025
76e6c3f
Merge branch 'master' into fix-import-export-bugs
wentingchua Apr 7, 2025
0a14150
Update DeveloperGuide.md import UC
Meatsushi64 Apr 7, 2025
71831f6
Update UG for consistency with app behaviour and clarity
tim0tay Apr 7, 2025
26f5684
Merge remote-tracking branch 'upstream'
tim0tay Apr 7, 2025
b94aca0
Merge branch 'master' into ug-documentation-fixes
tim0tay Apr 7, 2025
0d89624
Edit jar file name to submission format
Meatsushi64 Apr 7, 2025
6d506e5
Reformat UG till edit command
wentingchua Apr 7, 2025
aac1fec
remove emojis
wentingchua Apr 7, 2025
a22bc45
Update UG for restrictions on name field
tim0tay Apr 7, 2025
5f3e1d1
Add NoteSeqDiagram
souledfigurine Apr 7, 2025
9ec9f14
Merge branch 'master' into add-UML
souledfigurine Apr 7, 2025
97370a5
Update DeveloperGuide.md
Meatsushi64 Apr 7, 2025
6dd9c35
Edit UiClassDiagram
souledfigurine Apr 7, 2025
d56840c
Format the code format into code blocks
wentingchua Apr 7, 2025
63ad80d
Add hyperlink to known issues for easier navigability
tim0tay Apr 7, 2025
319718e
Improve language for DG
Meatsushi64 Apr 7, 2025
09555f0
Edit UG to include emojis for tips and warnings
wentingchua Apr 7, 2025
204947c
Merge pull request #228 from Meatsushi64/remove-dg-parts
Meatsushi64 Apr 7, 2025
8f93231
Merge remote-tracking branch 'upstream'
tim0tay Apr 7, 2025
1fb3e61
Merge branch 'master' into ug-documentation-fixes
tim0tay Apr 7, 2025
5de3181
Merge pull request #236 from tim0tay/ug-documentation-fixes
tim0tay Apr 7, 2025
ee9659c
Merge remote-tracking branch 'upstream'
tim0tay Apr 7, 2025
c66731a
Update UiClassDiagram
souledfigurine Apr 7, 2025
2579676
Merge branch 'master' into add-UML
souledfigurine Apr 7, 2025
c44ea3c
Update DG for planned enhancement and validity of name
tim0tay Apr 7, 2025
5a48b0b
Update UG for validity of name
tim0tay Apr 7, 2025
dc6b40b
Merge branch 'master' into branch-fix-ug
Meatsushi64 Apr 7, 2025
25310c1
Merge pull request #233 from wentingchua/branch-fix-ug
Meatsushi64 Apr 7, 2025
8487a78
Add Note Section
souledfigurine Apr 7, 2025
15ca5b4
Update validation regex for name
shawnnygoh Apr 7, 2025
c520b80
Merge branch 'master' into add-UML
souledfigurine Apr 7, 2025
bad4ed4
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
c1da1a0
Merge branch 'master' into update-name-regex
shawnnygoh Apr 7, 2025
eeb02a2
Update Model UML diagrams
tim0tay Apr 7, 2025
a390025
Merge remote-tracking branch 'upstream'
tim0tay Apr 7, 2025
4bcb8b4
Merge branch 'master' into dg-fixes
tim0tay Apr 7, 2025
1c748bc
Change jar file name and add tip for export
Meatsushi64 Apr 7, 2025
dff5c5d
Merge pull request #237 from tim0tay/dg-fixes
tim0tay Apr 7, 2025
21ace17
Specify edit changing tags
Meatsushi64 Apr 7, 2025
f9afbdb
Merge pull request #238 from shawnnygoh/update-name-regex
Meatsushi64 Apr 7, 2025
6a7cdde
Update FAQ in User Guide with Duplicate Contacts
shawnnygoh Apr 7, 2025
3ca4e31
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
9b2a208
Merge branch 'master' into update-user-guide
shawnnygoh Apr 7, 2025
7672236
Make minor grammar edit
Meatsushi64 Apr 7, 2025
204c31f
Merge pull request #241 from Meatsushi64/UG-edit-tags
Meatsushi64 Apr 7, 2025
44fe3de
Update title on website home page
shawnnygoh Apr 7, 2025
45a7046
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
d0bef63
Merge pull request #240 from Meatsushi64/Edit-UG
Meatsushi64 Apr 7, 2025
26eede4
Merge branch 'master' into update-user-guide
shawnnygoh Apr 7, 2025
52370fc
Merge pull request #242 from shawnnygoh/update-user-guide
shawnnygoh Apr 7, 2025
9c12a5a
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
a545c12
Merge branch 'master' into update-site-wide-settings
shawnnygoh Apr 7, 2025
68772b7
Update archiveFileName in shadowJar
shawnnygoh Apr 7, 2025
5be3d9c
Merge pull request #243 from shawnnygoh/update-site-wide-settings
shawnnygoh Apr 7, 2025
63f5658
Merge pull request #244 from shawnnygoh/update-build-gradle
shawnnygoh Apr 7, 2025
2da0f11
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 7, 2025
343770c
edit UML
souledfigurine Apr 7, 2025
0bfbebe
Update UML
souledfigurine Apr 7, 2025
b55ae91
Merge pull request #239 from add-UML
souledfigurine Apr 7, 2025
0fcdf15
Merge branch 'master' into add-UML
souledfigurine Apr 8, 2025
2cde875
Merge pull request #229 from wentingchua/fix-import-export-bugs
wentingchua Apr 8, 2025
ae8a4d7
Merge remote-tracking branch 'upstream/master'
wentingchua Apr 8, 2025
45aa1a7
Merge branch 'master' into update-help-command
wentingchua Apr 8, 2025
54353fc
Update help page
wentingchua Apr 8, 2025
b3e0844
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 8, 2025
a42ae5b
Update instances of AddressBook to ScoopBook in index.md
shawnnygoh Apr 8, 2025
d580489
Merge branch 'master' into update-user-guide
shawnnygoh Apr 8, 2025
3bb8558
Fix formatting bugs in UG
shawnnygoh Apr 8, 2025
7cc49cf
Update UG
souledfigurine Apr 8, 2025
efc224a
Remove temp.json
souledfigurine Apr 8, 2025
f201cc0
Standardise phone number
souledfigurine Apr 8, 2025
ab02764
Fix DG phone num
souledfigurine Apr 8, 2025
4c35fd2
Fix commandto
souledfigurine Apr 8, 2025
2c9194e
Merge pull request #246 from shawnnygoh/update-user-guide
shawnnygoh Apr 8, 2025
ae4bc71
Merge Conflicts
souledfigurine Apr 8, 2025
114fab6
Fix known issues
souledfigurine Apr 8, 2025
484db70
Update About Us page
shawnnygoh Apr 8, 2025
2189824
Update README.md
shawnnygoh Apr 8, 2025
959a4c2
Fix John Doe
souledfigurine Apr 8, 2025
2eec770
Capitalise UG
souledfigurine Apr 8, 2025
74ecf32
Merge pull request #247 from souledfigurine/add-UML
souledfigurine Apr 8, 2025
b644d26
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 8, 2025
f066e93
Merge branch 'master' into update-site-wide-settings
shawnnygoh Apr 8, 2025
b2e270c
Merge pull request #245 from shawnnygoh/update-site-wide-settings
shawnnygoh Apr 8, 2025
482f96e
Merge pull request #248 from shawnnygoh/update-about-us-page
shawnnygoh Apr 8, 2025
8936eb9
Merge pull request #249 from shawnnygoh/update-readme
shawnnygoh Apr 8, 2025
0416be5
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 8, 2025
4845483
Update help to reflect changes in UG
wentingchua Apr 8, 2025
3d5131a
Fix User Guide formatting and minor changes
shawnnygoh Apr 8, 2025
389c8e4
Merge pull request #250 from shawnnygoh/update-user-guide
shawnnygoh Apr 8, 2025
ee01fb8
Update local_userguide.txt
shawnnygoh Apr 8, 2025
58fd902
Merge pull request #230 from wentingchua/update-help-command
Meatsushi64 Apr 8, 2025
dbae563
Fix more formatting issues in UG
shawnnygoh Apr 8, 2025
95d0897
Merge remote-tracking branch 'upstream/master'
shawnnygoh Apr 8, 2025
58ac22d
Merge branch 'master' into update-user-guide
shawnnygoh Apr 8, 2025
395816b
Merge pull request #251 from shawnnygoh/update-user-guide
shawnnygoh Apr 8, 2025
0499ee8
Fix UG bugs
shawnnygoh Apr 8, 2025
f782238
Merge pull request #252 from shawnnygoh/update-user-guide
shawnnygoh Apr 8, 2025
cfc5871
Change all instances of [CS2103-W13-1][ScoopBook] to ScoopBook
shawnnygoh Apr 8, 2025
5b29c5d
Merge pull request #253 from shawnnygoh/update-user-guide
shawnnygoh Apr 8, 2025
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
33 changes: 21 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2425S2-CS2103T-W13-1/tp/actions)
# ScoopBook
![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/#contributing-to-se-edu) for more info.
# Overview
ScoopBook is a lightweight **desktop application** to manage your contacts. Specialised and catered to journalists seeking a faster and offline solution to efficiently manage their contacts.

## Features
ScoopBook provides journalists with a simple and efficient way to manage their contacts. It allows users to:
* Add and manage contacts
* Tag contacts for better organisation
* Add notes for each contact to keep track of important information
* Import and export contacts for easy transfer

For more information, check out the [ScoopBook Project Website](https://ay2425s2-cs2103t-w13-1.github.io/tp/).

## Authors
Find out more about us on our [About Us](https://ay2425s2-cs2103t-w13-1.github.io/tp/AboutUs.html) page!

## Acknowledgements
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). <br>
We would also like to thank all professors, TAs, coursemates and friends who have helped and supported us throughout the project.

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 = 'ScoopBook.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
53 changes: 25 additions & 28 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,52 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](https://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`
You can reach us at the email `shawn.goh@u.nus.edu`

## Project team

### John Doe
### Shawn Goh

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

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

* Role: Project Advisor
* Role: Deliverables and Deadlines

### Jane Doe
### Freddie Ong

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Testing
* Responsibilities: unconfirmed

### Johnny Doe
### Chua Wen Ting

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Scheduling and tracking: In charge of defining, assigning, and tracking project tasks.

### Jean Doe
### Soh Tze Jen

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading

### James Doe
* Role: Developer, Integration
* Responsibilities: In addition to developing, also in charge of versioning of the code, maintaining the code repository, integrating various parts of the software to create a whole.

### Timothy Tay (tim0tay)

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Code Quality
Loading