jamestkelly / is-my-coffee-cold

is-my-coffee-cold is a simple full-stack web application built to calculate the amount of time you have until your coffee goes cold, i.e., becomes undrinkable. The application achieves this through the combination of localised weather data sourced via external API calls alongside the Huen's method.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Implement User Data Management Services | API #4

Closed jamestkelly closed 8 months ago

jamestkelly commented 8 months ago

Given user's will be able to store previously calculated coffee decay times alongside:

We need to implement the corresponding end-points and services to enable this functionality.

jamestkelly commented 8 months ago

Closed this as from research Firebase recommends using client-side (front-end) application to perform these operations. This is resolved by the implementation #15.