-
Notifications
You must be signed in to change notification settings - Fork 519
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
DO NOT MERGE #252
Closed
Murugan-Maniish
wants to merge
220
commits into
nus-cs2103-AY2324S2:master
from
Murugan-Maniish:branch-LookUp
Closed
DO NOT MERGE #252
Murugan-Maniish
wants to merge
220
commits into
nus-cs2103-AY2324S2:master
from
Murugan-Maniish:branch-LookUp
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let's migrate the docs site from Jekyll to MarkBind. Primary author: @tlylt in se-edu/addressbook-level3/pull/156 Further tweaks: @damithc in se-edu/addressbook-level3/pull/206
…-CS2103T-F12-2/tp * 'switch-docs-to-markbind' of https://github.com/AY2324S2-CS2103T-F12-2/tp: Reduce font size for printing Add a Home button in the top NavBar Bump MarkBind version Migrate docs to MarkBind
Remark attribute classes: adds remark to a Person object
Remark classes: adds remark to Person objects
This reverts commit 9c07543.
Files created incorrectly are deleted
…ate_project_website Update project website
Edit Developer Guide
…ecases Add use cases for adding and listing articles
articles
Add whitespace behind comma
Rename set command to Filter to be more intuitive.
…ilterArticlesByTag Filter articles by tag
Note that this changes the stored format in the JSON files. Dates originally stored as `yyyy-mm-ddTHH:mm:ss` now store as `dd-mm-yyyy HH:mm`
* master: Modify outlets to allow multiple entries Rectify incorrect documentation Bug fix json not reading outlet correctly Implement basic Outlet class Minor bug fix for incorrect article tag prefix Rectify references to Tag in Author and Source parser methods Fix minor bugs in ModelManager.java Fix checkstyle violation Fix missing trailing whitespace Add trailing whitespace Display articles and persons panes side-by-side Refactor Authors, Sources and Tags classes Implement sort article command Add support for parsing sort article command Fix minor comment bug in NameTest.java Fix bugs related to Comment / String Implement testcases for Sort Persons Command Implement the Sort Command for People # Conflicts: # src/main/java/seedu/address/logic/parser/ArticleBookParser.java # src/main/java/seedu/address/model/Model.java # src/main/java/seedu/address/model/ModelManager.java # src/main/java/seedu/address/model/article/Article.java # src/main/java/seedu/address/model/person/UniquePersonList.java
* master: (31 commits) Change boolean variable name Replace prefix tag with article tag prefix Delete unnecessary files Remove import statement Add defensive code Remove redundant import Add filter by tag feature for articles Add new predicate Minor fix to the developer guide Minor fix to the developer guide Edit Developer Guide Rectify diagram labels Update DG with porposed template command Fix no newline character bug at EOF of puml files Add feature description to Developer guide Fix file path Add newline at EOF Update DG Update storage class diagram Fix check style error ... # Conflicts: # src/main/java/seedu/address/model/Model.java # src/main/java/seedu/address/model/ModelManager.java
Refactor article Title as a class
…orPublicationDate Refactor article PublicationDate as a class
Edited css for readability
* master: Edited css for readability Minor bug fix for Filter command throwing errors incorrectly Bug fix for incorrect parsing of date without time Rectified minor javadoc error Refactor Article Date as Class Refactor article Title as Class # Conflicts: # src/main/java/seedu/address/model/article/Article.java
kaiyi27
pushed a commit
to kaiyi27/tp
that referenced
this pull request
Apr 15, 2024
Update MSS formatting in DG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.