UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 45bc7acd authored by Kevin Crotty's avatar Kevin Crotty
Browse files

Add new file

parent 22b8e949
Branches
No related merge requests found
Pipeline #116662 passed with stage
in 9 seconds
```mermaid
graph TD
A[Start] --> B[Enter Program]
B --> C[Get User Input]
C --> D[Username]
C --> E[Budget]
E --> F{Mode Selection}
F -->|Individual Components| G[Display Component Categories]
F -->|Full PC Build| H[Display Pre-configured Builds]
G --> I[Select Component Category]
I --> J[Display Inventory for Selected Category]
J --> K[Select Component]
H --> L[Display Available Builds within Budget]
L --> M[Select Build]
K --> N[Add to Cart]
M --> N
N --> O{Continue Shopping?}
O -->|Yes| F
O -->|No| P[Proceed to Checkout]
P --> Q[End]
```
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment