Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Changes from team repo #5

Merged
merged 5 commits into from
Sep 30, 2019
Merged

Conversation

shiweing
Copy link
Owner

Refactor package name from 'seedu.address' to 'tagline'
Merge branch 'refactor-package-name'
Update mainClassName in build.gradle
Update About Us

@shiweing shiweing merged commit 7acba76 into shiweing:master Sep 30, 2019
shiweing added a commit that referenced this pull request Oct 3, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Update UG: group command
shiweing pushed a commit that referenced this pull request Oct 17, 2019
* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* UserGuide.adoc: checkstyle changes

* UserGuide.adoc: checkstyle changes, newline added after format

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Fix some typos in user guide and developer guide

* initial note commit

* added TimeCreated and TimeLastUpdated.java

* NoteBuilder.java testutil made

* Date.java i forgot to stage the previous commit

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* added tests, but have issues running TypicalNotes.java

* tests are now working

* fixed some checkstyleMain issues, there are more checkstyleTest issues

* checkstyle complete

* edited the Note.java isSameNote

* NoteBook.java and ReadOnlyNoteBook.java done, need to change noteID

* added noteID attribute to Note.java

* Add parser for create note command

* Merge Notes and Notebook Model (#11) from e0031374/main

* initial note commit

* added TimeCreated and TimeLastUpdated.java

* NoteBuilder.java testutil made

* Date.java i forgot to stage the previous commit

* added tests, but have issues running TypicalNotes.java

* tests are now working

* fixed some checkstyleMain issues, there are more checkstyleTest issues

* checkstyle complete

* edited the Note.java isSameNote

* NoteBook.java and ReadOnlyNoteBook.java done, need to change noteID

* added noteID attribute to Note.java

* Note.java has a NoteID now, Title is now optional, to be removed

* incremental test change NoteIdTest.java now has equalityTest

* changed variable name in NoteIdCounterTest to incrementAndGetValue

* fixed testcase for NoteIdCounterTest.java

* Update Include NoteId (#13) from e0031374/main

* Note.java has a NoteID now, Title is now optional, to be removed

* incremental test change NoteIdTest.java now has equalityTest

* changed variable name in NoteIdCounterTest to incrementAndGetValue

* fixed testcase for NoteIdCounterTest.java

* Add parse logic in CreateNoteParser

* Add CreateNoteCommandTest for constructor & equals method

* NoteModelManager incomplete, test for Equals fails, no userprefs

* Note Storage implemented until Interface: NoteBookStorage and lower dependencies, not tested

* more tests for NoteId.java and NoteIdCounter.java

* JsonAdaptedNoteTest.java, did not test invalid fields for TimeCreated, TimeLastUpdated (regex is hard), Title and Content (empty string is allowed, any string is allowed)

* Add test for CreateNoteParser and NoteCommandParser

* added more Typical Notes for manual addition

* JsonNoteBookStorageTest.java and testing resource data done

* JsonNoteBookStorage.java, JsonSerializableNoteBook.java tested, NoteIdCounter restores

* Fix checkstyle errors

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Add support for TaglineParser to parse to NoteCommandParser for note commands

* Edit create command usage message

* Moved NoteManager into the note folder

* Removed comments in NoteModelManager

* Implement basic note view

* Implement basic note view

* Remove duplicated file

* Update FXML for NoteListCard

* Fix checkstyle issues

* Remove test code in MainWindow

* Fix missing endline

* Remove TempNoteBook2 again

We should really add this to .gitignore
shiweing pushed a commit that referenced this pull request Oct 17, 2019
…-F12-3#83)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* UserGuide.adoc: checkstyle changes

* UserGuide.adoc: checkstyle changes, newline added after format

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Fix some typos in user guide and developer guide

* initial note commit

* added TimeCreated and TimeLastUpdated.java

* NoteBuilder.java testutil made

* Date.java i forgot to stage the previous commit

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* added tests, but have issues running TypicalNotes.java

* tests are now working

* fixed some checkstyleMain issues, there are more checkstyleTest issues

* checkstyle complete

* edited the Note.java isSameNote

* NoteBook.java and ReadOnlyNoteBook.java done, need to change noteID

* added noteID attribute to Note.java

* Add parser for create note command

* Merge Notes and Notebook Model (#11) from e0031374/main

* initial note commit

* added TimeCreated and TimeLastUpdated.java

* NoteBuilder.java testutil made

* Date.java i forgot to stage the previous commit

* added tests, but have issues running TypicalNotes.java

* tests are now working

* fixed some checkstyleMain issues, there are more checkstyleTest issues

* checkstyle complete

* edited the Note.java isSameNote

* NoteBook.java and ReadOnlyNoteBook.java done, need to change noteID

* added noteID attribute to Note.java

* Note.java has a NoteID now, Title is now optional, to be removed

* incremental test change NoteIdTest.java now has equalityTest

* changed variable name in NoteIdCounterTest to incrementAndGetValue

* fixed testcase for NoteIdCounterTest.java

* Update Include NoteId (#13) from e0031374/main

* Note.java has a NoteID now, Title is now optional, to be removed

* incremental test change NoteIdTest.java now has equalityTest

* changed variable name in NoteIdCounterTest to incrementAndGetValue

* fixed testcase for NoteIdCounterTest.java

* Add parse logic in CreateNoteParser

* Add CreateNoteCommandTest for constructor & equals method

* NoteModelManager incomplete, test for Equals fails, no userprefs

* Note Storage implemented until Interface: NoteBookStorage and lower dependencies, not tested

* more tests for NoteId.java and NoteIdCounter.java

* JsonAdaptedNoteTest.java, did not test invalid fields for TimeCreated, TimeLastUpdated (regex is hard), Title and Content (empty string is allowed, any string is allowed)

* Add test for CreateNoteParser and NoteCommandParser

* added more Typical Notes for manual addition

* JsonNoteBookStorageTest.java and testing resource data done

* JsonNoteBookStorage.java, JsonSerializableNoteBook.java tested, NoteIdCounter restores

* Fix checkstyle errors

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Add support for TaglineParser to parse to NoteCommandParser for note commands

* Edit create command usage message

* Moved NoteManager into the note folder

* Removed comments in NoteModelManager

* Implement basic note view

* Implement basic note view

* Remove duplicated file

* Update FXML for NoteListCard

* Fix checkstyle issues

* Remove test code in MainWindow

* Fix missing endline

* Remove TempNoteBook2 again

We should really add this to .gitignore

* Integrate GUI and current infrastructure

Update ModelManager
Update LogicManager
Enable note storage (default location: data/notebook.json)
Change contact result view
Use CommandResult.ViewType in the commands

* Remove DummyResultView

* Update some tests

* Update NoteManager
shiweing added a commit that referenced this pull request Oct 18, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add validation for note content

* Add parsing of content in NoteParserUtil

* Validate for note content in CreateNoteParser

* Update create note parser test to match validation of note content

* Add missing files from merging upstream
shiweing added a commit that referenced this pull request Oct 23, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Add valid note id tests for DeleteNoteCommand

* Implement invalid note id test for DeleteNoteCommand

* Add findNote() in Model

* Implement DeleteNoteCommand execution with model.findNote()

* Fix checkstyle errors

* Fix ModelStub error
shiweing added a commit that referenced this pull request Oct 24, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Update general logic part in DG

* Add NoteLogic in DG

* Update UG for note create command

* Revert UiClassDiagram to correct version in DG

* Fix UG format
shiweing added a commit that referenced this pull request Oct 25, 2019
)

* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Update sequence diagram for filter note implementation

(cherry picked from commit 8a5cdcb)
shiweing added a commit that referenced this pull request Oct 29, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Add DeleteNoteParserTest

* Add parse delete test for NoteCommandParserTest

* Add NoteParserUtilTEst for parsing note id

* Fix checkstyle

* Fix checkstyle
shiweing added a commit that referenced this pull request Oct 29, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Change EditNoteCommand to use Model#findNote()

* Implement successful execution test for edit note command

* Add edit command test for partial edit

* Add negative test for no input to edit note command

* Add invalid note id test for edit note

* Add test fro EditNoteCommand#equals()

* Fix checkstyle

* Add EditNoteParserTest

* Fix checkstyle

* Fix checkstyle

* Fix merge error
shiweing added a commit that referenced this pull request Oct 31, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add ClearNoteCommand

* Add authorship
shiweing added a commit that referenced this pull request Nov 4, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Implement validation for multiple usage of prefix, change note to require either title or content

* Change Note to be invalid only when both Title and Content empty

* Fix checkstyle

* Add length validation for Title

* Implement Title validation in note commands
@shiweing shiweing mentioned this pull request Nov 5, 2019
shiweing added a commit that referenced this pull request Nov 5, 2019
…-3#223)

* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add ability to create notes with tags

* Add tag to note tests

* Add testing for tags in CreateNoteParserTest

* Fix test errors

* Fix checkstyle

* Fix checkstyle
shiweing added a commit that referenced this pull request Nov 7, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Update sample data

(cherry picked from commit 990fa83d2b72578a4e4a34a52bbeb45a5d6320f3)
shiweing added a commit that referenced this pull request Nov 7, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add detailed example for note create, delete, edit in UG

* Add detail example for note list, clear in UG

* Set image width to 600

* Add images for UG

* Fix some bugs in UG

* Add comment on deleted note id
shiweing added a commit that referenced this pull request Nov 9, 2019
…S1-CS2103T-F12-3#234)

* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add detailed example for note create, delete, edit in UG

* Add detail example for note list, clear in UG

* Set image width to 600

* Add images for UG

* Fix some bugs in UG

* Add comment on deleted note id

* Update note filter in DG

* Show all notes after deleting

* Fix test error

* Fix test error

* Fix checkstyle
shiweing added a commit that referenced this pull request Nov 10, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add detailed example for note create, delete, edit in UG

* Add detail example for note list, clear in UG

* Set image width to 600

* Add images for UG

* Fix some bugs in UG

* Add comment on deleted note id

* Update note filter in DG

* Show all notes after deleting

* Fix test error

* Fix test error

* Fix checkstyle

* Add PPP
shiweing added a commit that referenced this pull request Nov 11, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add detailed example for note create, delete, edit in UG

* Add detail example for note list, clear in UG

* Set image width to 600

* Add images for UG

* Fix some bugs in UG

* Add comment on deleted note id

* Update note filter in DG

* Show all notes after deleting

* Fix test error

* Fix test error

* Fix checkstyle

* Add PPP

* Fix PPP

* Udate PPP

* Fix link in PPP
shiweing added a commit that referenced this pull request Nov 11, 2019
* Add changes from team repo (#5)

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Merge pull request #6 from from AY1920S1-CS2103T-F12-3/master

* Refactor package name from 'seedu.address' to 'tagline'

* Update mainClassName in build.gradle

* Added Contact Command + Basic Commands to UserGuide.adoc

* Update mentions of AddressBook to TagLine

* Update AboutUs.adoc

* Add more use cases to Developer Guide

* Update team name

* Add newline after EOF for README and AboutUs

* Fix Yehez image name

* Merge PR #10 from AY1920S1-CS2103T-F12-3/main

* Update Prof name in AboutUs (#35)

#21

* Rename Yehezkiel image (#36)

* Fix typos in Developer Guide and User Guide (#37)

* Updates from upstream (#14)

* Add chat pane to GUI (#9)

* Refactor result pane view (AY1920S1-CS2103T-F12-3#42)

* Implement view switching in GUI (AY1920S1-CS2103T-F12-3#46)

* Refactor Contact Command Parsers (AY1920S1-CS2103T-F12-3#43)

* Update contact parser (AY1920S1-CS2103T-F12-3#62)

* Rename person to contact (AY1920S1-CS2103T-F12-3#65)

* Fix merge conflicts from upstream

* Fix merge conflicts

* Add missing files to master from upstream

* Remove dummy view

* Merge updates from  AY1920S1-CS2103T-F12-3/main (#18)

Add DeleteNoteCommandTest

* Updates from upstream (#19)

* Refactor TagList to UniqueTagList and TagBook to follow structure

Full changelist:
- Refactor TagList to UniqueTagList
- Add TagBook to implement ReadOnlyTagBook
- Change storage to use ReadOnlyTagBook instead of TagList
- Include new definition of equality for Tags (all fields equal except ID)
- Standardize UniqueXXXXList method naming convention

* Update architecture diagrams, UI structure, user stories, use cases and NFRs (AY1920S1-CS2103T-F12-3#108)

* Fix NoteBook.java for duplicate findNote()

* Updates from upstream (#21)

* Update Dev Guide Proposed Component (AY1920S1-CS2103T-F12-3#123)

* DG changes in diagram to update future proposed implementation

* clearer docs

* added linebreaks

* line breaks

* linebreak

* formatting

* Refactor ResultPane into a separate class (AY1920S1-CS2103T-F12-3#103)

* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Add some tests and remove ContactCard index

* Add new test to NoteListCardTest

* Remove magic literal in NoteListCard

* Fix variable declaration order

* Refactor ResultPane into a separate class

* Add missing Javadoc

* Add note filtering implementation to DG (AY1920S1-CS2103T-F12-3#124)

* Merge updates from AY1920S1-CS2103T-F12-3/main

Tests for delete note
Tests for edit note
XML for DG
Group feature

* Add detailed example for note create, delete, edit in UG

* Add detail example for note list, clear in UG

* Set image width to 600

* Add images for UG

* Fix some bugs in UG

* Add comment on deleted note id

* Update note filter in DG

* Show all notes after deleting

* Fix test error

* Fix test error

* Fix checkstyle

* Add PPP

* Fix PPP

* Udate PPP

* Fix link in PPP

* Add legend to PPP

* Add manual tests for notes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants