-
Notifications
You must be signed in to change notification settings - Fork 75
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
WIP: Data size interactive #1202
base: develop
Are you sure you want to change the base?
Conversation
This was an attempt to recreate and improve upon the proposed data size interactive for use in the field guide. The original implemented two sorting-type games: the first to arrange data units (b, B, KB etc) by size, and the second to match real-world examples to the sizes they likely fit into. From what I can remember and what I now think, these are the thoughts we had about it:
The current state of the PR interactive is a working arrange-data-units-by-size phase and a work in progress of a match-examples-to-the-size phase. Earlier commits include attempts to completely replace this second phase to try and address issues we had with the original. Some notes to make:
To finish the interactive a decision needs to be made on what it needs to do and how that should be achieved. |
Adds the recreated Data Size interactive for upcoming content on Big Data
Relates to #1182