ossf / census

📜Automated review of open source software projects
Other
115 stars 30 forks source link

Allow interactive adjustment of weights by users using web browser #40

Open david-a-wheeler opened 8 years ago

david-a-wheeler commented 8 years ago

Enable varying the weights inside a browser. Since we have no "truth values" to compare against, we've had to estimate weights using expertise, and people can always question that. A solution that Gartner uses is to say "if you don't like our weights, here's a tool that lets you select your own weights."

The D3.js library (https://d3js.org/) might be perfect for this - it'd make it easy to visualize what changes with weight changes. With modern browsers we should be able to dump and process the entire dataset in a browser without problems.

kpfleming commented 8 years ago

I suggest changing the title of this to 'Allow interactive adjustment of weights'. When I read it first, I had no clue what it was trying to indicate :-)

david-a-wheeler commented 8 years ago

Fair point!