-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add the Title field to webpages so that tab names are more descriptive #34
Comments
@palmertab - Let me know if there's a better way to submit issues for UX stuff like this, or whether you'd want PRs to try to implement this or not. I want to help Tabroom improving, but recognize that you have a shit ton of competing priorities. |
Okay, so there's actually some interesting stuff happening here. The This is the block that controls what the title of ALL Tabroom webpages will be: Line 368 in 62c5114
Now to see what it would take to get that populated... |
The $tourn variable should be populated a little bit after the Tab::Tourn object is created. https://github.com/speechanddebate/tabroom/blob/master/web/lib/Tab/Tourn.pm There doesn't seem to be a |
Ok, so Time to do some inference on whether it's |
Issue is definitely that |
All righty. So, We should instead update the |
Previously,
All Tabroom.com web instances appeared identical in tabbed browsing, each displaying the generic label
Tabroom.com
.If you had several tabs open, this made it extremely difficult to select the right one. It also makes it hard to return to a closed tab via browser history, since the Title is indexed in most browser histories, but it's only indexing
Tabroom.com
instead of any useful information. So typically, users need to re-navigate the whole site instead of just typing "Glenbrooks" or something to get back to where they were.Now,
Major Tabroom subpages have titles that reflect their purpose.
<Name of Tournament>
Results - <Event Name> - <Round Name> - <Tournament Name>
Pairings - <Event Name> - <Round Name> - <Tournament Name>
Entries - <Event Name> - <Tournament Name>
Judges - <Tournament Name>
There's probably others that could use a descriptive name, but these are probably the biggest "bang for your buck" pages.
The text was updated successfully, but these errors were encountered: