Coder Social home page Coder Social logo

acmedriverassignment's Introduction

LinkedIn


Logo

Acme Driver Assignment

Application that loads a list of drivers and shipments and calculates the most optimized driver assignments based on a top-secret algorithm.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgments

Built With

Android Kotlin Compose Retrofit

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Android Studio

Installation

  1. Clone the repo

    git clone https://github.com/ChancePayne/AcmeDriverAssignment.git
  2. Build with Android Studio

Testing

In order to test this app with additional datasets, you can mock the endpoints used in the app. The app is setup for mocking with Proxyman, but you can make adjustments necessary to use your favorite mocking software.

Drivers

GET https://cloud.chenzarchondie.xyz/s/CMs74xQrp99zw8y/download/drivers.json

The endpoint should return a list of strings to match the provided JSON structure.

[
  "Dalinar Kholin",
  "Waxillium Ladrian"
]

Shipments

GET https://cloud.chenzarchondie.xyz/s/3wrz2fm6EexQbQE/download/shipments.json

The endpoint should also return a list of strings to match the provided JSON structure.

[
  "7556 Greenholt Harbors, Lake Eduardotown, HI 28648-1463",
  "5168 Jerrold Fields #458, Muellerchester, WI 14539"
]

This app uses a simple caching system, if you want to mock values be sure to close the app to ensure the mocked values are used instead of the cache

(back to top)

Usage

Launch the app, you will see a list of drivers. Select a driver's name to see their currently assigned shiment.

List Screen List Screen

(back to top)

Roadmap

  • Migrate data storage and processing to server

  • Improve local caching

  • UI/UX updates

    • Integrate with a maps API to display location
  • Shipment Details

    • Include additional shipment details for the driver

See the open issues for a full list of proposed features ( and known issues).

(back to top)

License

Distributed under the MIT License. See License.txt for more information.

(back to top)

Contact

Project Link: https://github.com/ChancePayne/AcmeDriverAssignment

(back to top)

acmedriverassignment's People

Contributors

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