Skip to content

Commit

Permalink
Merge branch 'AY2425S1-CS2103T-F15-4:master' into update-developer-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
riccoljy authored Oct 1, 2024
2 parents d2394e7 + 005cd58 commit 4dc4216
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<header sticky>
<navbar type="dark">
<a slot="brand" href="{{baseUrl}}/index.html" title="Home" class="navbar-brand">Wedding Planner Pro</a>
<a slot="brand" href="{{baseUrl}}/index.html" title="Home" class="navbar-brand">WedLinker</a>
<li><a href="{{baseUrl}}/index.html" class="nav-link">Home</a></li>
<li><a href="{{baseUrl}}/UserGuide.html" class="nav-link">User Guide</a></li>
<li><a href="{{baseUrl}}/DeveloperGuide.html" class="nav-link">Developer Guide</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/site.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"baseUrl": "",
"titlePrefix": "",
"titleSuffix": "Wedding Planner Pro",
"titleSuffix": "WedLinker",
"faviconPath": "images/SeEduLogo.png",
"style": {
"codeTheme": "light"
Expand Down
4 changes: 2 additions & 2 deletions docs/team/riccoljy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
title: "Ricco's Project Portfolio Page"
---

### Project: Wedding Planner Pro
### Project: WedLinker

AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Wedding Planner Pro is based on that, meant specifically for wedding planners to store important and relevant contacts, with features necessary for wedding planners.
WedLinker is based on that, meant specifically for wedding planners to store important and relevant contacts, with features necessary for wedding planners.

Given below are my contributions to the project.

Expand Down

0 comments on commit 4dc4216

Please sign in to comment.