diff --git a/README.md b/README.md index 42ba157..e46b12f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Please search the existing issues and closed issues before reporting a bug. If t ## Table of Contents: Developer Section +- [Data Flow Diagram](#dataflow-diagram) - [License](#license) ## Character Selection @@ -147,3 +148,6 @@ This feature makes sharing loadouts seamless and removes the hassle of sharing b When you receive a loadout link, simply click on it. This will automatically take you to D2loadouts, where it will find an armor set that matches the shared link. If you have better armor, it will find a better build. If you have worse armor, it will find armor as close as possible to the shared link, prioritizing the most important stats. After the page loads, it will take you to the armor modification screen where you can make final tweaks or just equip the shared loadout! + +![Data Flow Diagram](./public/assets/DFD.jpg) +Diagram describing the flow of data from Bungie API to our data stores diff --git a/public/assets/DFD.jpg b/public/assets/DFD.jpg new file mode 100644 index 0000000..fbc013e Binary files /dev/null and b/public/assets/DFD.jpg differ