Git Product home page Git Product logo

forecast's Introduction

Forecast Product

Forecast products against actual orders

This project was made to guide on the usage of calling asynchronous API of forecast and orders of products, analyze difference in forecast against orders.

Swift Version Build Status License Platform PRs Welcome

minio_SWIFT1

Version

1.0

Prerequisites

  • Xcode 10 or later
  • iOS 12 or later
  • macOS 10.13 or later

1. Dependencies

We will be building this app using Xcode 10 with Swift 4.2. This app will consume the GitHub hosted Json API Service built to fetch forecast and orders of products since server isn't accessible.

  • Xcode 10
  • Swift 4.2

2. Written in Swift

This sample is written in Swift.

Design Patterns

  • MVC

Model-View-Controller (MVC) is one of the building blocks of Cocoa and is undoubtedly the most-used design pattern of all. It classifies objects according to their general role in your application and encourages clean separation of code based on role.

minio_SWIFT1

  • Facade

The Facade design pattern provides a single interface to a complex subsystem. Instead of exposing the user to a set of classes and their APIs, you only expose one simple unified API.

minio_SWIFT1

  • Decorator

The Decorator pattern dynamically adds behaviors and responsibilities to an object without modifying its code. It’s an alternative to subclassing where you modify a class’s behavior by wrapping it with another object.

In Swift, there are two very common implementations of this pattern: Extensions and Delegation.

Features

  • API class : APIManager
  • MVC pattern used (recommanded by Apple)
  • Modular enough to add others calls from APIManager API.

Installation

1.  Clone or download the repository
  • Go to working directory
2.  Open the project:

$ open Forecast.xcodeproj

- Use command + B or Product -> Build to build the project
- Press run icon in Xcode or command + R to run the project on Simulator

Step to run the project from command-line

  • Make sure command-line tools of Xcode is installed
  • Go to working Directory
  • xcodebuild -scheme Forecast build -allowProvisioningUpdates

Step to run unit test

  • Open Forecast.xcodeproj
  • Use Command+U or Product+Test to analyze the project

minio_SWIFT1

Step to static code coverage

  • Open Forecast.xcodeproj
  • Use Command+Shift+B or Product+Analyze to analyze the project

minio_SWIFT1

To Do

Heroku server API

CI/CD

Crash Reporting

License

Distributed under the MIT license. See LICENSE for more information.

https://github.com/laxmansahni/Forecast/blob/master/LICENSE

forecast's People

Contributors

laxmansahni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.