Go to file
Rick Carlino 2b648bc0cc Merge branch 'master' of github.com:FarmBot/farmbot-web-app 2015-04-13 12:38:19 -05:00
app Bump polling interval 2015-04-13 11:52:31 -05:00
bin Finished base app 2014-03-12 06:42:11 -07:00
config Set step size button group to default to 1000 2015-03-19 15:05:42 -05:00
db redeploy to dokku 2014-11-13 21:56:49 -06:00
lib Switch failing integration test to `pending` status 2015-02-17 20:58:57 +07:00
log Gitignore change 2014-04-10 06:31:37 -07:00
public Remove compiled assets from source control 2015-02-14 16:51:41 +07:00
spec Hound 2015-03-19 15:09:34 -05:00
vendor/assets Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.DS_Store Done with controller for sequence creation - now to make fixes for hound 2015-01-12 07:14:18 -06:00
.coveralls.yml rename application from `dss` to `farmbot` 2015-03-09 05:31:05 -05:00
.gitignore Remove compiled assets from source control 2015-02-14 16:51:41 +07:00
.hound.yml Hound updates 2015-01-15 06:41:39 -06:00
.ruby-gemset rename application from `dss` to `farmbot` 2015-03-09 05:31:05 -05:00
.ruby-version Add codeclimate test reporter 2015-03-09 05:18:02 -05:00
.travis.yml Move secret_key_base into ENV, rename travis.yml 2015-03-09 05:49:42 -05:00
Gemfile Set step size button group to default to 1000 2015-03-19 15:05:42 -05:00
Gemfile.lock Set step size button group to default to 1000 2015-03-19 15:05:42 -05:00
LICENSE Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
README.md Issues with password reset. Fixes #10 2015-03-13 06:12:25 -05:00
Rakefile Forgot to change application name in Rakefile; re-running CI 2015-03-09 05:38:13 -05:00
capybara.txt Opps. Assets again. 2014-04-30 07:10:28 -07:00
config.ru Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00

README.md

Code Climate Build Status Test Coverage

Farmbot Web App

This Repo is the Web based side of FarmBot. It allows users to control the device from their web browser. We're getting closer to launch, but it this is an unstable pre-alpha repo.

Developer setup

  1. git clone git@github.com:FarmBot/farmbot-web-app.git
  2. cd farmbot-web-app
  3. Install MongoDB
  4. Start Mongo if you have not already done so. (typically via the mongod command)
  5. bundle install
  6. rails s
  7. Go to http://localhost:3000

Running Tests

Please run them before submitting pull requests.

Ruby Specs

  • bundle exec rspec spec

Javascript Specs

  • bundle exec rake spec:javascript

How to Contribute

  • Check out Waffle.io for issues that are ready to be worked on.
  • Pull requests are always appreciated, but please
    • Write tests.
    • Follow the Ruby Community Style Guide.
    • Raise issues. We love to know about issues. Even the issues you think are only relevant to your setup. Just submit issues if you have issues.

Roadmap

This project is still in its infancy. Our current focus as of July 2014 is to create a basic system of control for the farmbot user via technologies such as:

Eventually, the app hopes to be a rich environment for users to manage their FarmBot and gain insights into the farming decision process.

nice-to-haves

  • Actually make use of MeshBlu response objects, instead of just screaming commands at the device.
  • Display device status.
  • Test precision control widget on device.
  • Dropdown box to select device (defaults to first)
  • Better test suite for angular side of things.

Accomplishments

JULY 2014:

  • Changed UI Components
  • MeshBlu upgrade
  • Production server changes

JUNE 2014:

  • Achieved Device movement in the real world.

MAY 2014:

  • Deployed pre-alpha staging server (contact Rick Carlino for contributor access)
  • Connected to MeshBlu, formerly SkyNet.
  • Finished in browser device config for skynet.

APRIL 2014:

  • Finished basic user registration
  • Functional mockups