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-T12-2] d'Intérieur #67

Open
wants to merge 765 commits into
base: master
Choose a base branch
from

Conversation

takufunkai
Copy link

d'Intérieur helps interior designers manage detail of their clients. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #67 (9acfbb3) into master (4f7660a) will decrease coverage by 5.06%.
The diff coverage is 63.84%.

@@             Coverage Diff              @@
##             master      #67      +/-   ##
============================================
- Coverage     72.15%   67.09%   -5.07%     
- Complexity      399      886     +487     
============================================
  Files            70      139      +69     
  Lines          1232     3066    +1834     
  Branches        125      339     +214     
============================================
+ Hits            889     2057    +1168     
- Misses          311      865     +554     
- Partials         32      144     +112     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 42.85% <0.00%> (-32.15%) ⬇️
.../address/logic/commands/DeleteDeadlineCommand.java 0.00% <0.00%> (ø)
...eedu/address/logic/commands/DeleteNoteCommand.java 0.00% <0.00%> (ø)
...ress/logic/parser/DeleteDeadlineCommandParser.java 0.00% <0.00%> (ø)
.../address/logic/parser/DeleteNoteCommandParser.java 0.00% <0.00%> (ø)
...mage/exceptions/ImageDetailsNotFoundException.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/CommandBox.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/CopyUrlWindow.java 0.00% <0.00%> (ø)
... and 100 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f7660a...9acfbb3. Read the comment docs.

yusufaine added a commit to AY2122S2-CS2103T-T17-2/tp that referenced this pull request Mar 22, 2022
weijuey and others added 28 commits March 31, 2022 20:30
* 'master' of https://github.com/AY2122S2-CS2103T-T12-2/tp:
  Remove debug statements
  Change colour of tags activated
  Ui update
  Ui update and add ActivatedTagList
  Add feature to delete tag and maintained consistency for tips
Fix bugs relating to sort command
* 'master' of https://github.com/AY2122S2-CS2103T-T12-2/tp:
  Made minor fix to grammar
  Change findtag feature in UG
  Fix bugs relating to sort command
  Update index page
  Add attribution for check mark icon from Flaticon
  Add attribution to Flaticon for icons used
  Make minor changes to sample data and add images for clarity
# Conflicts:
#	docs/UserGuide.md
#	src/main/java/seedu/address/logic/commands/NotesCommand.java
Change findtag to work as a filter
Augment commands to work in view mode, and add delete note and delete deadline commands
Add images feature to user guide
tehkokhoe and others added 30 commits April 11, 2022 16:14
Update images history ug and add tutorial
* 'master' of https://github.com/AY2122S2-CS2103T-T12-2/tp: (34 commits)
  Fix PPP links
  Add bug reports and more to intro for Wei Jue and David's PPP
  Add tutorial images
  Remove unused sections and statements
  Update PPP remove linebreak
  Fix minor issues
  Add PRs reviewed and created
  Remove outdated tip
  Add documentation
  Add new features, project management and existing feature enhancements
  Fix build issues
  Add notes feature
  Add missing statement
  Fix minor errors
  Update UI class diagram to match current design
  Update Model class diagram to match current design
  Fix typos
  Fix errors in command summary table
  Add instructions for manual testing of detailed view
  Add note on sequence diagrams
  ...
* 'master' of https://github.com/AY2122S2-CS2103T-T12-2/tp:
  Add acknowledgements
  Fix toc bugs
  Fix use case errors
  Fix error in use cases
  Update user stories and toc
  Fix typo and add use cases
  Rearrange and update table of contents
  Add images dg
Fix bug where adding new images was not reflected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants