You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please note: this roadmap is primarily focused on version ALPHA (minimum viable product) and isn't necessarily representational of the end goals for the orbt project and architecture.
version ALPHA
api
graphql server implementation
room model
user model
basic room queries and mutations
basic user queries and mutations
authentication and authorization
room auth
user auth
user store for in-memory storage
room store for in-memory storage
in-memory broker-based gql subscriptions for rooms
subscriptions for room chat, room remote, room members
mutations and queries for user colors in rooms
improved validation for room queries and mutations
correlate subscriptions to a room+user
handle connection dropping/closing in gql subscription(s) to handle when a user leaves/disconnects (fn drop())
connect vm to room model
provide interface for vm to interact with api
provide interface to connect remote holder w/ direct vm ws connection
room user cursor subscription and/or websocket/mutation for real-time user cursors (non-remote)
ROADMAP for orbt
please note: this roadmap is primarily focused on version ALPHA (minimum viable product) and isn't necessarily representational of the end goals for the orbt project and architecture.
version ALPHA
api
fn drop()
)web
cli
vm
The text was updated successfully, but these errors were encountered: