Objectives

Due

Actions / State Transformation Specification

Given the BBD description you came up with during the hackathon, identify the key actions. Then, for each action, specify how the action would transform the real-time state of your app. Use the template at /apps/together/proposal/spec.md. This specification will involve writing pseudo code.

User Simulator

Build a worker script to simulate a large number of concurrent users performing the various actions supported by your together app. Each action will trigger operations to transform the data stored in Firebase. The worker script from the previous Uber app can be a good skeleton code to build upon.

Requirements

Submission