Skip to content

openpoke/decidim-gijon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decidim_gijon

Free Open-Source participatory democracy, citizen participation and open government for cities and organizations

This is the open-source repository for decidim_gijon, based on Decidim.

Setting up the application

You will need to do some steps before having the app working properly once you have deployed it:

  1. Create a System Admin user: bin/rails decidim_system:create_admin
  2. Visit <your app url>/system and login with your system admin credentials
  3. Create a new organization. Check the locales you want to use for that organization, and select a default locale.
  4. Set the correct default host for the organization, otherwise the app will not work properly. Note that you need to include any subdomain you might be using.
  5. Fill the rest of the form and submit it.

You are good to go!

Overrides applied

  • The module Group Registrations. Allows to register a group directly on the sign up page.
  • Extra fields for the user registration/account (Name, Surname, Gender, Birthdate, DNI). Data save into extended_data.
  • Allows the user to hide their public profile

Running tests

For the main application:

bundle exec rspec spec

For the group_registration sub-module:

bundle exec rspec decidim-group_registrations

Build the docker container:

docker build .

Credits

Developed & fixed by Pokecode. Specialists in Decidim.

About

decidim-gijon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published