dev-master
9999999-devEventSourced Flow Framework Voting API Edit
MIT
The Requires
EventSourced Flow Framework Voting API Edit
This package is under development and API can change / break without notice, please don't use this package in production currently., (*1)
This package provide some Voting API helps developers who want to use a standardized API and schema for storing, retrieving, and tabulating votes for Flow Framework application or Neos CMS content., (*2)
Note that this package does NOT directly expose any voting mechanisms to end users. It's a framework designed to make life easier for other developers, and to standardize voting data for consumption by other modules., (*3)
This package use EventSourcing and generate projections to make it really fast to query the vote results (average, number of votes, ...)., (*4)
composer require ttree/voting ./flow eventstore:setup Ttree.Voting:EventStream ./flow doctrine:migrate
You can test the system by voting for something:, (*5)
./flow vote:register --for subject --by johndoe --vote 3 --tag vote
Development sponsored by ttree ltd - neos solution provider., (*6)
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*7)
Licensed under MIT, see LICENSE, (*8)
EventSourced Flow Framework Voting API Edit
MIT