Git Product home page Git Product logo

starships's Introduction

Starship Application

Requirements

⁃ Master page with all starship details + 2 additional properties

⁃ Detail page to show detail of each starship

⁃ Favourite the starship from Master/Detail page

⁃ List the favourite items

⁃ Sorting options

⁃ Navigation

⁃ Error handling

MVVM architecture

For this application, I have used the MVVM. For this application even MVC would have been good as its very small and very less integration points. But comsidering the scalability, flexibility and clean architecture I opted for MVVM.

View/Controller

  • Master view : Load the starships detail with 2 properties + Sorting + Favorites tab
  • Detail View

View Model

  • GetStarshipData
  • ManageFavorite
  • IsFavorite

Model

  • Codable Data Objects
  • Error object

• For API calls I have integrated with Alamofire(v5.4.3) using SPM

• Unit Tests: Added unit tests for all public methods of ViewModel

• Error Handling: Handling error for any API failures using the StarShipError object

• Sorting: Have added options to sort by name and cost as of now based on properties shown on master view.

NFRs

  • Device orientation support

    • Supports both portrait and landscape mode
  • Device Size check

    • Tested on iPhone 8 and iPhone 12
    • Have used constraints so should be good on other devices as well
    • Runs on iPad as well
  • Supported OS Version

    • iOS 13 and above
  • Accessibility

    • Supports and tested for voiceover accessibility

starships's People

Contributors

vikasjain1979 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.