Sesu8642 / InfusionTimer

Tea timer for Gong Fu and western style brewing for true enthusiasts.
GNU General Public License v3.0
12 stars 2 forks source link

Sharing teas #16

Open Sesu8642 opened 2 years ago

Sesu8642 commented 2 years ago

As suggested in #12, it would be nice if teas could be shared with friends. Tea information is saved as json. This can also be used for sharing. However, (unlike the backup functionality) this will probably be used by non-advanced users. Therefore, it should be easy to share and receive a tea. Ideas:

Tamuna commented 3 weeks ago

As a first step, we can add a sharing option where, upon clicking a "Share" button, a preformatted message is copied to the clipboard. The message could be something like:

_"Try out [tea_name] tea, which needs to be brewed at [temperature]°C for [time] seconds, and can make [infusions] infusions._

_and btw I use this cool app [app_link] for tracking my teas"_

This would allow users to easily share brewing instructions via messaging apps.

Sesu8642 commented 3 weeks ago

Good idea!