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
For our first release, our backend needs to support the following features:
An admin must be able to create accounts manually.
A user must be able to log in with credentials supplied by an admin.
Users must be able to join a single chatroom.
Users must be able to post messages in the chatroom, and the new message must be broadcast to all other chatroom participants in real-time.
There must be a character limit on the maximum message size.
Users must be able to request a new username through the Roky app. If the username is available, it will be assigned to them. It will not be assigned to them if it is unavailable or uses illegal characters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For our first release, our backend needs to support the following features:
Users must be able to request a new username through the Roky app. If the username is available, it will be assigned to them. It will not be assigned to them if it is unavailable or uses illegal characters.
Here is a link to our proposed schema: DrawSQL.
Please propose amendments as comments and a rationale for the proposed change.
Beta Was this translation helpful? Give feedback.
All reactions