Skip to main content

Access & Permissions

This is the centralized system for handling all access across the entire Colibri platform.

Task Chat Launch
note

This document is not meant to outline how to use the API endpoints, rather how to build it. We outline what it's capabilities should be, once you have built them, you can create documentation on how to utilize them on the APIs tab.


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. 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.

Development Status

DocBackendFrontendLast Update
In ProgressUp NextUp Next04.03.2024

Release Status

VersionChannelPhase
0.01InternalAlpha

Team

OwnerLead
MendyDebora

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
  • Task
  • Chat
  • [Main Branch]
  • [Alpha]
  • [Beta]
  • [Production]