From 28f53b72a97147494ceafa253da48c81cdf6d3d2 Mon Sep 17 00:00:00 2001 From: Fabrice Rochette Date: Fri, 16 Aug 2024 16:53:40 -0500 Subject: [PATCH] improvements Signed-off-by: Fabrice Rochette --- {docs/assets => assets}/noservice.png | Bin {docs/assets => assets}/withservice.png | Bin index.html | 6 +++--- spec.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename {docs/assets => assets}/noservice.png (100%) rename {docs/assets => assets}/withservice.png (100%) diff --git a/docs/assets/noservice.png b/assets/noservice.png similarity index 100% rename from docs/assets/noservice.png rename to assets/noservice.png diff --git a/docs/assets/withservice.png b/assets/withservice.png similarity index 100% rename from docs/assets/withservice.png rename to assets/withservice.png diff --git a/index.html b/index.html index da961be..cdac87c 100644 --- a/index.html +++ b/index.html @@ -106,7 +106,7 @@

§ Logic

§ Hologram app is already installed on user’s handset

Operating system SHOULD detect that the URL starts with https://hologram.zone/ (we definitely rely on it), and because the Hologram App registered this URL in the OS, OS SHOULD automatically open the Hologram App, and app MUST automatically process the URL content (oob and tp params).

-
NOTE

Hologram.zone website is even not reached in this case.

+
NOTE

Hologram.zone website is even not reached in this case.

uml diagram

§ Hologram app is not installed on user’s handset

@@ -126,7 +126,7 @@

Privacy policy (anchor link, https://hologram.zone/#privacy)
  • A footer with copyright, etc
  • -

    noservice

    +

    noservice

    § User arrives with a DTS invitation in URL

    User was directed to https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC

    The website MUST show:

    @@ -138,7 +138,7 @@

    https://hologram.zone/#privacy)
  • A footer with copyright, etc
  • -

    withservice

    +

    withservice

    § Rendering of the invitation for connecting to service

    In the case of Instructions to 2, the website:

      diff --git a/spec.md b/spec.md index ddde40f..b35bd94 100644 --- a/spec.md +++ b/spec.md @@ -144,7 +144,7 @@ The website MUST show: - Privacy policy (anchor link, https://hologram.zone/#privacy) - A footer with copyright, etc -![noservice](docs/assets/noservice.png) +![noservice](./assets/noservice.png) ### User arrives with a DTS invitation in URL @@ -160,7 +160,7 @@ The website MUST show: - Privacy policy (anchor link, https://hologram.zone/#privacy) - A footer with copyright, etc -![withservice](docs/assets/withservice.png) +![withservice](./assets/withservice.png) ### Rendering of the invitation for connecting to service