Skip to content

Modello

Martino Mensio edited this page Mar 22, 2017 · 1 revision

Quali dati

User

Key = ID / username / email

  • id
  • username (si può usare come id perché univoco)
  • email (si può usare come username/id)
  • nome
  • cognome
  • stato (da verificare / verificato / bannato)

Activation code

Key = userID+code

  • user ID
  • code
  • expiration

Ticket

Key = ID

  • id
  • type
  • cost

Basket

Key = userID+ticketID

  • userId
  • ticketId
  • quantity
  • lastModification

Purchases

Key = ?

  • purchaseID
  • userId
  • ?
Clone this wiki locally