Skip to content

sebsonic2o/syndicate

Repository files navigation

Syndicate

Syndicate is an experimental online voting platform for small teams and groups of people.

With a back-end built on Ruby on Rails and using PostgreSQL, Syndicate seeks to implement the idea of Liquid Democracy where voters can choose to either vote directly on individual issues, or delegate their vote to a representative. It does so with an intuitive and responsive web design, leveraging Rob's very own LESS framework. With jQuery, AJAX, and Firebase, the interface and results are updated live for all users watching the votes.

The first MVP of Syndicate was completed in one week.

Deployment

Syndicate is deployed on Heroku with Puma.

Git Workflow

  1. working on your local feature branch you have added and committed your changes locally
  2. git fetch origin test-master
  3. git merge origin/test-master
  4. resolve conflicts (call teammate to help)
  5. TEST the application locally
  6. git push origin feature-branch
  7. create pull request on github from feature-branch to test-master
  8. wait for another member of the team to merge pull request

git workflow

Development Environment

Remember to create your .env file locally otherwise you will not be able to access Firebase.

Watch

A user can select an issue to watch.

watch

Vote

A user can start voting directly on a live issue after signing in with his Google account.

vote

Delegate

Or a voter can delegate to anyone by clicking on his representative.

delegate

PostgreSQL Schema

schema

About

An experimental online voting platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •