MVP Journey - André Baltazar

Building an MVP every week

📝 Daily Log – Near Release

Did some work in the early morning, but had to leave, and just came back very late. Despite that I actually made some good progress.

Finished the documentation, and wanted to actually finish for a release today, but the Telegram Message notifications are not ready because all notifications and subscriptions are currently going to the SubNot bot instead of the bots for each user of the application.

To prevent spam, each user must provide their own bot. So I basically have to support adding new bots to the system and associating them with the buttons.

I started with a dumb approach of adding this data for each button, but then realised that I should have each bot as an entity in the system, that way it is easier to identify each button uniquely.

Tomorrow I need to finish this and publish a first version release of the service.