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-2] WedLog #47

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

Conversation

keaganpzh
Copy link

@keaganpzh keaganpzh commented Sep 18, 2023

WedLog is a desktop application created for partners getting married that helps them manage the guests and vendors involved in the wedding. Amateur wedding planners struggle with tracking multiple streams of person-based information – RSVP status, dietary requirements, and more. This app will consolidate all the information into 1 platform for streamlined planning. Users can easily view, categorise and edit information about the people involved in their wedding (e.g. vendors, guests).

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (db3a5c3) 90.30% compared to head (a1a6831) 90.85%.

Files Patch % Lines
...edlog/address/model/tag/GuestDietaryPredicate.java 57.14% 0 Missing and 3 partials ⚠️
...in/java/wedlog/address/model/tag/TagPredicate.java 57.14% 0 Missing and 3 partials ⚠️
...log/address/logic/commands/GuestDeleteCommand.java 50.00% 0 Missing and 2 partials ⚠️
...edlog/address/logic/commands/GuestEditCommand.java 66.66% 0 Missing and 2 partials ⚠️
...og/address/logic/commands/VendorDeleteCommand.java 50.00% 0 Missing and 2 partials ⚠️
src/main/java/wedlog/address/MainApp.java 0.00% 1 Missing ⚠️
...log/address/logic/commands/GuestFilterCommand.java 0.00% 0 Missing and 1 partial ⚠️
...og/address/logic/commands/VendorFilterCommand.java 0.00% 0 Missing and 1 partial ⚠️
...rc/main/java/wedlog/address/model/AddressBook.java 50.00% 1 Missing ⚠️
.../wedlog/address/model/person/AddressPredicate.java 0.00% 0 Missing and 1 partial ⚠️
... and 5 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #47      +/-   ##
============================================
+ Coverage     90.30%   90.85%   +0.55%     
+ Complexity      860      832      -28     
============================================
  Files           106       97       -9     
  Lines          2393     2188     -205     
  Branches        326      305      -21     
============================================
- Hits           2161     1988     -173     
+ Misses          164      129      -35     
- Partials         68       71       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Chrainx pushed a commit to Chrainx/tp that referenced this pull request Oct 13, 2023
@keaganpzh keaganpzh changed the title [CS2103T-F11-2] Wedlog [CS2103T-F11-2] WedLog Oct 21, 2023
keaganpzh and others added 27 commits November 7, 2023 21:41
Docs: Update PPP for Shannon
Fix guest edit no duplicate dietary bug
The `guest view` and `vendor view` commands are deprecated and should not be kept in the code base.

Let's remove any view command related code.
samuelim01 and others added 30 commits November 14, 2023 08:08
Make minor changes to documentation
Update UG and DG to be PDF conversion ready
The getting started section only provides links from Windows and MacOS.

Let's update the getting started to give a direct link to the installation instead.

Co-Authored-By: p-xp <99188356+p-xp@users.noreply.github.com>
The images have hyperlinks that will link to 127.0.0.1:8080 if the UG is printed using `npm run serve`.

Let's use the pic component to prevent the pictures from having hyperlinks.
Add pic closing tag
Shrink pic width for filtering guests tutorial
Let's,
* Update page formatting to accommodate back to top at bottom of pages
* Change fields such as "unknown" to be written as `unknown`
* Crop and resize some screenshots
* Shortened some tips

Co-Authored-By: tllshan <105906799+tllshan@users.noreply.github.com>
Based on the team poll, let's add spacing to the table of contents.
[DO NOT MERGE] CS2101 User Guide
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.

5 participants