shlinkio / shlink-web-client

A React-based client application for Shlink
https://app.shlink.io
MIT License
299 stars 81 forks source link

Include Title / Long URL in Statistics List View & CSV #1273

Closed mdrxy closed 2 months ago

mdrxy commented 2 months ago

Summary

Screenshot

The addition of long titles could potentially be an option that is toggled on/off by the user. This should also carry over to CSV exports.

Use case

Browsing at a glance it would be nice to see the long titles for URLs instead of having to search for the random slug or visit the link to decipher what page is being visited.

acelaya commented 2 months ago

The title is always the same, so I don't see the point on adding it to the table.

Something similar happens with the long URL, but since Shlink has the option to dynamically redirect to different places, this is already planned, but depends on a missing capability on Shlink.

mdrxy commented 2 months ago

What do you mean the title is always the same? Long titles are set at a per-short-link basis. Perhaps I am misunderstanding you?

acelaya commented 2 months ago

See my comment here.

Once the capability referenced there is implemented, we can enhance this list so that you can cross-reference visits with the short URL that produced them.