/TestWaterSaving

Primary LanguageSwiftApache License 2.0Apache-2.0

Test Water Dashboard

Version

1.0

Build and Runtime Requirements

  • Xcode 11.0 or later
  • iOS 11.0 or later

Frameworks Used

  • Foundation
  • UIKit

About App

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

Features

  1. Charts: Charts used from iOS Charts by Daniel Cohen Gindi (https://github.com/danielgindi/Charts).

  2. Login Screen: To login to the app.

  3. Water Detail Screen: Shows Water usage details and quality.

  4. Leaderboard Screen: Shows the leaderboard of members with highest points.

  5. Networking Module: Networking module created while doing networking calls using URLSessions.

Unit Tests

Work in Progress