Skip to main content

Stack

A Stack is just that, a stack of Actions, the idea is to degenare or allow a user to build a step by step process or list of actiols in a sequence with trigers and pauses and intergect many types of logic. Another way to this of Stacks is to Compare it to Flows.

Task Chat Branch API
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 creat documentation on how to utilize them on the APIs tab.


Description

Add a detailed description

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 ProgressRevisions-04.03.2024

Release Status

VersionChannelPhase
0.01InternalAlpha

Team

OwnerLead
MendySergey

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

Coming Soon