spokenvote

所属分类:collect
开发工具:CoffeeScript
文件大小:0KB
下载次数:0
上传日期:2022-12-14 08:26:09
上 传 者sh-1993
说明:  Spokenvote.org是一个社交投票应用程序,用于在任何大小的组中达成共识,用Ruby on Rails和AngularJS编码。在中心...,
(Spokenvote.org is a social voting app for reaching consensus in a group of any size, coded in Ruby on Rails and AngularJS. At the center of the direct democracy movement, Spokenvote radically enhances a group’s ability to reach consensus and make better decisions using an intuitive democratic process.)

文件列表:
#spokenvote.uml (1793, 2021-03-17)
.bowerrc (50, 2021-03-17)
.rspec (30, 2021-03-17)
.travis.yml (809, 2021-03-17)
Gemfile (2259, 2021-03-17)
Gemfile.lock (10797, 2021-03-17)
Procfile (50, 2021-03-17)
Rakefile (275, 2021-03-17)
app/ (0, 2021-03-17)
app/admin/ (0, 2021-03-17)
app/admin/authentications.rb (42, 2021-03-17)
app/admin/dashboards.rb (907, 2021-03-17)
app/admin/hubs.rb (31, 2021-03-17)
app/admin/proposals.rb (36, 2021-03-17)
app/admin/users.rb (32, 2021-03-17)
app/admin/votes.rb (32, 2021-03-17)
app/assets/ (0, 2021-03-17)
app/assets/images/ (0, 2021-03-17)
app/assets/images/BlueFull.png (8079, 2021-03-17)
app/assets/images/akropolis.jpg (24514, 2021-03-17)
app/assets/images/blacktocat.png (10107, 2021-03-17)
app/assets/images/bluefull.png (8079, 2021-03-17)
app/assets/images/favicon.ico (1150, 2021-03-17)
app/assets/images/fb-button-sprite.png (2643, 2021-03-17)
app/assets/images/glyphicons-halflings-white.png (8777, 2021-03-17)
app/assets/images/glyphicons-halflings.png (12799, 2021-03-17)
app/assets/images/icons/ (0, 2021-03-17)
app/assets/images/icons/providers/ (0, 2021-03-17)
app/assets/images/icons/providers/FB-f-Logo__blue_50.png (1403, 2021-03-17)
app/assets/images/icons/providers/FB-f-Logo__blue_72.png (1587, 2021-03-17)
app/assets/images/icons/providers/facebook.png (3448, 2021-03-17)
app/assets/images/icons/providers/github.png (6943, 2021-03-17)
app/assets/images/icons/providers/google.png (3446, 2021-03-17)
app/assets/images/icons/providers/images/ (0, 2021-03-17)
app/assets/images/icons/providers/images/facebook_128.png (8825, 2021-03-17)
app/assets/images/icons/providers/images/facebook_64.png (3448, 2021-03-17)
app/assets/images/icons/providers/images/github_128.png (10410, 2021-03-17)
app/assets/images/icons/providers/images/github_32.png (1931, 2021-03-17)
... ...

# Spokenvote ![Build Status](https://travis-ci.org/Spokenvote/spokenvote.svg?branch=master) ## Introduction Spokenvote.org is a Web-based social consensus tool for groups of any size, from a local school board to an entire nation’s people, that radically enhances the group’s ability to reach consensus via an intuitive democratic process. Deeply inspired by Wikipedia, Spokenvote is an open-source, non-profit “spark” project that we hope will set off a cascade of change all the way through national politics. The central idea behind Spokenvote is to spontaneously capture people’s opinions and ideas as they naturally come up and then harness the power of crowds to turn those diverse views, opinions, and revelations into clear statements of consensus connected to large groups. Such a pivotal step is made possible by helping users organically adjust their own semantics (the way they phrased a vote), and as they make those adjustments, progress toward reaching a majority opinion together. ## Features * Fast and easy user entry of ideas to capture constructive input from a group of any size * Intelligent prompting to guide users toward agreement and adoption of proposals by discovering where commonalities already exist * Simple and elegant reporting back to the group to see where consensus stands at a glance * Integration with Facebook and G+ to pull credentials and push user activity ## How It Works The model uses trees of related proposals, where related means forked from each other. The rules are: - Voters can have only one vote in each tree. - Further voting or forking in a tree results in user's votes getting "moved". - The index page shows only the top-voted proposal for each tree. The live instance is hosted here. The work-in-progress staging instance is hosted here. ## Getting started 1. Setup your development environment. We recommend (develop and test) against ruby 2.1.1 or higher. 2. Fork the Spokenvote repo. 3. Clone your fork locally. 4. Add the master repo as an upstream of yours (see instructions at https://help.github.com/articles/syncing-a-fork) ## Making Changes Where possible please make your changes in small, cohesive commits. Send separate pull requests for each commit you feel is ready to be added to master. When doing a larger piece of work, such as the following, please use a feature/topic branch so others can more easily review it. * The commit includes the addition of, or significant version changes of, gems or libraries used * The commit is a significant new feature or rewrite of an existing feature The typical work flow for this is: ### One time setup - Add spokenvote/spokenvote as your upstream using the command ``` $ git remote add upstream https://github.com/spokenvote/spokenvote.git ``` ### Before starting a new feature - Fetch upstream changes to your local git ``` $ git fetch --all ``` - Merged upstream changes to your local ``` $ git merge upstream/master ``` - Create a new feature branch on local (example: may17_my_shiny_feature) ``` $ git checkout -b may17_my_shiny_feature ``` - Work on your feature - Commit your code ### Before pushing to remote master - Sync your local master branch from upstream master ``` $ git checkout master $ git fetch upstream $ git merge upstream/master ``` - Rebase your feature branch on your master ``` $ git checkout may17_my_shiny_feature $ git rebase master ``` - Push your changes to your remote ``` $ git push origin checkout may17_my_shiny_feature ``` **Tests are always a welcome inclusion!** ## Environment 1. Edit database.example.yml and save as database.yml; this file is in .gitignore so don't worry about checking in your version. *NOTE:* Postgres is the database used in SpokenVote, you must have iit installed before taking the next step; in our experience installing through [homebrew](http://mxcl.github.com/homebrew/) is the easiest way. 2. Run Bundler in the project's root directory to install any needed gems. 3. Create and update the database by running `rake db:setup` ## Google Places API setup (optional) If you would like your development environment to utilitze the Google Places API when you are searching for hubs then you need to perform the following steps when setting up your environment: 1. Create an API console key (see: https://developers.google.com/maps/faq#keysystem for details) 2. Set a GOOGLE_API_KEY environmental variable with the key you created. For example add the following line to your .bashrc file and source it before starting your rails server ``` export GOOGLE_API_KEY="insert your key value here" ``` ## License Spokenvote is a public good project distributed under the terms of either the MIT License or the GNU General Public License (GPL) Version 2 or later. See GPL-LICENSE and MIT-LICENSE for details. ## Developers This project is an open source project of Spokenvote.org, having received significant support from RailsForCharity.org. ## FAQ Q. Who is the intended audience for the Spokenvote web application? A: At first small groups who need to reach consensus (e.g. non-profits); eventually envisioned to work at the national political level ## Contributing Please ensure you read [the future] STYLE_GUIDELINES before making any contribution to this project. [logo]: https://github.com/spokenvote/spokenvote/blob/master/app/assets/images/spokenvote_logomeg.png "Logo" ![Spokenvote Logo](/app/assets/images/spokenvote_logomeg.png)

近期下载者

相关文件


收藏者