Git Product home page Git Product logo

xavijimenezmulet / mobile_challenge Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 1.54 MB

Implement an app where a user can pick products from a list and checkout them to get the resulting price. No need to implement any real payment system, but we do need a nice user experience where our customers can understand what items are they purchasing, the price and the discount we are applying. You should fetch the list of products from here.

Kotlin 100.00%

mobile_challenge's Introduction

Mobile Challenge

Alt text

Besides providing exceptional transportation services, Also runs a physical store which sells Products. Api Reference: https://gist.githubusercontent.com/palcalde/6c19259bd32dd6aafa327fa557859c2f/raw/ba51779474a150ee4367cda4f4ffacdcca479887/Products.json

Third-party libraries used

DI:

  • Dagger Hilt

Testing:

  • Junit
  • Espresso
  • Robolectric
  • Hamcrest
  • Using TDD

Ui:

  • XML
  • Jetpack Compose

Comunication:

  • Ui State
  • Coroutines
  • Flow

Rest connection(Remote):

  • Okhttp 3
  • Retrofit 2

DB(Local)

  • Room
  • SQL Lite

Other:

  • Google Splash Screen
  • Google
  • Timber
  • Test
  • Constraint Layout
  • Recyclerview
  • Materials
  • SwipeRefreshLayout

Project structure

This app has been developed in Kotlin language.

It uses MVVM pattern and has been designed to be modular and scalable, being able to add new features or remove existing without need to change code or break any dependency created. Also implements the adaptive icons.

App layers are:

  • App Launcher
  • Presentation layer: UI, ViewModel
  • Domain layer: Use Case & Business model
  • Data layer: Local, Remote, model(local, remote) & repository
  • Core: Framework, Utils, Constants, Component, Theme, Test Utils, Provider

Description && Rules

Besides providing exceptional transportation services, Also runs a physical store which sells Products.

Our list of products looks like this:

Code | Name | Price

VOUCHER | Cabify Voucher | 5.00€ TSHIRT | Cabify T-Shirt | 20.00€ MUG | Cabify Coffee Mug | 7.50€

Various departments have insisted on the following discounts:

The marketing department believes in 2-for-1 promotions (buy two of the same product, get one free), and would like to have a 2-for-1 special on VOUCHER items.

The CFO insists that the best way to increase sales is with discounts on bulk purchases (buying x or more of a product, the price of that product is reduced), and demands that if you buy 3 or more TSHIRT items, the price per unit should be 19.00€.

Cabify's checkout process allows for items to be scanned in any order, and should return the total amount to be paid.

Examples:

Items: VOUCHER, TSHIRT, MUG Total: 32.50€

Items: VOUCHER, TSHIRT, VOUCHER Total: 25.00€

Items: TSHIRT, TSHIRT, TSHIRT, VOUCHER, TSHIRT Total: 81.00€

Items: VOUCHER, TSHIRT, VOUCHER, VOUCHER, MUG, TSHIRT, TSHIRT Total: 74.50€

To do

Implement an app where a user can pick products from a list and checkout them to get the resulting price. No need to implement any real payment system, but we do need a nice user experience where our customers can understand what items are they purchasing, the price and the discount we are applying. You should fetch the list of products from https://gist.githubusercontent.com/palcalde/6c19259bd32dd6aafa327fa557859c2f/raw/ba51779474a150ee4367cda4f4ffacdcca479887/Products.json.

Considerations

Be aware that the discounts are going to change frequently. So the code should support that. There is no need for a user login screen. Be written as production-ready code. We would like you to build it in the same way as if you were going to publish to the store. Consider explaning the solution and why certain things are included and others are left out. Be written either in Swift or Kotlin, preferably in the latest stable version of the language. If possible, use the latest stable version (no Betas) of Xcode or Android Studio.

mobile_challenge's People

Contributors

xavijimenezmulet avatar

Stargazers

Othmane avatar  avatar  avatar  avatar  avatar José Alejandro Ojalvo Prim 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.