https://github.com/dense-analysis/pc-system
https://github.com/dense-analysis/pc-system
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dense-analysis/pc-system
- Owner: dense-analysis
- License: agpl-3.0
- Created: 2024-08-14T17:50:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T22:34:43.000Z (12 months ago)
- Last Synced: 2026-02-14T05:23:33.924Z (5 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The PC System Reference Tool
An objective management system reference tool. See public documentation on
[The PC
System](https://dense-analysis.notion.site/The-PC-System-1bf416f9a04842d49212c775a4305dbf)
for more details.
The PC System Reference Tool helps individuals and teams choose better
objectives by scoring them across four dimensions: Fun, Achievement, Ease, and
Impact. It provides a simple interface for comparing goals, ranking their
benefits to yourself and to others, and identifying which ones are most worth
pursuing. Use it to plan solo projects or coordinate with groups more
effectively.
The reference tool is implemented with some sliders and charts that display
Fun & Achievement in a Personal plane, and Ease & Impact in a Collective plane.
A dimension reduction function is applied to plot Personal and Collective values
derived from the first two planes in one unified plane.
## Development
The reference tool is implemented as a plain JS files designed to run in most
web browsers. Apply common sense and check your implementation across common
browser versions. You can run linting and type checks for the JS files like so:
```
npm i
npm run lint
npm run tsc
```
The only dependency for the project is
[Chart.js](https://www.chartjs.org/docs/latest/), which is loaded from a
Cloudflare CDN link.