Skip to main content

Access

This is the centralized system for handling all access across the entire Colibri platform. The Colibri Aceess functionalities are powereed by the BackBone Access API

Task Chat Endpoint

Description

Each chat, file, or anything else that a user creates or is given access to must hold an access document to detail who gave access, for how long, to what and any other related details. In addition to the doc, we also need an api for developers to use this system to hande what they have access to within third party apis or Actions.

We have to determin how the Permissions featur will utilize the access feature and what needs to be added to support it.

The permissions API will ectend past the doc access but also data type like location, age, gender, contact detail, emails and push notification... and hardware access like bluetooth, camera, etc.

Status

warning

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

Status

OwnerLeadPhase OneBackend LiteFrontend LitePhase TwoBackendFrontend
Dev StatusRevisionsIn Progress
Version0.01
ReleaseInternal
PhaseAlpha
Channels
TeamMendyGabriel

Reminders

  • Keep code lean and clear
  • follow the outlined arcetecture
  • write commetes in your code
  • update the staus in the docs and in GitHub
  • try not to recreate functions we alredy have, rather update exsiting functions to support your needs
  • Be sure to follow the release guidelines
  • Update Documentation
  • keep API docs up to date each time you update or add endpoints

Design

  • [Mobile]
  • [Web]

Branches

  • [Lite]
    • [Lite Alpha]
    • [Lite Beta]
    • [Lite Production]
  • [Alpha]
  • [Beta]
  • [Production]

General