Add private per-child learning map and logbook - #15
Open
baditaflorin wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This contribution turns the taxonomy into a browser-only learning companion while keeping all learner data private and separate from the dataset.
Architecture
The explorer is a static ES-module application with no build step or runtime dependencies. Taxonomy loading/indexing, canvas rendering, recommendation and logbook calculations, and local profile persistence are separate modules.
The persistence schema migrates existing version 1 profiles to version 2 and retains the latest 500 activity events per profile. Everything stays under the browser-only localStorage key
marble-taxonomy:learner-profiles. A server-backed adapter can replace this module later without changing graph or taxonomy code.Recommendations only surface concepts whose hard prerequisites are complete, prioritizing topics already in progress and concepts unlocked by mastery.
Live demo
https://baditaflorin.github.io/os-taxonomy/explorer/
Verification
npm test— 11 passing tests covering multi-profile isolation, migration, persistence, chronological activity, assessment preservation, reset, progress summaries, subject journeys, prerequisite-aware recommendations, logbook filters, graph indexes, and prompt substitutionnpm run validate— existing validation passes for 1,590 topics, 3,221 dependencies, 3,261 standards, and 183 clusters