Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed May 9, 2024
1 parent b56cb1e commit 53687d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified rendered/BookSuggestion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/BookSuggestion.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Interface StorageController<T> {
}

class EmotionChecklist {
+ Dictionary<K, bool> checkList
+ String toPrompt()
}

Expand Down Expand Up @@ -41,6 +42,7 @@ BookSuggestionScheduler "1" o-- "1" BookSuggestionWorker : contains

class BookSuggestionManager implements Manager {
+ {static} void InvokeBookSuggestionManual(BookSuggestionManualRequest req)
+ {static} void PushBookSuggestionRequestQueue()
}
BookSuggestionManager --- BookSuggestionManualRequest : use
BookSuggestionManager --- BookSuggestionScheduler : use
Expand Down

0 comments on commit 53687d3

Please sign in to comment.