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

[CS2103T-F11-3] SecureIT #62

Open
wants to merge 491 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
491 commits
Select commit Hold shift + click to select a range
6e16708
Update file section of the user guide
niqiukun Oct 31, 2019
ccb9718
Fix multiple fields and limit to tag
hooncp Oct 31, 2019
a8a646b
Merge pull request #93 from AY1920S1-CS2103T-F11-3/fix-password-branch
hooncp Oct 31, 2019
0e1db92
Fix file duplication when file is being opened in Windows before encr…
niqiukun Oct 31, 2019
2bf8cdf
Update command format tool tip
hooncp Oct 31, 2019
afd8a2a
Merge pull request #95 from AY1920S1-CS2103T-F11-3/fix-windows-file
niqiukun Oct 31, 2019
6eeae53
added font
eejian97 Oct 31, 2019
6f6941e
minor fix
eejian97 Oct 31, 2019
bc58fde
remove unneeded import
eejian97 Oct 31, 2019
d521ee1
Merge pull request #96 from AY1920S1-CS2103T-F11-3/fix-analyse-passwo…
eejian97 Oct 31, 2019
a2b56ff
fixed bugs on sort and edit issue
jityong Oct 31, 2019
880be06
updated some notes commands
jityong Oct 31, 2019
5822342
printf("%p", &iArray[0]);
jityong Oct 31, 2019
7079342
Change the rename command to retain file extension
niqiukun Oct 31, 2019
05b487e
added tip and warning logo to notes section of ug
jityong Oct 31, 2019
40073c1
Merge pull request #97 from AY1920S1-CS2103T-F11-3/fix-notes-bugs
jityong Oct 31, 2019
3b40e86
Change the user guide of rename file command
niqiukun Oct 31, 2019
9fb1501
Merge pull request #98 from AY1920S1-CS2103T-F11-3/rename-without-ext…
niqiukun Oct 31, 2019
85a6e7d
Merge pull request #66 from AY1920S1-CS2103T-F11-3/explain-encryption…
niqiukun Oct 31, 2019
e844210
Change default view to password
yhtingg Oct 31, 2019
b4aee7f
Update Ui.png
yhtingg Oct 31, 2019
03b5883
Update version number for prepare for release of v1.3
niqiukun Oct 31, 2019
875cac6
Temporary comment out LogicManagerTest to pass build
yhtingg Oct 31, 2019
7e01c08
Merge pull request #100 from AY1920S1-CS2103T-F11-3/modify-default-view
yhtingg Oct 31, 2019
e6e97e6
Merge pull request #106 from AY1920S1-CS2103T-F11-3/update-release-1.3
niqiukun Oct 31, 2019
32381dc
Merge pull request #60 from AY1920S1-CS2103T-F11-3/update-ug
niqiukun Oct 31, 2019
73f9069
updated notes ug
jityong Nov 1, 2019
cf07120
Merge pull request #109 from AY1920S1-CS2103T-F11-3/update-notes-ug
jityong Nov 1, 2019
9168420
Change card command formatting
yhtingg Nov 1, 2019
a46fd79
Merge pull request #115 from AY1920S1-CS2103T-F11-3/update-ug-card-co…
yhtingg Nov 1, 2019
298c616
Disallow adding of expired cards
yhtingg Nov 1, 2019
b6853ff
Fix duplicate prefix field bug for card
yhtingg Nov 1, 2019
4d10be4
Suppress unchecked warnings for fillReadParts
yhtingg Nov 1, 2019
65d8a8e
Merge pull request #118 from AY1920S1-CS2103T-F11-3/fix-card-model-bugs
yhtingg Nov 1, 2019
bbfd638
Add security feature to clear clipboard only when app is closed throu…
hooncp Nov 2, 2019
4e081a2
added better exception handling for password generate
eejian97 Nov 2, 2019
aef35ac
fixed font error
eejian97 Nov 2, 2019
e8dc7d5
Change the command result message to new file after renaming
niqiukun Nov 2, 2019
74b1b90
Correct the usage message of move file command
niqiukun Nov 2, 2019
f366a03
Change the sample file paths in file commands to be clearer
niqiukun Nov 2, 2019
fbd056e
Change the sample file paths in the user guide
niqiukun Nov 2, 2019
4ce99ab
Fix parsing of move and rename commands
niqiukun Nov 2, 2019
e1d42d2
Refactor Description into PasswordDescription. Change equality from s…
hooncp Nov 2, 2019
1d0d7ea
Fix documentation and make application error message more user friendly
hooncp Nov 2, 2019
df39f89
Refactor code in MainApp and add masking of master password
niqiukun Nov 2, 2019
9640987
Remove clipboard from exit command because of test failure
hooncp Nov 2, 2019
db2bb38
Change documentation in application to make it more explicit
hooncp Nov 2, 2019
2db71f0
added UI for analyse password
eejian97 Nov 2, 2019
a0cc6b0
Add UI to enhance feature
hooncp Nov 2, 2019
83441b0
Minor fix to phrasing
hooncp Nov 3, 2019
3c704c3
Merge pull request #170 from AY1920S1-CS2103T-F11-3/fix-password-branch2
hooncp Nov 3, 2019
c05edca
Refine find password error throwing, with description parameters.
hooncp Nov 3, 2019
1925f5a
added in keyboard analyser class
eejian97 Nov 3, 2019
4a070a1
Fix goto command bug after find command
hooncp Nov 3, 2019
b3e1520
Change password value to be consistent with generate and analyse.
hooncp Nov 3, 2019
c8705db
Add coverall to repo
hooncp Nov 3, 2019
d9379dd
Merge pull request #173 from AY1920S1-CS2103T-F11-3/add-coverall-branch
hooncp Nov 3, 2019
8e91594
Fix formatting of coverall badge
hooncp Nov 3, 2019
b378c25
Merge pull request #174 from AY1920S1-CS2103T-F11-3/add-coverall-branch
hooncp Nov 3, 2019
d6e27d9
Fix duplicate fields in edit command and tag limit
hooncp Nov 3, 2019
92634c0
Merge pull request #169 from AY1920S1-CS2103T-F11-3/fix-file-commands
niqiukun Nov 4, 2019
bc77006
Merge pull request #171 from AY1920S1-CS2103T-F11-3/add-masterpwd-mas…
niqiukun Nov 4, 2019
442fcaf
Improve phrasing and format.
hooncp Nov 5, 2019
f660545
improved implementation of undo-redo command and also informs the use…
jityong Nov 6, 2019
c75c679
Fix file find bug in goto command
hooncp Nov 6, 2019
43ad2c1
Add tests for StringUtil and DateUtil
hooncp Nov 6, 2019
fe30c03
Merge pull request #176 from AY1920S1-CS2103T-F11-3/refine-password-b…
hooncp Nov 6, 2019
8fb2f3d
Add new tests
hooncp Nov 3, 2019
866f0c8
Add test and support for passwordBookParser
hooncp Nov 6, 2019
9c47ec9
Change tag example for AddCardCommand
yhtingg Nov 6, 2019
8618c76
Merge pull request #177 from AY1920S1-CS2103T-F11-3/modify-add-card-m…
yhtingg Nov 6, 2019
9703f2b
Add support to delete cards by index
yhtingg Nov 6, 2019
cab7bba
Modify DeleteCardCommand message
yhtingg Nov 6, 2019
2b9de3c
Modify Card Description regex and message
yhtingg Nov 6, 2019
803182b
Add support for ReadCardCommand to read by index
yhtingg Nov 6, 2019
9b8d67d
Fix lint errors
yhtingg Nov 6, 2019
9efe911
Modify card description error message
yhtingg Nov 6, 2019
c2a0856
Update ReadCardCommand equals method
yhtingg Nov 6, 2019
7398a70
minor refactoring, moved dictionary test to new module
eejian97 Nov 6, 2019
2c9b377
Add preview command to file manager
niqiukun Nov 5, 2019
bf6d7bc
Add some tests for model
niqiukun Nov 5, 2019
47a7e48
Refactor code in accordance with SLAP principle
niqiukun Nov 6, 2019
c719295
Fix formatting in build.gradle
niqiukun Nov 6, 2019
49c0436
fixed StrengthAnalyser bug, minor refactoring
eejian97 Nov 7, 2019
e655a20
wip: updated dg for notes
jityong Nov 7, 2019
27cb4be
wip: updated dg for notes
jityong Nov 7, 2019
38cedcd
Merge pull request #178 from AY1920S1-CS2103T-F11-3/include-card-read…
yhtingg Nov 7, 2019
7bf5cd4
Add test for encrypt file command
niqiukun Nov 7, 2019
d11af4f
Merge pull request #180 from AY1920S1-CS2103T-F11-3/add-preview-command
niqiukun Nov 7, 2019
f1419e2
fixed bug for strength analyser, fixed bug for generateutil, added in…
eejian97 Nov 7, 2019
654231e
Merge branch 'master' into fix-analyse-password-3
eejian97 Nov 7, 2019
b3b4136
resolved conflict
eejian97 Nov 7, 2019
07cc9e7
added EoF for darktheme.css
eejian97 Nov 7, 2019
87d9034
Merge pull request #181 from AY1920S1-CS2103T-F11-3/fix-analyse-passw…
eejian97 Nov 7, 2019
363d23d
Add static class labels to sequence diagrams
niqiukun Oct 28, 2019
2a1abda
handle duplicated prefixes in the commands
jityong Nov 7, 2019
69effa6
commented out some testcases for parsing temp
jityong Nov 7, 2019
9e21197
fixed test cases for handling duplicate prefixes in a command
jityong Nov 7, 2019
98fa365
minor refactoring, better exception handling
eejian97 Nov 7, 2019
eae3b5b
updated notes sorting to allow multiple sorting fields
jityong Nov 8, 2019
7ca91de
wip : dg for analyse and generate
eejian97 Nov 8, 2019
a37b39c
updated notes ug on adding and sorting commands
jityong Nov 8, 2019
6e20af5
changed error thrown by duplicated prefixes and updated it test cases
jityong Nov 8, 2019
ed2709c
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 8, 2019
75f4180
fixed travis test cases
jityong Nov 8, 2019
4e14f00
added PPP
eejian97 Nov 8, 2019
901d037
Merge branch 'update-note-undo-redo' of https://github.com/AY1920S1-C…
jityong Nov 8, 2019
5eda981
merged with update-note-undo-redo branch
jityong Nov 8, 2019
5f9663e
Change card sample data to temporarily fix bug
yhtingg Nov 8, 2019
d38d6b6
Merge pull request #185 from AY1920S1-CS2103T-F11-3/fix-card-sample-data
yhtingg Nov 8, 2019
14dac59
fixed output from sort command
jityong Nov 8, 2019
cfdc9f2
fixed minor bug
eejian97 Nov 8, 2019
d42e296
Merge pull request #188 from AY1920S1-CS2103T-F11-3/fix-main-window
eejian97 Nov 8, 2019
9c5d807
handled duplicate conditions in sort
jityong Nov 8, 2019
554e193
updated travis fix
jityong Nov 8, 2019
0b446c0
made open note a undoable command as it changes an attribute of the note
jityong Nov 8, 2019
78d2f77
added EoF
eejian97 Nov 8, 2019
8876be0
Merge pull request #191 from AY1920S1-CS2103T-F11-3/add-eejian-ppp
eejian97 Nov 8, 2019
d78f4ff
added better exception handling for generate
eejian97 Nov 8, 2019
972df54
made parseBool case insensitive
eejian97 Nov 8, 2019
1d1df89
added in detailed explanation for analysis
eejian97 Nov 9, 2019
510b2a2
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 9, 2019
456da36
Merge pull request #192 from AY1920S1-CS2103T-F11-3/update-notes-sort
jityong Nov 9, 2019
d1941e9
fixed duplicate title name for notes. does not allow same titles for …
jityong Nov 9, 2019
101ec4e
added ResultOutcome class
eejian97 Nov 9, 2019
bdfebf8
integrated result outcome, added better SLAP for code
eejian97 Nov 9, 2019
a295a43
Fix bug to allow expired cards to reside in CardBook
yhtingg Nov 9, 2019
b09125f
Improve exception catching for ReadCardCommand
yhtingg Nov 9, 2019
364d60a
Improve formatting of ReadCardCommand message usage
yhtingg Nov 9, 2019
62d8ba1
Edit Tag message constraints
yhtingg Nov 9, 2019
aec993d
refactored code for more SLAP
eejian97 Nov 9, 2019
9284521
finished JavaDoc
eejian97 Nov 9, 2019
9fe94b3
Add support for copying card numbers to clipboard
yhtingg Nov 9, 2019
7a3b4c1
updated notes DG with undo/redo (wip)
jityong Nov 9, 2019
451fe3f
refactored undo/redo code in notes
jityong Nov 9, 2019
39350c9
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 9, 2019
ca6d4d7
Merge branch 'master' into update-notes-sort
jityong Nov 9, 2019
ca38b19
Merge pull request #193 from AY1920S1-CS2103T-F11-3/update-notes-sort
jityong Nov 9, 2019
26b1ecd
updated notes undo/redo feature for DG
jityong Nov 9, 2019
7a6fd9a
Add UI warnings for expiring and expired cards
yhtingg Nov 9, 2019
07f5bf1
Fix lint errors and add respective Javadocs
yhtingg Nov 9, 2019
700d9b5
Limit number of tags to 5 for Cards
yhtingg Nov 9, 2019
0a004a1
Remove redundant import
yhtingg Nov 9, 2019
a65c830
Merge pull request #194 from AY1920S1-CS2103T-F11-3/enhance-card-feat…
yhtingg Nov 9, 2019
33a0e61
Update card commands in UG
yhtingg Nov 9, 2019
cc97ea8
wip: adding sort notes DG
jityong Nov 9, 2019
be14eca
merged with master
jityong Nov 9, 2019
5adf203
added in test for basematch
eejian97 Nov 9, 2019
c384699
updated sort notes DG wip
jityong Nov 9, 2019
60d082b
added in test cases
eejian97 Nov 9, 2019
7a3f7d3
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 9, 2019
54036c9
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 10, 2019
efefeb0
updated picture on aboutus
jityong Nov 10, 2019
cf931a5
Merge pull request #195 from AY1920S1-CS2103T-F11-3/update-notes-sort
jityong Nov 10, 2019
5bcd2b4
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 10, 2019
1ea3e29
refactored note model to remove sortByCond class
jityong Nov 10, 2019
36b07bc
Change name to match requirements and minor rephrasing
hooncp Nov 10, 2019
9829cc6
Refine passwordbook for demo
hooncp Nov 10, 2019
619f573
Fix bug where NIL is copied in copy website command
hooncp Nov 10, 2019
06ca077
Merge pull request #196 from AY1920S1-CS2103T-F11-3/refine-for-demo
hooncp Nov 10, 2019
932a205
Add pictures to UG of password
hooncp Nov 10, 2019
9812605
Add clearer instructions to UG
hooncp Nov 10, 2019
a26e4cf
added test cases for notes commands and model
jityong Nov 10, 2019
5586596
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 10, 2019
b96fd96
wip : eejian-UGDG,
eejian97 Nov 10, 2019
3ee5e45
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
jityong Nov 11, 2019
2a29db7
update notes DG
jityong Nov 11, 2019
6cd3523
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 11, 2019
4c93b89
fixed copypasswordcommandsequencediagram
eejian97 Nov 11, 2019
c52d3f0
updated changes and images to notes ug
jityong Nov 11, 2019
340481f
updated PPP
eejian97 Nov 11, 2019
105fb99
Add password feature to UG/DG
hooncp Nov 11, 2019
8c6cad1
Upload project portfolio page
niqiukun Nov 10, 2019
04a2562
Make preview text area extendable
niqiukun Nov 10, 2019
9e3232b
Add reference links to the user guide
niqiukun Nov 11, 2019
4e6f91a
Do minor adjustments
niqiukun Nov 11, 2019
9c7a7a0
Merge branch 'update-UGDG-niqiukun' into update-UG-DG
niqiukun Nov 11, 2019
316fc14
Add use of "we" in developer guide
niqiukun Nov 11, 2019
5fbd085
Merge branch 'PPP-CP' into update-UG-DG
hooncp Nov 11, 2019
b962776
added ppp
eejian97 Nov 11, 2019
7f037fa
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 11, 2019
57900bc
added copypasswordsequence diagram
eejian97 Nov 11, 2019
9ef889c
updated notes UG and DG and created PPP pdf
jityong Nov 11, 2019
59e30d5
updated notes UG and DG and created PPP pdf
jityong Nov 11, 2019
bc0f4ca
added tests
eejian97 Nov 11, 2019
9c06251
Merge pull request #198 from AY1920S1-CS2103T-F11-3/fix-analyse-passw…
eejian97 Nov 11, 2019
6e20da4
Edit UG and partial DG for PPP
yhtingg Nov 11, 2019
7bfe0c7
updated notes UG and DG and changed commitNote() to commitNoteBook()
jityong Nov 11, 2019
e115419
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
jityong Nov 11, 2019
97035e0
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 11, 2019
d869baf
Final changes to PPP
hooncp Nov 11, 2019
caed131
Minor update
hooncp Nov 11, 2019
91f0627
Last minor update
hooncp Nov 11, 2019
f1e22dc
Add UML diagram and Design Considerations for cards
yhtingg Nov 11, 2019
d532f78
pulled from update-ug-dg branch
jityong Nov 11, 2019
740a8f1
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
jityong Nov 11, 2019
ce821f5
Minor changes to code link
hooncp Nov 11, 2019
22fad65
added ppp
eejian97 Nov 11, 2019
ea13f46
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 11, 2019
cfbbabe
Merge branch 'master' into improve-test-coverage-password-branch
hooncp Nov 11, 2019
94915b5
Add test for parserUtil
hooncp Nov 11, 2019
0ac42f8
accounted for no passwords to analyse
eejian97 Nov 11, 2019
8e0572d
Merge pull request #199 from AY1920S1-CS2103T-F11-3/fix-analyse-passw…
eejian97 Nov 11, 2019
60b4fdd
updated notes test
jityong Nov 11, 2019
8ef5fdc
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 11, 2019
8c6054a
edited PPP intro
eejian97 Nov 11, 2019
e744702
Merge branch 'master' into update-UG-DG
eejian97 Nov 11, 2019
d1518cd
Add in app screenshots and modify class diagram
yhtingg Nov 11, 2019
ba1462a
resolve travis build problem
eejian97 Nov 11, 2019
9e8fd4e
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 11, 2019
b38a2e9
Merge pull request #201 from AY1920S1-CS2103T-F11-3/update-UG-DG
eejian97 Nov 11, 2019
9ff1262
Add more integration test for AddPasswordCommand
hooncp Nov 11, 2019
767efeb
Merge pull request #175 from AY1920S1-CS2103T-F11-3/improve-test-cove…
hooncp Nov 11, 2019
435a84c
Add new line to one command
hooncp Nov 11, 2019
f6c274d
final changes to PPP
jityong Nov 11, 2019
358c5a9
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
jityong Nov 11, 2019
a715487
final changes to UG notes
jityong Nov 11, 2019
b98ea8e
Minor fix to PPP
hooncp Nov 11, 2019
b458dc1
Remove coverall
hooncp Nov 11, 2019
6f06648
final changes to UG
jityong Nov 11, 2019
6c717cf
rename PPP
eejian97 Nov 11, 2019
06e7c84
renamed PPP
eejian97 Nov 11, 2019
688db80
Merge pull request #202 from AY1920S1-CS2103T-F11-3/minor-fix
hooncp Nov 11, 2019
7aaab27
resolve conflict
jityong Nov 11, 2019
cc556dd
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-F11-3/ma…
jityong Nov 11, 2019
625a937
resolved conflicts
jityong Nov 11, 2019
b96f1ee
Complete DG for cards
yhtingg Nov 11, 2019
10b1aaa
Complete PPP
yhtingg Nov 11, 2019
f45475c
fixed travis issue
eejian97 Nov 11, 2019
ed66aa7
fix travis
jityong Nov 11, 2019
373d7a3
Merge branch 'update-UG-DG' of https://github.com/AY1920S1-CS2103T-F1…
eejian97 Nov 11, 2019
f1e7d2a
solve travis build
eejian97 Nov 11, 2019
03475cd
Merge pull request #203 from AY1920S1-CS2103T-F11-3/update-UG-DG
eejian97 Nov 11, 2019
2509458
manually undo some conflicts
jityong Nov 11, 2019
79dfaa1
Final tweaks to PPP
yhtingg Nov 11, 2019
aeaa69d
Merge branch 'master' into add-notes-test
jityong Nov 11, 2019
23b79b1
Merge pull request #200 from AY1920S1-CS2103T-F11-3/add-notes-test
jityong Nov 11, 2019
811ecaf
Add tests for cards
yhtingg Nov 11, 2019
cccd974
Fix DG minor
hooncp Nov 11, 2019
3766d2f
Do final edit on UG
niqiukun Nov 11, 2019
b05e48d
Add tests for cards
yhtingg Nov 11, 2019
683cad0
Merge pull request #205 from AY1920S1-CS2103T-F11-3/hothothot-fix
hooncp Nov 11, 2019
62fc5bb
Merge pull request #206 from AY1920S1-CS2103T-F11-3/final-edit-on-ug
niqiukun Nov 11, 2019
ad423b1
Merge pull request #207 from AY1920S1-CS2103T-F11-3/card-tests
yhtingg Nov 11, 2019
c651e54
Merge pull request #204 from AY1920S1-CS2103T-F11-3/update-UG-DG
yhtingg Nov 11, 2019
447bec5
Change version number to v1.4
niqiukun Nov 11, 2019
9201f9f
Merge pull request #208 from AY1920S1-CS2103T-F11-3/change-version-1.4
niqiukun Nov 11, 2019
e90066a
Rename leowjityong.adoc to jityong.adoc
jityong Nov 12, 2019
83b0c14
Rename img file
hooncp Nov 12, 2019
b77c6d7
Merge pull request #209 from AY1920S1-CS2103T-F11-3/rename-img-file
hooncp Nov 12, 2019
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
17 changes: 6 additions & 11 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
= Address Book (Level 3)
= SecureIT
ifdef::env-github,env-browser[:relfileprefix: docs/]

