Skip to content
/ pwv Public

Pairwise comparison with Node.js, React/Redux, and WebSockets

Notifications You must be signed in to change notification settings

chrisco/pwv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Pairwise Voting Information Repo

This repo contains general information and links related to the project.

The SERVER repo is here: https://github.com/chrisco/pwv-server

Please see the "Links" section, below, for a video of my presentation.

Screenshot (animated)

In the image below there are two User Interfaces (connected by WebSockets):

  1. On the left is the Voting UI.
  2. On the right is the Results UI.

Screenshot

Links

Description of the MVP

  • The PairwiseVoting app is:
    • an MVP implementation of a pairwise comparison process,
    • built with state-of-the-art architectures and technologies.
  • Pairwise Comparison is "any process of comparing entities in pairs to judge which of each entity is preferred. The method of pairwise comparison is used in the scientific study of preferences, attitudes, voting systems, social choice, public choice, and multi-agent AI systems." (Source: Wikipedia)

Premium feature(s)

The ability to perform statistical analysis on voting results, as may be applicable for certain use cases, such as to determine whether the mean of the differences between two paired samples diverge (to a statistically significant degree). The exact statistical method, and its implementation, will be fleshed out during the product development process, as per the agile process I will use (and the projects constraints). A few of the techniques to be investigated include:

Who uses it? / What problem does it solve?

Groups who want to easily decide, through pairwise comparison, which one of a set of alternatives to pick.

Some examples:

  • The "best" startups or capstone projects at a demo day.
  • Which project to build next.
  • Who to hire among all the candidates who applied for a position.
  • What food to order for a meeting or event.
  • Where to go on a company retreat.
  • Or family vacation.
  • And more...

What outputs do they need?

  • A Voting UI to view and vote on each pair of alternatives.
  • A Results UI to view the voting results (in real time).

What inputs are needed to generate those outputs?

A set of items to vote on (see examples, above).

Key technologies

The key technologies and architectures are anticipated to be Node.js, React, Redux, and WebSockets.

Feature list

  1. An Admin User can enter a set of items to vote on.
  2. Users can vote view and vote on each pair of items.
  3. Voting results are displayed (in real time).
  4. Other features to be developed through customer discovery and customer development (i.e., Lean Startup).
  5. The ability to perform statistical analysis on the results, as may be applicable for certain use cases (see "Premium Feature" section, above).

About

Pairwise comparison with Node.js, React/Redux, and WebSockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published