/Hive

Offers reporting and analytics for QuickBooks, social media, and other relevant data for small businesses.

Primary LanguageCSSMIT LicenseMIT

Hive

Collaboration and analytics platform

Guidelines for using waffle, making a commit and pull-request

  1. Fork to your github repo
  2. Clone to your local machine
  3. Set upstream master: "git remote add upstream https://github.com/paperMacheTortoise/Hive.git"

Branch names

feat/ fix/ refactor/ cleanup/ doc/

Commit msgs: start with () and close waffle issue accordingly

(feat) (fix) (refactor) (cleanup) (test) (doc)

branching, commit, pull-request checklist

  1. Create a new branch: 'git checkout -b 'doc/readme "
  2. Review the waffle issues before making your commit: https://waffle.io/paperMacheTortoise/Hive
  3. Commit with waffle issue number (if applicable): "(doc) update readme close #8"
  4. Make sure to rebase: "git pull --rebase upstream master"
  5. Push to your fork: "git push origin doc/readme"
  6. Make a pull request from your fork.
  7. Notify the team on slack. Please don't merge your own pull request, let another team member review the change and merge.

Team

  • Product Owner: Austin Worachet, Danielle Blank
  • Scrum Master: Liam Gallivan
  • Development Team Members: Richard Stanley, Karianne Burns

Table of Contents

  1. Usage
  2. Requirements
  3. Development 4. Installing Dependencies 5. Setting up the database environemnt 6. Database development support 7. Working with the database 8. Emulating in the browser 9. Emulating for iOS 10. Emulating for Android
  4. Contributing
  5. API Documentation

Usage

Platform for a team to collaborate. Less email. More productivity. Managers can generate report visualization from QuickBooks, social media.

Requirements

  • Node
  • Express
  • Firebase
  • AngularJS
  • React
  • D3

Development

Installing Dependencies

From within the root directory:

Database Development Support

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.