Traduccion pendiente: Why /trackable/{code} stays singular
Traduccion pendiente: A selected trackable is a specific thing, so the URL should stay specific too. Geotrackable now keeps that single-item route on /trackable/{code} instead of splitting the experience across a second GUID-based journey path.
Traduccion pendiente: The broader /trackables dashboard is the signed-in workspace list, but once one trackable is selected the canonical path stays on the single-trackable route.
Por que los trackables siguen en singular desde la entrada hasta la llegada
Los trackables mantienen una ruta corta para compartir porque esa ruta puede aceptar con seguridad un codigo publico, un codigo secreto corto o un token largo de escaneo privado sin ensenar tres patrones distintos de entrada.
Traduccion pendiente: If the code is public, Geotrackable lands the browser on the localized single-trackable page. If the code is private, Geotrackable can move into the protected handling flow instead. That is why /trackable/{code} stays the share URL while /{culture}/trackable/{publicCode} is the rendered page family.