Improve Tracker Online touch and mobile usability#73
Draft
lookang wants to merge 1 commit into
Draft
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.
Purpose
This draft proposes a touch-first Tracker Online variant for secondary-school students using phones and tablets. The goal is to preserve Tracker's established analysis engine and file compatibility while making the most common learning workflow usable with fingers, smaller screens, and on-screen keyboards.
A live deployment has been iterated with feedback from iPhone, iPad, and Android users:
This is intentionally a draft. I would welcome guidance from Douglas Brown and the Tracker maintainers on which pieces are suitable for upstream adoption and whether the changes should be split into smaller PRs.
Proposed changes
Minimal Tracker/SwingJS source changes
Stepinteraction rectangle from 8 x 8 to 24 x 24 pixels for finger selection;Mobile enhancement layer
Documentation and reproducibility
UPSTREAM_INTEGRATION.mdwith a file-by-file review and suggested adoption order;The generated SwingJS launcher is included so the demonstrated build can be reproduced, but an upstream release should regenerate it from any Java changes the maintainers accept.
Suggested review order
UPSTREAM_INTEGRATION.md.tracker-student-mobile.{css,js}enhancement layer.I am happy to split this proposal into focused PRs based on maintainer feedback.
Validation performed
node --check;The local machine did not have Ant installed, so a complete Java/Ant build was not rerun. The Java changes are documented separately to make source-level review and rebuilding straightforward.
Product boundary
This repository contains only the open-source Tracker enhancement. A possible independent commercial companion application is explicitly outside this repository; the boundary is recorded in
MOBILE_COMPANION_BOUNDARY.md.