All Projects → Considerit → ConsiderIt

Considerit / ConsiderIt

Licence: AGPL-3.0 license
For deliberation and opinion visualization

Programming Languages

coffeescript
4710 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
Haml
164 projects

Projects that are alternatives of or similar to ConsiderIt

Flowchat
A reddit alternative featuring communities and live-updating threaded conversations.
Stars: ✭ 296 (+377.42%)
Mutual labels:  discussion, forum
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java. https://ld246.com
Stars: ✭ 883 (+1324.19%)
Mutual labels:  discussion, forum
Forum
🍺 Portando discussões feitas em grupos (Facebook, Google Groups, Slack, Disqus) para o GitHub Discussions
Stars: ✭ 3,868 (+6138.71%)
Mutual labels:  discussion, forum
Democracyos
Democracia en Red is focusing on specific implementations of DemocracyOS. We are working now working with governments and activists all over Latin America. If you are interested in our online participation tools you can check them out on our site.
Stars: ✭ 1,753 (+2727.42%)
Mutual labels:  decision-making, deliberation
Yii2 Podium
Yii 2 forum module project
Stars: ✭ 172 (+177.42%)
Mutual labels:  discussion, forum
dillo
Free and open web platform created to support crowd-driven content.
Stars: ✭ 62 (+0%)
Mutual labels:  discussion, forum
Chatter
Chatter is a Simple Laravel Forum Package
Stars: ✭ 846 (+1264.52%)
Mutual labels:  discussion, forum
sic
link aggregator community organised by tags (with no javascript)
Stars: ✭ 82 (+32.26%)
Mutual labels:  discussion, forum
Starfire
🌟 一个分布式的内容分享讨论社区,星星之火可以燎原。
Stars: ✭ 130 (+109.68%)
Mutual labels:  discussion, forum
Elkarte
ElkArte Forum. A free, open source, PHP-based discussion forum.
Stars: ✭ 128 (+106.45%)
Mutual labels:  discussion, forum
Icarus
🕊️ An opensource community/forum project write with python3 aiohttp and vue.js. 一个开源的社区程序,临时测试站:https://t.myrpg.cn
Stars: ✭ 644 (+938.71%)
Mutual labels:  discussion, forum
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+3391.94%)
Mutual labels:  discussion, opinions
Airesis
The Social Network for eDemocracy
Stars: ✭ 116 (+87.1%)
Mutual labels:  discussion, forum
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+20996.77%)
Mutual labels:  discussion, forum
FUDforum
FUDforum is a super fast and scalable discussion forum. It is highly customizable and supports unlimited members, forums, posts, topics, polls & attachments. It can import XML Feeds and sync with USENET groups and Mailing Lists (bi-directional).
Stars: ✭ 19 (-69.35%)
Mutual labels:  forum, discussion-board
AskOnline--Forum
Welcome to the Ask forum – Design Help Desk, Support, Forum, Knowledge-Base Responsive Site Template. The Ask is a bootstrap design help desk, support forum website template coded and designed with bootstrap Design, Bootstrap, HTML5 and CSS. Ask ideal for wiki sites, knowledge base sites, support forum sites, ticket systems, theme documentations…
Stars: ✭ 34 (-45.16%)
Mutual labels:  forum
Rapier
Rapier skin for Kodi entertainment center
Stars: ✭ 19 (-69.35%)
Mutual labels:  forum
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-69.35%)
Mutual labels:  discussion
converse
A simple forum software
Stars: ✭ 17 (-72.58%)
Mutual labels:  forum
resources
Awesome resources - 网络资源
Stars: ✭ 27 (-56.45%)
Mutual labels:  forum

Logo

Consider.it is a web-based discussion system that creates civil, organized, and efficient online dialogue by visually summarizing what your community thinks and why. It helps focus discussion even when lots of people participate.

Consider.it has been used in a variety of contexts, including:

  • public engagement between cities and citizens
  • ideation and deliberation platform for open source communities
  • participatory strategic planning for non-profits and political organizing
  • decision making support for cohousing communities
  • aide for teaching critical thinking in k-12 classrooms
  • academics peer reviewing articles before publication
  • debating tv shows

The creator and maintainer is Travis Kriplean. Travis invented Consider.it in the course of his PhD work on supporting reflective public dialogue at the University of Washington, after which he went indie and bootstrapped his continued efforts to create technology that helps people listen to each other.

To learn more, visit Consider.it.

License

Consider.it is an open source product released under the GNU Affero General Public License v3. This is a copyleft license that considers hosting code on a server a form of distribution. See the COPYING file or read background about the AGPL.

Because Consider.it LLC retains permission to relicense the Consider.it source code, we can dual license the source code to you under a license other than AGPL. Reach out to [email protected] to discuss. Interested in integrating Consider.it into the bowels of other products, as well as supporting other Consider.it businesses explore different markets, both of which will almost certainly require a different license.

On the state of Consider.it

Consider.it was open sourced after several years of being closed source. And it is mostly just my code. Unfortunate consequences include: inconsistant styling, some hardcoding to production environment, substandard documentation, obscure commit messages, hardcoded references to specific customers, leaky abstractions, lack of releases and versioning, and a lack of tests. Sorry!

I'm also working on next generation prototypes that build on what we've learned over the past five years applying Consider.it, and eventually be merged back here. The next Considerit will be more general (right now, it forces a structure of lists of proposals, with each proposal having pros/cons and each pro or con having comments), and the structure will be modifiable as a conversation progresses so that facilitators can use the best structure for the situation. The "Slidergram" widget will also be factored out and generalized.

The roadmap is:

  1. Refactor to a more generalized and recursive point/opinion data model, subsuming "proposals", "points", and "comments"
  2. Eliminate "crafting view" for creating a position and make it lists of points+sliders through and through
  3. Design & develop user contributions <---> profile/reputation <---> notifications value loop

There are other developments I'm interested in (Slack integration, analytics dashboard, verified accounts, Blockchain backed data, etc) but I believe the above are more important for the platform.

Built on

  • Ruby on Rails — Our back end is a Rails app. It is possible that we will move to a pure Javascript stack.
  • Statebus.js – Statebus provides reactive state management. We use an early client-only version of Statebus called ActiveREST.
  • React.js – Our front end is a Statebus-wrapped version of React.js.
  • MySQL — MySQL is our database.

Developer installation

See (and improve?) the development installation guide.

Deployment guide

Missing! If you're trying to deploy, reach out to [email protected] for support, and we'll work together to create a guide.

Contributing

Time permitting, Travis would like collaborate with you! Well, as long as you are a considerate human being.

Note that there are still lots of todos to lower the barrier to making contributions, such as identifying good first-time projects. In the meantime, please be patient! And if you want to be a brave, early helper, please reach out to [email protected].

Note that if you want your pull requests to be merged, you'll first have to agree to a Contributor License Agreement. This gives me the option to dual license Consider.it in the future, while you retain your rights to your contribution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].