apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

Browser tab shows different message instead "APInf" name #2591

Closed Nazarah closed 6 years ago

Nazarah commented 7 years ago

Reproduction Step

Result

"Get Control of your digital resource" message appears on browser tab and tool tip image

System

Suggestion

matleppa commented 7 years ago

This would probably need in Branching collection a new field (in addition to field siteTile) perhaps siteWindowTitle, to contain the text for browser tab.

deligence-dharmendra commented 6 years ago

Hi, @matleppa We need to add new field "siteWindowTitle, to contain the text for browser tab and existing site title contain the text for branding site title. i'm right? Please advise.

55 commented 6 years ago

@deligence-dharmendra window title should consist of siteTile + pageTitle (which is unique to every page: API Name, Settings, Branding, API Catalog etc.). No need for new field at Branding.

deligence-dharmendra commented 6 years ago

Hi @55 Currently browser tab title and branding site title value comes from the same field "branding site title", if we don't add new field for browser tab title and only concatenate page title value with site title then. branding title would be appears like-> "Get control of your digital resources" and browser tab would be appears like -> "Get control of your digital resources Branding" Please advise.

55 commented 6 years ago

@deligence-dharmendra

My suggestion is to construct window title from siteTitle, which usually an application name (APInf) + pageTitle (API Name, Settings, Branding, API Catalog etc.).

Final title will be: APInf - Branding or APInf - API Catalog etc.

Also we can't control what people use as siteTitle, so yes, sometimes it may look weird, but that's not our problem in such cases.