GithubHelp home page GithubHelp logo

pakidanish / goget Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 48 KB

The objective is to build an application that shows a list of bookings and corresponding booking details.

License: MIT License

Swift 100.00%

goget's Introduction

Task

The objective is to build an application that shows a list of bookings and corresponding booking details.

The following screens shows a list of bookings and booking detail screens. Your task is to develop a similar screen on iOS(swift 4.0) or Android(Java or Kotlin) platform, whichever you are more familiar with.

  • Show a list of bookings. Grouped bookings are shown in a list with only start/end time information.

  • Tap on any of the bookings to show a booking detail screen.

  • In the booking detail screen ,show a booking details view.

Requirements

  • The detailed style(colors/fonts/icons etc) is not assessed . But please follow the given UI layout as closely as possible.

  • Use the given json files as your local data source

  • Avoid using 3rd party libraries unless absolutely necessary.

  • There is no time limit for this challenge. Please think about how easy your code will be to maintain and extend. Try to write what you consider to be production-quality code, with the comments and tests you consider necessary.

  • The user interface should not be blocked while importing data.

  • Cope with different screen sizes

Submission

You should submit the following for review:

  • A compressed file contains this whole project

  • Or a link to the github page of this exercise project

Solution

Software Architecture:

Model–view–viewmodel (MVVM)

  • Model : All the model Classes (eg: VehicleBookings, Vehicle, Pod)
  • ViewModel : VehicleBookingViewModel use to get VehicleBookings, Vehicle and Pod data.
  • LogicController : All the viewcontoller logic written in logic controller
  • Views: All ViewControllers

All modules are separated so it can be resuable.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

goget's People

Contributors

danishaziz19 avatar

Watchers

James Cloos avatar  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.