Add progress tracking page to visualize learning achievements#32
Open
Add progress tracking page to visualize learning achievements#32
Conversation
Students can now view their overall progress across all math categories via a new "View Progress" button on the category selection page. The dashboard shows total problems solved, per-category progress bars with color coding, group-level summaries, and a count of mastered categories. Fully localized in both English and Slovenian. https://claude.ai/code/session_01CpAYxP6fkoNkvoZCDFWUPL
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 PR introduces a new progress tracking page that allows users to view their learning achievements across all math categories and groups. The page displays overall statistics and detailed progress breakdowns organized by category group.
Key Changes
New Progress Page (
src/progress.html): A dedicated page featuring:Progress Logic (
src/progress.ts): TypeScript module that:Navigation Integration (
src/index.html): Added "View Progress" button to the main category selection page, allowing users to easily access their progress dashboardLocalization (
src/translations.ts): Added translation keys for the progress page in both English and Slovenian:Implementation Details
https://claude.ai/code/session_01CpAYxP6fkoNkvoZCDFWUPL