Skip to content

Commit

Permalink
Bug fix -
Browse files Browse the repository at this point in the history
DG Review By TA (Jai): Incorrect Notation In Sequence Diagram nus-cs2113-AY2324S2#108
Missing colons in the instance name
  • Loading branch information
yeozongyao committed Apr 10, 2024
1 parent 925208b commit 1678a54
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/UML_Files/SetGenreSequenceDiagram.puml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@


@startuml
participant User
participant "ParserMain" as ParserMain
participant "ParserGenre" as ParserGenre
participant "BookList" as BookList
participant "BookGenre" as BookGenre
participant "Ui" as Ui
participant ":User" as User
participant ":ParserMain" as ParserMain
participant ":ParserGenre" as ParserGenre
participant ":BookList" as BookList
participant ":BookGenre" as BookGenre
participant ":Ui" as Ui

User -> ParserMain : set-genre [BOOK_INDEX]
ParserMain -> ParserGenre : executeParseSetGenre(books, inputArray)
Expand Down Expand Up @@ -36,6 +36,8 @@ end





Flow:
1. The user initiates the set-genre command.
2. ParserMain processes the input and delegates the command to ParserGenre.
Expand Down

0 comments on commit 1678a54

Please sign in to comment.