Skip to content

netoum/meetdemocracy-consul

 
 

Repository files navigation

Meet Democracy fork of Consul project

NOTE This is a fork of Consul Project.

Our sincere thanks and appreciation go out to Consul Project for the incredible work and support they have provided.

Meet Democracy logo

Hi, we are Meet Democracy! 👋

https://meetdemocracy.com

Meet democracy platform allows the participants of your community to debate and vote on legislation, budget and more. Our goal is to make community development easy. We intend to democratize community participation by making it accessible to all. We recognize the importance of having access to a democratic and trustworthy platform. Give your community citizens the freedom to express themselves.

What's new ?

  • Add a cookie consent form and a link to privacy page gem 'cookies_eu' We are using the gem 'cookies_eu' Added custom CSS file: app/assets/stylesheets/custom/cookies_eu.scss If you wish to customize the style of the div the classes are:
.cookies-eu                 /* main div */
.cookies-eu-content-holder  /* content holder */
.cookies-eu-button-holder   /* button holder */
.cookies-eu-ok              /* button */
.cookies-eu-link            /* link */

Translation ready in dozens of languages

  • Changes of Settings, Users, Dev Seeds images

  • Changes of layout for the devise pages ( signup / signin )

  • Changes of Vote count for debates and legislation proposals Changing the way debates votes are showed to the users. Show total votes instead of vote score

  • Add Gem 'rails-timeago', '~> 2.0' Format the date in a pretty way ( 1 days ago, 1 month ago) Translation ready in dozens of languages Changes in views for Debates, Proposals and Comments gem 'rails-timeago'

Run Locally

Clone the project

git clone https://github.com/netoum/meetdemocracy-consul.git

Go to the project directory

cd meetdemocracy-consul

Install dependencies

bundle install

Configure the database and secrets

cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml

Setup the database

bin/rake db:create
bin/rake db:migrate
bin/rake db:dev_seed

Start the server

bin/rake s

Demonstration Admin and User

You can use the default admin user from the seeds file:

user: admin pass: meetdemocracy

But for some actions like voting, you will need a verified user, the seeds file also includes one:

user: verified pass: meetdemocracy

About

Meet Democracy public fork on the Consul Project

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 75.1%
  • HTML 16.0%
  • SCSS 5.7%
  • JavaScript 1.9%
  • Python 1.3%
  • CSS 0.0%