Go to file
Rick Carlino 202304b3c7 redeploy to dokku 2014-11-13 21:56:49 -06:00
app redeploy to dokku 2014-11-13 21:56:49 -06:00
bin Finished base app 2014-03-12 06:42:11 -07:00
config Debugging ENV issues 2014-07-31 06:29:42 -05:00
db redeploy to dokku 2014-11-13 21:56:49 -06:00
design Added html and css for manual control page 2014-06-13 00:32:31 -07:00
designs Initial commit of control star 2014-07-07 06:55:06 -07:00
lib Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
log Gitignore change 2014-04-10 06:31:37 -07:00
public Building out base of SPA 2014-05-15 07:04:09 -07:00
spec Merge branch 'master' of github.com:rickcarlino/farmbot-dss 2014-07-04 15:40:06 -07:00
vendor/assets Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.DS_Store Working on menu still 2014-07-06 22:06:00 -07:00
.gitignore Working on menu still 2014-07-06 22:06:00 -07:00
.ruby-gemset Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.ruby-version Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.travis.yaml Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
Gemfile Staging server 2014-06-30 06:40:26 -07:00
Gemfile.lock Staging server 2014-06-30 06:40:26 -07:00
LICENSE Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
README.md Fix waffle.io links 2014-08-06 20:12:12 +08:00
Rakefile Cleaned up readme, added a /designs/ directory 2014-07-04 15:39:42 -07: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

Stories in ReadyCode Climate

Farmbot Web App

This Repo is the Web based side of FarmBot. It allows users to control the device from their web browser. ITS NOT STABLE. WE ARE IN PRE ALPHA.

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