https://travis-ci.org/se-edu/addressbook-level3[image:https://travis-ci.org/se-edu/addressbook-level3.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/damithc/addressbook-level3[image:https://ci.appveyor.com/api/projects/status/3boko2x2vr5cc3w2?svg=true[Build status]]
https://coveralls.io/github/se-edu/addressbook-level3?branch=master[image:https://coveralls.io/repos/github/se-edu/addressbook-level3/badge.svg?branch=master[Coverage Status]]
https://www.codacy.com/app/damith/addressbook-level3?utm_source=github.com&utm_medium=referral&utm_content=se-edu/addressbook-level3&utm_campaign=Badge_Grade[image:https://api.codacy.com/project/badge/Grade/fc0b7775cf7f4fdeaf08776f3d8e364a[Codacy Badge]]
https://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]]
https://travis-ci.org/se-edu/addressbook-level3[image:https://travis-ci.org/AY1920S1-CS2103T-F11-3/main.svg?branch=master[Build Status]]

ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
Expand All @@ -15,9 +11,9 @@ ifndef::env-github[]
image::images/Ui.png[width="600"]
endif::[]

* This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
* It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
* It is *written in OOP fashion*. It provides a *reasonably well-written* code example that is *significantly bigger* (around 6 KLoC)than what students usually write in beginner-level SE modules.
* SecureIT is a desktop application to manage information securely. It offers features including managing passwords, secret notes, credit cards and encrypted files. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
* SecureIT caters to the need of small start-ups with both monetary and infrastructural constraints. With the application, the start-ups can manage their corporate credentials at one place with minimum effort. Moreover, the employees can also use the application to manage their work credentials and personal information.
* SecureIT stores all data locally and securely with one master password.

