Skip to content

Commit

Permalink
(BSR) doc: add BPMN for AutocompleteOfferItem
Browse files Browse the repository at this point in the history
tconte-pass committed Jan 13, 2025
1 parent d5be5f6 commit 2915452
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
flowchart LR
A(( )) --> C{Is there a suggestion?}
C --> |YES| D{Is there a subcategory suggested?}
C --> |NO| E[display '$query']
D --> |YES| F{Does suggested subcategory fit in context?}
D --> |NO| G{Is there a top level category suggested?}
E --> L((( )))
F --> |YES| H{Has suggested subcategory exactly 1 parent?}
F --> |NO| G
G --> |YES| K[display '$query dans $category']
G --> |NO| E
H --> |YES| J[display '$query dans $subcategory']
H --> |NO| G
J --> M((( )))
K --> N((( )))

0 comments on commit 2915452

Please sign in to comment.