GithubHelp home page GithubHelp logo

demetrioz / pyfarm Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.9 MB

PyFarm is a farm and garden management solution to help manage crops, provide tracability and improve productivity

HTML 4.61% CSS 7.36% JavaScript 50.98% Python 26.82% Mako 1.41% Shell 0.05% TypeScript 8.77%

pyfarm's Introduction

Description

Pyfarm is an open source farm management system created and maintained by Kevin Williams and KTech Industries. It's built primarily using Python and various Raspberry Pis, but can also be run in a cloud environment.

For complete documentation, please view the online resources at URL Coming Soon!

Directories

  • devices: Contains various devices that can be used, either on their own, or in conjunction with the PyFarm API
  • docs: Source files for documentation website, built with mkdocs
  • pyfarm_api: The PyFarm api project, built with Python
  • pyfarm_app: The PyFarm web app, built with React

Features

Getting Started

Contributing

pyfarm's People

Contributors

demetrioz avatar ktech-kevin avatar snyk-bot avatar

pyfarm's Issues

Common CSS

Go through the individual component and page css files and see what can be extracted to a "common.module.css"

examples:

  • display
  • margin
  • padding

Add Logging

Currently exceptions are just being logged to the console. Create a log table to save them.

Might be nice to add a logging area in the web app to see issues that are occuring

Add support for authorization policies

There's a basic authorize decorator, but it would be better to add support for policies so you can limit the scope of which users can access certain endpoints

Secure login and passwords

Login requests are passing credentials in plain text, and passwords are stored in plain text.

Look for some encryption libraries and hash / salt the passwords

Move JWT Logic

JWT logic is currently in the authentication/routes.py and decorators/authorize.py files. This should be moved into a service or helper class

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.