Skip to content

Commit

Permalink
more clenaup
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 17, 2023
1 parent 8788257 commit 2d6f49b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/architecture/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

```{toctree}
---
maxdepth: 2
maxdepth: 1
caption: Contents
---
wallet-specific-api-libraries-and-support-services.md
vendor-specific-api.md
semantic-pass-api.md
pass-management.md
event-system.md
Expand Down
2 changes: 1 addition & 1 deletion source/architecture/core/pass-management.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Architecture of Pass Management
# Architecture of eduTAP Pass Management

Pass management is the task, of creating and designing passes and then offering those passes to potential users, here called tappers.

Expand Down
2 changes: 1 addition & 1 deletion source/architecture/core/semantic-pass-api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Architecture of the Semantic Pass API
# Architecture of the eduTAP Semantic Pass API

## Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Architecture of Wallet specific API Libraries and support services
# Architecture of eduTAP Vendor specific API

A set of libraries to be used by developers writing management software for passes.
Additionally, services are provided to be used by the libraries or the vendor specific systems.
Additionally, support services are provided to be used by the libraries or the vendor specific systems.

They interact either with the specific vendor REST APIs or provide the functionality.

Expand Down Expand Up @@ -29,7 +29,7 @@ For both, passes (Google: wallet objects) and pass templates (Google: wallet cla
- manage the state (lifecycle),
- list (with basic filters).

There are predefined, vendor-specific {term}`stereotypes <stereotype>` and specific types of passes.
There are predefined, vendor-specific pass types.
The libraries are defining models for all of these.
The models can be referenced by name on the above operations using a registry.

Expand Down
2 changes: 1 addition & 1 deletion source/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ID
Pass
Wallet Pass
A (Wallet) Pass is a virtual representation of a card. It is contect-less readable. It includes a visual design, a data structure, security mechanisms and visual personal data (photo, name..). The passport resides in a {term}`wallet` in the smartphone.
A (Wallet) Pass is a virtual representation of a card. It is context-less readable. It includes a visual design, a data structure, security mechanisms and visual personal data (photo, name..). The passport resides in a {term}`wallet` in the smartphone.
Vault
A digital vault is a large secure date store. It is derived from the term vault that describes a secure room or rooms in or below a bank used to store valuables. The noun safe or safe-deposit box, describing a box, usually made of metal, fireproof, in which personal valuables can be locked for safekeeping is a related term.
Expand Down

0 comments on commit 2d6f49b

Please sign in to comment.