Skip to content

Commit

Permalink
Removes duplicate storage section in dg
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajaryan committed Nov 9, 2024
1 parent 056afa6 commit 705f029
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ Given below is a quick overview of main components and how they interact with ea
- At app launch, it initializes the other components in the correct sequence, and connects them up with each other.
- At shut down, it shuts down the other components and invokes cleanup methods where necessary.

### Storage Component

The Storage component is responsible for reading and writing data to the local storage. It includes classes for handling user preferences and the hall pointer data.

Here is the UML diagram for the Storage component:

<puml src="diagrams/StorageClassDiagram.puml" width="600" />

The bulk of the app's work is done by the following four components:

- [**`UI`**](#ui-component): The UI of the App.
Expand Down

0 comments on commit 705f029

Please sign in to comment.