voxxrin / voxxrin3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support private space events

fcamblor opened this issue · comments

  • Introduce a new type PrivateSpaceAccessToken of tokens allowing to provide private space tokens
  • Introduce new firestore entries in /private-spaces/{privateSpaceToken}/events/{eventId}, similar to /events/{eventId}
  • While listing events on voxxrin home screen, look for Private Spaces events (when authenticated user has PrivateSpaceAccessToken tokens)
  • Rewrite all app URLs to take into consideration either /events/{eventId} or /private-spaces/{privateSpaceToken}/events/{eventId} URLs for event-scoped URLs