Giter Site home page Giter Site logo

mrcoulter45 / ppg-oyo-webapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coreui/coreui-free-bootstrap-admin-template

0.0 0.0 0.0 79.76 MB

CoreUI is free bootstrap admin template

Home Page: http://coreui.io

License: MIT License

JavaScript 10.86% HTML 66.38% CSS 22.76%

ppg-oyo-webapp's Introduction

Installation

Clone repo

# clone the repo
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:3000.
$ npm run serve

# build for production with minification
$ npm run build

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

free-bootstrap-admin-template/
├── build/
├── src/
│   ├── css/
│   ├── img/
│   ├── js/
│   ├── scss/
│   ├── vendors/
│   ├── ...
│   ├── index.html
│   └── ...
└── package.json

CSV File Upload Mechanics

Dropzonejs is used in the frontend to allow users to drag and drop or select through their computer's file explorer a CSV file to submit for upload. Select the Submit Data field on the webpage's navigation bar and select your file. Once uploaded, the file is stored, parsed, and uploaded to Treasure Data. The server can then run jobs to pre-calculate the desired statistics for a range of time slots/locations and cache them on the server for display by the frontend.

Sample Data Generation for CSV Submit

Sample data can be generated by either running:

curl "https://api.mockaroo.com/api/7dbeea60?count=75&key=98f39de0" > "Oyo.csv"

where count is a configurable value for the number of entries you would like to generate, or use the schema found at:

https://mockaroo.com/7dbeea60

The generated data will randomly generate reservations at three properties with unique users each time for the month of June. 30% of the entries will have cancellation dates in between booking time and the reserved start date. Cancelled rooms will not contain checkin or checkout dates.

ppg-oyo-webapp's People

Contributors

mrholek avatar xidedix avatar mvelosop avatar borisdamevin avatar kegilbert avatar sarahmarshy avatar amayer5125 avatar daveio avatar ognjenm avatar ctessier avatar eduardoveras avatar felipear89 avatar jorwan avatar martijnbastiaansen avatar vanam avatar mgsmus avatar theill avatar tyaakow avatar blackholegalaxy avatar ccoltman avatar flack avatar kkosuge avatar vasilevich 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.