1.0
- Xcode 11.0 or later
- iOS 11.0 or later
- Foundation
- UIKit
The TestWaterDashboard is a app that helps in keeping track of water usage. It provides a way to view usage sources, usage places, actual vs predicted usage and inflow vs outflow in form of pie, line and bar charts The app basically consists of one screen
-
Charts: Charts used from iOS Charts by Daniel Cohen Gindi (https://github.com/danielgindi/Charts).
-
Login Screen: To login to the app.
-
Water Detail Screen: Shows Water usage details and quality.
-
Leaderboard Screen: Shows the leaderboard of members with highest points.
-
Networking Module: Networking module created while doing networking calls using URLSessions.
Work in Progress