Page MenuHomePhorge

Added the Jxxx Monogram to Phame Post Tab Titles
Needs RevisionPublic

Authored by Ekubischta on Sep 24 2021, 18:01.
Referenced Files
Unknown Object (File)
Thu, Apr 11, 14:05
Unknown Object (File)
Tue, Apr 9, 19:58
Unknown Object (File)
Mon, Apr 8, 23:51
Unknown Object (File)
Mon, Apr 8, 23:48
Unknown Object (File)
Mon, Apr 8, 07:30
Unknown Object (File)
Mon, Apr 8, 05:37
Unknown Object (File)
Sun, Apr 7, 05:26
Unknown Object (File)
Sun, Mar 31, 20:53

Details

Summary

This revision brings Phame Posts inline with other objects like Tasks, Revisions, Passphrase, etc. which all place the Monogram into the browser tab title

This improves useability of Phame Posts by making it easier to reference them in other parts of Phorge

Old Look

image.png (274×486 px, 13 KB)

New Look

image.png (298×515 px, 16 KB)

Test Plan

Made a post, saw the Monogram in the title

Diff Detail

Repository
rP Phorge
Branch
T15050_Add_Monogram_To_Phame_Title
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 46
Build 46: arc lint + arc unit

Event Timeline

Ekubischta edited the summary of this revision. (Show Details)

lgtm - I compared to a few other views just to confirm this is the same approach for adding monogram to the title. Thanks!

This revision is now accepted and ready to land.Sep 25 2021, 16:42

Thinking about this a little more it could be intentional for these to not have monograms displayed in the page title. Tasks, Revisions, etc. are more meant to be directed to internal users of the system while Phame blog posts may also be directed to external users where a monogram might be more confusing. What do you think?

speck requested changes to this revision.Sep 25 2021, 16:50

Marking as request changes during discussion

This revision now requires changes to proceed.Sep 25 2021, 16:50
In D25022#768, @speck wrote:

Thinking about this a little more it could be intentional for these to not have monograms displayed in the page title. Tasks, Revisions, etc. are more meant to be directed to internal users of the system while Phame blog posts may also be directed to external users where a monogram might be more confusing. What do you think?

That is a good point, and is also likely the reason why the URL's contain a friendly path

Maybe a larger discussion could be had around the use cases for Phame?

In other words, is there a large use case for Phame Readers to not be users of the Phorge instance in question.?

I added this revision because our use case really is internal (we use them for meeting notes, release notes, etc. where we like to link everything up)

Then maybe just show the monogram when logged in.

In D25022#774, @bekay wrote:

Then maybe just show the monogram when logged in.

That's a good idea - Let me work through that...

Thank you for this patch. I also agree with @bekay since I'm also concerned about SEO. I tried to apply it.

src/applications/phame/controller/post/PhamePostViewController.php
172

I have not tested this, but I like what @bekay suggested and this is probably the related natural change.

Please say if this still work for your need.

Honestly, do you still like this Diff after all these compromises? :D

If yes, feel free to comment the proposed change. If not, feel free to abandon. In both cases it was nice to discuss together.