tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

"Check for updates" for Apps #49

Open marcelogaio opened 7 years ago

marcelogaio commented 7 years ago

It would be interesting to define a standard way for integrating a "Update available", "check for latest version" or "update to latest version" in the apps, if the user requires it.

joerick commented 7 years ago

It sure would! We could use the version number in app.tbinfo to compare with the JSON feed on the ocean (http://ocean.tingbot.com/apps.json). We'd need a way to identify which is the current app, though. I think the app filename is as close as we'll get to a unique id, so I'll have to think about how to surface that in the JSON feed.

marcelogaio commented 7 years ago

Great!! Let me know if I can help! Cheers,