Giter VIP home page Giter VIP logo

fieldtrip.it's Introduction

FieldTrip.it README

Build Status

Welcome to the app! Clone locally and run bundle install && rake db:create db:schema:load to get started. This assumes you have all components to run a rails app out of the box. If this is not the case then visiting http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/ may be helpful.

There is currently no set way to test Twilio functionality locally. If you end up working on this and need to test locally, look up setting up local tunnelling for your development machine and please update this doc with instructions.

fieldtrip.it's People

Contributors

masterkoppa avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fieldtrip.it's Issues

Set deadlines for responding to texts

If a user creates a fieldtrip for lunch, they can set a deadline for when to respond by, which will be relayed to the employees in the notification/preference text.

Phone Number Verification

When an employee onboards, send the phone number a verification code and have the employee input it into the app to make sure that the phone number belongs to them.

We Need Tests

Right now we have nothing. At the least we need RSpec. FactoryGirl and other tools would be nice as well.

Set Groups Not Working

When you have employees respond with their choices for lunch and click the 'set groups' button on the field trips page, nothing happens. The heroku logs say:

Started GET "/dispatch/set_groups?field_trip_id=1" for 199.87.84.230 at 2014-07-07 22:36:51 +0000
  app/models/field_trip.rb:23:in `block in set_groups!'
NoMethodError (undefined method `employees' for nil:NilClass):
  app/models/event.rb:16:in `full?'
  app/models/field_trip.rb:21:in `each'
  app/models/field_trip.rb:21:in `set_groups!'
  app/controllers/dispatch_controller.rb:41:in `set_groups'
Processing by DispatchController#set_groups as JS
Parameters: {"field_trip_id"=>"1"}
Completed 500 Internal Server Error in 16ms

Fix db relations

relations are still broke, may be a reason that twilio callback doesnt work

Implement OpenTable Reserving

We ask for an OpenTable URL or phone number when adding a restaurant to your field-trip. Take this URL and make a reservation for the time available, and notify the user if a time is not available.

Fix Text Notifications (Receiving)

Right now texts are received fine and parsed, but on the database level the right connections are not being made (preferences for one is not linked to an employee). Based on the current code implemented, get all necessary connections fixed.

Fix Text Notifications

Currently, there is a link on the field-trip page to send texts to the employees asking for their preference. One error noticed is that it directs to a missing view after completion, and another is an undefined variable in the route.

Calendar Checking

When connected to a company calendar, it should check for OOO or other vacation indicators and automatically exclude them from survey.

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.