AuthEceSoftEng / cenote-api

API server & web client used by cenote.

Home Page:https://cenote.sidero.services/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(0.5) User should be able to navigate inside a project [0.5]

kyrcha opened this issue · comments

Inside a project the user should be able to see two tabs (for now):

  • A tab with all the event collections
  • A tab with project information:
    • project name
    • project id
    • read key
    • write key
    • master key

Inside the project information tab the user should be able to regenerate the keys through a button

The project information must be true for the moment coming from the database since we need to test authentication later on.