Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.01 KB

Direct Decisions Discord Bot

This is a discord bot that enables preferential polls/election using Direct Decisions v1 API.

You can view Direct Decisions API v1 docs here: https://api.directdecisions.com/v1

It enables direct democracy style polls/elections. Results are calculated using Schulze method.

Features

  • Create voting
  • Delete voting
  • Vote with a ballot
  • Complete voting and publish/follow results

TODO

  • OAuth & installation flow before publish
  • Voting management
  • Continuous voting
  • Improving UX

Status

The development is still in progress. Currently application supports minimum set of features to enable preferential votings. Current implementation does not deal too much with db scalability and preformance. The db being used and evaluated is redb embedded database.

License

This library is distributed under the BSD-style license found in the LICENSE file.