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

Investigate better layout for laptops or larger screens #19

Open
fuddster opened this issue Feb 12, 2022 · 1 comment
Open

Investigate better layout for laptops or larger screens #19

fuddster opened this issue Feb 12, 2022 · 1 comment

Comments

@fuddster
Copy link
Collaborator

Display is optimized for phone/portrait layout.
If a display supports it should we display all pages?

@zaaj
Copy link
Contributor

zaaj commented Oct 27, 2023

Team 95, The Grasshoppers has been using a modified version of ScoutingPASS where we put all form fields on one tab, and just scroll for fields that don't show on the first screen. We do use section dividers for visual separation though.

Our scouting team is small enough each scout typically enters data for all three teams on an alliance, so we put three copies of the form on the screen, at first just with a frame set, holding three copies in side-by-side frames, resulting in three barcodes.

Scouts found the independently scrolling frames awkward, so we did more code changes to make three columns on the main page without a frameset, adding a column prefix to each elementID, and for loops to do form setup and getData tasks once per column prefix.

This results in one huge QR code at the end with three records in TSV format with Enter embedded between rows, so the scanner inputs directly into spreadsheet cells.

Haven't gotten my head around how to generalize the concept to make the number of columns be a configurable option though, so I haven't tried putting together a pull request for that type of change.
Since this is an Investigation issue, I thought describing what we're doing might be a data point in your research.

lstone24 added a commit to lstone24/ScoutingPASS that referenced this issue Feb 27, 2024
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

2 participants