Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Rochette <[email protected]>
  • Loading branch information
mjfelis committed Aug 16, 2024
1 parent 835d538 commit 1b9b42a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 id="logic"><a class="toc-anchor" href="#logic" >§</a> Logic</h2>
</ul>
<h3 id="hologram-app-is-already-installed-on-users-handset"><a class="toc-anchor" href="#hologram-app-is-already-installed-on-users-handset" >§</a> Hologram app is already installed on user’s handset</h3>
<p>Operating system SHOULD detect that the URL starts with <a path-0="hologram.zone"path-1=""href="https://hologram.zone/" ><span>https://hologram.zone/</span></a> (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 (<code>oob</code> and <code>tp</code> params).</p>
<div id="note-11" class="notice note"><a class="notice-link" href="#note-11">NOTE</a><p>Hologram.zone website is even not reached in this case.</p>
<div id="note-12" class="notice note"><a class="notice-link" href="#note-12">NOTE</a><p>Hologram.zone website is even not reached in this case.</p>
</div>
<img src="https://www.plantuml.com/plantuml/svg/VPB1JiCm38RlUGfhNDTs4X925Mm3SU0Et7P94tU9rYPHx5BWwKbRIbK9SRFipxz_EpaIoyXTsmXIia5evGVSxdRGMyr6ICK-mkQDC6v04dGf015IXrKsICUmUOo-dylL5A-1Pz_uSvGjF8GmKYObreZvGV8lxn1whCWoJcmFLzTrfQkRTSVJwyjOrqmWn6ZhBijc0-KSG4IdCH8exnXJewz1pWEs9pUdUsEL0UjKqscaX2HzQAox33CeeBArHNroilBl28OvK5aKAzl5mVlgFi_poKsMxHStOqOrLbq8sE2a_8-AcEslL6G8QP-p9SQ86khqCdzhRC47T0E_N6OWok4C3XK3--J3qh3cOV4xCPz8OeZ6LBhlRvSufcEcd_8D" alt="uml diagram">
<h3 id="hologram-app-is-not-installed-on-users-handset"><a class="toc-anchor" href="#hologram-app-is-not-installed-on-users-handset" >§</a> Hologram app is not installed on user’s handset</h3>
Expand All @@ -126,7 +126,7 @@ <h3 id="user-arrive-spontaneously-in-website-no-dts-invitation-in-url"><a class=
<li>Privacy policy (anchor link, <a path-0="hologram.zone"path-1="#privacy"href="https://hologram.zone/#privacy" ><span>https://hologram.zone/#privacy</span></a>)</li>
<li>A footer with copyright, etc</li>
</ul>
<p><img src="./noservice.png" alt="noservice"></p>
<p><img src="noservice.png" alt="noservice"></p>
<h3 id="user-arrives-with-a-dts-invitation-in-url"><a class="toc-anchor" href="#user-arrives-with-a-dts-invitation-in-url" >§</a> User arrives with a DTS invitation in URL</h3>
<p>User was directed to <a path-0="hologram.zone"path-1=""href="https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC" ><span>https://hologram.zone/?oob=QIUiudggiUQ..&amp;tp=ABC</span></a></p>
<p>The website MUST show:</p>
Expand All @@ -138,7 +138,7 @@ <h3 id="user-arrives-with-a-dts-invitation-in-url"><a class="toc-anchor" href="#
<li>Privacy policy (anchor link, <a path-0="hologram.zone"path-1="#privacy"href="https://hologram.zone/#privacy" ><span>https://hologram.zone/#privacy</span></a>)</li>
<li>A footer with copyright, etc</li>
</ul>
<p><img src="./withservice.png" alt="withservice"></p>
<p><img src="withservice.png" alt="withservice"></p>
<h3 id="rendering-of-the-invitation-for-connecting-to-service"><a class="toc-anchor" href="#rendering-of-the-invitation-for-connecting-to-service" >§</a> Rendering of the invitation for connecting to service</h3>
<p>In the case of Instructions to 2, the website:</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The website MUST show:
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc

![noservice](./noservice.png)
![noservice](noservice.png)

### User arrives with a DTS invitation in URL

Expand All @@ -160,7 +160,7 @@ The website MUST show:
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc

![withservice](./withservice.png)
![withservice](withservice.png)

### Rendering of the invitation for connecting to service

Expand Down

0 comments on commit 1b9b42a

Please sign in to comment.