Skip to content

Variable Naming

Thomas Starzynski edited this page May 28, 2019 · 2 revisions

Reko Vocabulary

  • receiver: receives the reko from the sender!
  • sender: sends(gives) the reko to the receiver!
  • reko inbox: the dashboard where all your rekos live

User Types

  • User (receiver)
    • has a full reko account (needs to log in)
    • has a token which generates a custom URL that he can send to friends so they can populate his reko inbox
    • the token-url is not protected by any means, its just a GET request. But its not guessable (secure hash)
  • Friend (sender)
    • has no reko account (yet).
    • has to put in his/her name to leave rekos (stored as sender_name)

Clone this wiki locally