Giter VIP home page Giter VIP logo

getbike's Introduction

README

This is Ruby on Rails demo app prepared by Matiss Gaigals.

Briefly about the app:

  • Tech specs: Ruby 2.6.3, Rails 6 with Webpacker, Turbolinks, Bootstrap 4

  • Assets are compiled with Webpacker. If you have any issues, please bundle exec rails tmp:cache:clear in your console. If for some reason assets are not working, please, start Webpacker Dev Server with bundle exec bin/webpack-dev-server

  • To have fresh DB data, feel free to rails db:reset - app will seed 5 employees and 3 bikes

  • Tests are done with Rspec, so just run rspec. Feature and view tests are in progress and may be added later.

  • Main features:

    • User can add, edit, remove employees. Soft delete is done, so we keep employee name for historic records.
    • User can add, edit, remove bikes. Soft delete is done, so we keep bike number for historic records.
    • User can add, edit, remove rides. For each ride and employee and time range must be selected. App selects the best free bike by two criteria: a) free bikes for given time, b) least used bike.
    • User can see rides by any employee, by bike and all rides in single list.
    • Rides can only be booked in future + only future rides can be edited or deleted.
    • User cannot book a ride if there is not a single bike free for given time period. Before booking app will do pre-checking by showing green or red notice if there is any free bike.
  • App is created for demo purposes only - no production usage, please.

getbike's People

Contributors

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