- In - Interactive
- Vo - Voting
- Ro - Roadmap
- Any application has and needs a Roadmap.
- Client's feedback is NECESSARY and as soon as possible.
Why don't we expose the Roadmap to our clients?
Why don't we make our clients interactively vote for their next most important features in our product's roadmap?
InVoRo is a Win-Win solution - You get to manage your roadmap and have your client's feedback, and your clients get the chance to influence.
This project packs a plug and play e2e frontend-backend-db system.
Expose Invoro component in your website, run the service and the DB, connect them to each other and you are ready to go.
Of course, the client's component is customizable.
- The backend service is using by default MongoDB. You can implement your own DB service provider (Not yet developed).
- The service doesn't have a built-in authentication mechanism. If you want, put the service behind an authentication service such as HTTPD / Nginx.
- The backend service will be published as a docker image based on a linux distribution.
- The client is a React component which will be published as a npm package.
- Release 1 - Show Features, Enable Voting system, Simple mongo creating script.
- Release 2 - Make the service and the client component more customizable.
- Release 3 - Privileges - Enable content modification on the UI only for authorized users.