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

Improve page titles to something better than "ORG_NAME | Tramline" #580

Open
pratul opened this issue Nov 22, 2023 · 2 comments
Open

Improve page titles to something better than "ORG_NAME | Tramline" #580

pratul opened this issue Nov 22, 2023 · 2 comments
Labels
good first issue If you're new to the project, these are simple issues to start with hacktoberfest-accepted issues for hacktoberfest help wanted Do not have bandwidth to pick up but would like to

Comments

@pratul
Copy link
Member

pratul commented Nov 22, 2023

All the page titles (browser <title>s) are just "ORG_NAME | Tramline" right now. This means users must read the URL instead of relying on the page titles.

It'll be better for usability if the titles reflected the purpose of the page. For e.g.

  • 1.4.31 | Uber | Tramline
  • Settings | Uber Eats | Tramline
  • Production release | Uber Freight | Tramline
@pratul pratul added the improvement Improve an existing feature label Nov 22, 2023
@kitallis kitallis added good first issue If you're new to the project, these are simple issues to start with help wanted Do not have bandwidth to pick up but would like to and removed improvement Improve an existing feature labels Sep 18, 2024
@kitallis kitallis added the hacktoberfest-accepted issues for hacktoberfest label Oct 14, 2024
@Aaryanpal
Copy link

@kitallis will start with this.Please assign

in which of the below format i need to maintain the title?

1.4.31 | Uber | Tramline
Settings | Uber Eats | Tramline
Production release | Uber Freight | Tramline

@kitallis
Copy link
Member

kitallis commented Nov 15, 2024

@kitallis will start with this.Please assign

in which of the below format i need to maintain the title?

1.4.31 | Uber | Tramline
Settings | Uber Eats | Tramline
Production release | Uber Freight | Tramline

Hey @Aaryanpal, thanks for looking into this.

So the examples above aren't necessarily formats, but options for different pages. I'll simplify it for you:

  • Pages where app is available: Page name | App Name | Tramline
  • Pages where app is not available Page name | Org Name | Tramline
  • Live release page Version Name (like 1.4.31) | App Name | Tramline
    • there is only 1 page around live releases which is under the URL like /releases/slug-name/

Hope that helps. Let me know if you have other questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue If you're new to the project, these are simple issues to start with hacktoberfest-accepted issues for hacktoberfest help wanted Do not have bandwidth to pick up but would like to
Projects
None yet
Development

No branches or pull requests

3 participants