PrismarineJS / PrismarineJS/minecraft-data

Add some more sanity checks in tests

Open
#461 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

data quality
Dominant language
JavaScript
Stars
938
Forks
294
Avg merge
2d 10h
Merged PRs (30d)
23

Description

May help to keep quality high
Some examples:

  • are items from recipes all presents in item file
  • are all states uniques in blocks.json
  • does the display name kind of look like the name
  • all material in material key are present in material.json
  • newer version always have more blocks than old ones

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing test suite and the recipe, item, blocks.json, and material.json data files mentioned in the issue. Define checks for the listed consistency relationships, including version ordering, and consider the work done when those checks run as part of the tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.