olivernjeru / replicant-trader

0 stars 0 forks source link

Redesign Quote #11

Closed olivernjeru closed 2 months ago

olivernjeru commented 2 months ago

Send quote should store quote status as active in the database. Receiving quote should activate countdown. Once zero is hit,update quote status from active to expired in the database. This should hopefully help with the live quotes and old quotes table thing.

olivernjeru commented 2 months ago

When sending a quote as a Market Maker, the data should include the current Market Maker UserID from Firebase Authentication. This will be used to display, in the client table, which Market Maker they received the quote from.

olivernjeru commented 2 months ago

This is done in add quote default status as active before storing a quote to firestore db