GithubHelp home page GithubHelp logo

plumpmath / beefy-connection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vwbusguy/beefy-connection

0.0 1.0 0.0 630 KB

A kiosk for connecting with potential contributors and following up from event contacts.

License: GNU General Public License v3.0

Python 49.48% JavaScript 26.98% CSS 3.89% HTML 19.38% Shell 0.27%

beefy-connection's Introduction

beefy-connection

A kiosk for connecting with potential contributors and following up from event contacts. This was created for use by the Fedora linux distribution.

Who should use this?

This was created for following up with conference contacts. This could easily be expanded to job fairs, etc. It's built with Python Flask and can use multiple RDBMS, so customizing is straightforward.

Installation

Installing the necessary application prerequisites is as simple as:

python setup.py install

Data backend

The application defauls to .sqlite, which is great for development, but there are also included configurations for other databases, such as PostgreSQL. There is a db install script in the root to help with the initial db setup.

Running it

The easiest way to run the app is:

python beefyconnection/beefyflask.py

It's strongly recommended that you disable debugging and use a threaded server like gunicorn for production use.

Under the Hood

The app is powered by Python Flask, but the UI is driven almost entirely by jquery - data is validated and parsed by javascript and then sent and handled via ajax. The webcam capture uses WebRTC, so a recent Mozilla Firefox is recommended. The data backend is SQL Alchemy, so it's portable between relational databases. sqlite3 and postgreSQL were tested/targetted for initial development, but using other backends should be supported.

What needs work/testing/tweaking (patches welcome!)

  • Front-end and backend field validation
  • Properly resetting all data on return to form
  • Front-end error handling
  • Easily turning off log/shell noise

Features to come (patches welcome!)

  • Export/import of data.
  • Email confirmation, with handling for offline
  • Integrating with basic config file
  • If there's desire for it, NoSQL backend support

beefy-connection's People

Contributors

vwbusguy avatar herlo avatar jds2001 avatar jdeisenberg avatar omnidapps-jenkinsx-bot avatar sontek avatar xi11ix avatar

Watchers

James Cloos avatar

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.