Activity tracker

0
Dear community, I am currently working on an app in which one can track his/her activities. The idea is that a person can track his/her meals, walks, runs, workouts, etc. I have been struggling for the past two days with how I should start making the app. Everything that I have tried didn’t work. I am pretty new to Mendix, I have followed a course on Mendix but I haven’t worked with Mendix in a long time. I have attached a file to this question in which I give a clear picture of what I want to create.    this is a drop-down, in which one can select the activity (e.g. walk, run, meal) here you can select the time and date 4. for a walk one can type in the calories and steps. (depending on the activity, these attributes could be different) 5. then you save it 6. once saved, the activity can be found in a log below    Any tips/advice on how I should start making my domain model/pages would be appreciated. Once I have a start I can manage to finish the app myself.   Thanks in advance 
asked
3 answers
1

Welcome to Mendix.

First check out this video recording of the creation of the habit tracker a couple of months ago:  https://video.mendix.com/watch/x2GSFXnPgYq98P2r6f2wNG

And the download of the source code: https://bit.ly/3gVDF3U 

Using that as your base you will likely be able to get what you need.

answered
0

Hey Manocher,

Whenever I want to create a new app I simply write down all the activities that need to be done on paper. After that just create a rough view of your app on paper too. this always help  me to get the idea where to start. 

Hope your get the solution for your trouble. Have a good day

 

answered
0

In addition to Tim there's also the Fitness Activity Tracker demo here https://www.mendix.com/live/build-a-fitness-tracking-app/ 

answered