Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
Discourse CI 4ea3ac4238 DEV: Update CI workflows 2020-10-12 08:26:41 +00:00
.github/workflows DEV: Update CI workflows 2020-10-12 08:26:41 +00:00
app FIX: move data to separate tables (#52) 2020-08-17 15:01:33 +10:00
assets DEV: Refactor buttonTitle (#61) 2020-10-06 19:35:38 +02:00
config Update translations 2020-09-22 13:07:48 +00:00
db FIX: Delete the votes on user removal (#59) 2020-10-06 18:04:26 +02:00
lib/discourse_voting FIX: Delete the votes on user removal (#59) 2020-10-06 18:04:26 +02:00
spec FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
.eslintrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.gitignore DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.prettierrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
.template-lintrc.js DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.travis.yml DEV: Enable Travis CI. 2019-10-08 12:48:55 +03:00
Gemfile FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
Gemfile.lock FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md Rename feature voting to voting 2017-03-06 15:38:26 -05:00
package.json DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
plugin.rb FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00

README.md

Discourse Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121