General API

General API is a monolithic REST API to handle all non-chat requests such as account creation. It will be separated into multiple microservices later.

User Stories

User Storieschevron-right

Refer to the above document for personas.

These are the initial user stories to build.

  • As John, I want to sign up for an account so that I can sign into the dashboard

    • Account Signup

    • Account sign-in

  • As John, I want to set up an organization, so I can create an application for chatting

    • Organization creation, view

    • Application creation, view, list

  • As Daniel, I want to create a user, so Max and Andy can chat

    • User creation, view, list

  • As Daniel, I want to create a channel, so Max and Andy can chat

    • Channel creation, view, list

Last updated