== Site Map

Expand All @@ -29,8 +25,7 @@ endif::[]

== Acknowledgements

* Some parts of this sample application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by
_Marco Jakob_.
* The original source of the code is the https://github.com/se-edu/addressbook-level3[AddressBook-Level3] project created by SE-EDU initiative at https://se-education.org
* Libraries used: https://openjfx.io/[JavaFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/junit-team/junit5[JUnit5]

== Licence : link:LICENSE[MIT]
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level3',
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
'site-name': 'SecureIT',
'site-githuburl': 'https://github.com/AY1920S1-CS2103T-F11-3/main',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

Expand Down
53 changes: 26 additions & 27 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,52 @@
:imagesDir: images
:stylesDir: stylesheets

AddressBook - Level 3 was developed by the https://se-edu.github.io/docs/Team.html[se-edu] team. +
_{The dummy content given below serves as a placeholder to be used by future forks of the project.}_ +
{empty} +
SecureIT was developed by the https://github.com/orgs/AY1920S1-CS2103T-F11-3/teams[F11-3] team. +
We are a team based in the http://www.comp.nus.edu.sg[School of Computing, National University of Singapore].

== Project Team

=== John Doe
image::damithc.jpg[width="150", align="left"]
{empty}[http://www.comp.nus.edu.sg/~damithch[homepage]] [https://github.com/damithc[github]] [<<johndoe#, portfolio>>]
=== Ni Tian Zhen
image::niqiukun.png[width="150", align="left"]
{empty}[http://github.com/niqiukun[github]]

Role: Project Advisor
Role: Developer / Code Quality +
Responsibilities: File encryption

'''

=== John Roe
image::lejolly.jpg[width="150", align="left"]
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>]
=== Hoon Chee Ping
image::hooncp.png[width="150", align="left"]
{empty}[http://github.com/hooncp[github]]

Role: Team Lead +
Responsibilities: UI
Role: Developer / Testing +
Responsibilities: Password encryption

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Lee Ee Jian
image::eejian97.png[width="150", align="left"]
{empty}[http://github.com/eejian97[github]]

Role: Developer +
Responsibilities: Data
Role: Developer / UI +
Responsibilities: Password generation and Analysis

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Yang Hui Ting
image::yhtingg.png[width="150", align="left"]
{empty}[http://github.com/yhtingg[github]]

Role: Developer +
Responsibilities: Dev Ops + Threading
Role: Developer / Analysis +
Responsibilities: Credit card details encryption

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Leow Jit Yong
image::jityong.png[width="150", align="left"]
{empty}[http://github.com/jityong[github]]

Role: Developer +
Responsibilities: UI
Role: Developer / Design +
Responsibilities: Notes encryption

'''
4 changes: 2 additions & 2 deletions docs/ContactUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:site-section: ContactUs
:stylesDir: stylesheets

* *Bug reports, Suggestions* : Post in our https://github.com/se-edu/addressbook-level3/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Bug reports, Suggestions* : Post in our https://github.com/AY1920S1-CS2103T-F11-3/main/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Contributing* : We welcome pull requests. Follow the process described https://github.com/oss-generic/process[here]
* *Email us* : You can also reach us at `damith [at] comp.nus.edu.sg`
* *Email us* : You can also reach us at `teammoonlight97@gmail.com`
Loading