/vr-vtsv-timeline

a timeline control which will display redline/deadline date pairs, with brief descriptions of what they are; to be used in coming voters' revenge app

Primary LanguageVueMIT LicenseMIT

Specifications

The specifications for this project are given in SHARE - Timeline Reqs.pdf, which is in the root.

Voter's Revenge

Voter's Revenge is an open source software project, which will construct a tool useful for building up populist political muscle. It is designed to exploit the particulars of the American election system as well as optimize types of activism, according to where the electorate is in an election cycle, so as not to waste time and energy attempting forms of activism that experience proves are practically useless. Its github home, where this sub-project and a few others will eventually be integrated, is sldev2/votersrevenge . It is expected that the tool will also prove useful in non-US democracies.

sldev2/votersrevenge lists all of the consituent sub-projects, including vr-vtsv-timeline.

Voter's Revenge has an informational wordpress site: votersrevenge.info

Motivation for Voter's Revenge

These relate primarily to the voteslinger role:

Successful Fights Against Medical Tyranny Illustrate Voter's Revenge Strategy Is Correct

Negative Vote Blocs vs. Positive Vote Blocs – which could prove more disruptive in the near future?

These relate primarily to the wrangler role:

NOTE: A politician who has recently been elected is probably immune to the direct electoral threats of voteslingers. Consider a US Senator, who has just been elected to a 6 year term... Hence, the need to go beyond just voteslingers.

Why Obama And Democrats Don’t Do Much of What Liberals Want (Netroots Failure: Part 2)

vr-vtsv-timeline

status

As of 9/23/2021, approximately 25% of the functionality has been demonstrated, but in a vite project (not vue/cli). So, there is basically just scaffolded code here, currently.

errata

The spec originally called for vuetify, but this has been abandoned in favor of tailwind.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Run your unit tests

pnpm run test:unit

Run your end-to-end tests

pnpm run test:e2e

Lints and fixes files

pnpm run lint

Customize configuration

See Configuration Reference.