Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping of entries #4

Open
solonovamax opened this issue Aug 6, 2020 · 0 comments
Open

Grouping of entries #4

solonovamax opened this issue Aug 6, 2020 · 0 comments

Comments

@solonovamax
Copy link

(This is slightly related to #2, as I use the naming scheme I proposed in there.
Instead of giving each entry a name separated by periods, like stats.HungerGames.astronaut, it should really be laid out like this:

    "tiered": {
        "hungergames": {
            "advancedkits": {
                "astronaut": {
                    "offset": 1,
                    "values": [
                        0,
                        80,
                        400,
                        1000,
                        3000,
                        12000,
                        50000,
                        100000,
                        250000,
                        1000000
                    ]
                }
            }
        }
    }

This would make it easier to browse through the contents of it and use the folding functionality of many IDEs. If you wanted to fold the normal kits, ranked kits and mega kits in the skywars section to only view the insane kits, it would be possible if it were laid out like this.

solonovamax added a commit to solonovamax/HypixelNetWorth that referenced this issue Aug 6, 2020
Updated to reflect the naming scheme I proposed in issue Sk1erLLC#2 and the grouping I proposed in issue Sk1erLLC#4.
solonovamax added a commit to solonovamax/HypixelNetWorth that referenced this issue Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant