Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.1 KB

rePolitiscales (WIP)

This a re-implementation of the Politiscales test, with a new design and new questions. The goal is to make the test more accurate and more reliable, and adress some of the issues of the original test.

To do list

MVP

  • Implement the flag logic
  • Implement the questions page
  • Fix all the horrible typing issues
  • Write new questions for the new axes
  • Address the issues of the original questions
  • Add new flags symbols and colors for the new axes
  • Create new icons for the new axes
  • Add new values
  • Add new serialization to the results (+ anchor anonymization)
  • Implement the result page
  • Write the /about page
  • Find and implement a new translation system
  • Add a CI pipeline w/ Semantic Release
  • Create a new logo
  • Deploy in production
  • Put the legacy test somewhere

Future

  • Track unclear questions
  • Track questions that are
  • Graph of friends results
  • Global stats page
  • Find a goal for the test

How to run it in dev?

  1. Clone the repository
  2. Run pnpm i
  3. Run pnpm run dev