MVP Journey - André Baltazar

Building an MVP every week

📝 Daily Log – API and a couple other things

I'm quite happy how the work today turned out:

A functioning ToDo app which allows moving items around.

I ended up creating a simple API in PHP to story the data, it is quite inefficient, sending all the data for the app in each request, but it works. It is just a proof of concept, so I'm happy with it. The items are retrieved at the start of the app, and then saved when something is modified.

Posted that video on Twitter, and it was suggested to add a log for the work done, for metrics. So I quickly added a new screen, and a logging mechanism for when the tasks are moved to the "Done" list.

Showing off the metrics screen in the app.

I want to develop this into an app for other users, but might be quite difficult to get an app like this started. So I'm not pursuing that right now. Tomorrow I will decide on what to work next.

It was once again a good day. All that is left to do today, is move over the only task to the "Done" list.

First task in my app.