whitesmith / whitesmith/rubycritic
HTML to view JSON
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 3.5k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to set up the "poor man's code climate" but given the way our system works and our repo is set up, sending around 9000 html files is prohibitively expensive. But this gave me an idea. If there were html set up to read a json file and fill in data from that, we could use the json formatter and send that file around. And in general, this seems like a more efficient approach than generating tons of html files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing RubyCritic's existing HTML report generation and JSON formatter entry points. Determine how a single HTML view could consume the generated JSON instead of thousands of files, then verify that the reported metrics and rendered output remain complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, json, ruby
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100