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 4945a1f commit cc8a783
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 261 deletions.
Binary file added desktopandservice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added desktopnoservice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
217 changes: 0 additions & 217 deletions logo.svg

This file was deleted.

Binary file added mobileandservice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mobilenoservice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed noservice.png
Binary file not shown.
33 changes: 0 additions & 33 deletions render-specs.yml

This file was deleted.

51 changes: 40 additions & 11 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ The key words MAY, MUST, MUST NOT, OPTIONAL, RECOMMENDED, REQUIRED, SHOULD, and

## Logic

*This section is non-normative.*

Look at these 2 use cases:

- User clicks an hologram link (DTS) from his mobile phone.
- User scans an hologram link (DTS) from his mobile phone.
- User *clicks* an hologram link (DTS) from his mobile phone.
- User scans a QR representing an hologram link (DTS) from his mobile phone.

In both case we are talking about the same URL. This URL MUST always be formatted as follows:
In both case we are talking about the same URL. This URL is always be formatted as follows:

```
https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC
Expand Down Expand Up @@ -129,10 +131,9 @@ holo --> dts: connect
## Pages

The website MUST be a single-page website.
We have 4 notable cases.

Website MUST show, in this order:

### User arrive spontaneously in website (no DTS invitation in URL)
### Case #1: when user arrive spontaneously in website (no DTS invitation in URL), mobile phone

User was directed to https://hologram.zone/.

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

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

### Case #2: when user arrive spontaneously in website (no DTS invitation in URL), desktop or tablet

User was directed to https://hologram.zone/.

The website MUST show:

- A **short** explanation of what is Hologram
- A QR code of this URL, with a text "Continue on your Mobile Phone"
- Terms and conditions (anchor link, https://hologram.zone/#terms)
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc

### User arrives with a DTS invitation in URL
![desktopnoservice](./desktopnoservice.png)

### Case #3: User arrives with a DTS invitation in URL, from a mobile phone

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


The website MUST show:

- A **short** explanation of what is Hologram
- Instructions to 1. download the App from one of the 3 major stores, Apple, Google, Huawei, or by downloading the apk.
- Instructions to 2. click to connect to DTS service he was willing to connect to. (same https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC), but because app will now be installed, link will be opened by app.
- download link to the 3 major stores, Apple, Google, Huawei.
- click to connect when downloaded. (same https://hologram.zone/?oob=QIUiudggiUQ..&tp=ABC), but because app will now be installed, link will be opened by app.
- Terms and conditions (anchor link, https://hologram.zone/#terms)
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc

![mobileandservice](./mobileandservice.png)

### Case #4: User arrives with a DTS invitation in URL, desktop or tablet

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

The website MUST show:

- A **short** explanation of what is Hologram
- A QR code of this URL, with a text "Continue on your Mobile Phone"
- Terms and conditions (anchor link, https://hologram.zone/#terms)
- Privacy policy (anchor link, https://hologram.zone/#privacy)
- A footer with copyright, etc

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

### Rendering of the invitation for connecting to service

Expand Down
Binary file removed withservice.png
Binary file not shown.

0 comments on commit cc8a783

Please sign in to comment.