Skip to content

Commit

Permalink
Merge pull request nus-cs2113-AY2324S2#81 from Ijaaz01/MohamedIjaaz-DG
Browse files Browse the repository at this point in the history
Fix bug with file path for some photos
  • Loading branch information
Ijaaz01 authored Mar 29, 2024
2 parents db806d4 + a2e490b commit 1d35566
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Removing Bouquets follows a similar logic, just that instead of calling `Bouquet

`info <flowerName>` command prints information about the specified flower

![Info Command Sequence Diagram](..\docs\UML-diagrams.Ian\InfoCommandUML.png)
![Info Command Sequence Diagram](/docs/UML-diagrams/Ian/InfoCommandUML.png)

Step 1: Flower information mechanism utilize the `parser` class to parse user command for a specific flower name inputted.

Expand Down Expand Up @@ -72,7 +72,7 @@ Step 5: A confirmation message is then sent back to the user

The proposed storage mechanism will utilize a class `storage` who is in charge of getting the file, `encoder` which will encode current model into a .txt file format, `decoder` which will decode .txt file into a usable model.

![Storage Class Diagram](..z\docs\UML-diagrams.Ian\storage.png)
![Storage Class Diagram](/docs/UML-diagrams/Ian/storage.png)

#### Design Considerations:
- Alternative 1 (current choice): use .txt files as storage
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 1d35566

Please sign in to comment.