Taifun is recommending you redo a major part of your Project to achieve a new feature you want You probably don't have enough time to do that and submit your Project on the 9th; so don't add the feature. Instead get all the other parts of your app to work.
I doubt I could do all he is recommending in the time available. and am not sure I could implement his advice.
Do what you can. And provide a screenshot of a TinyDB.GetTags block together with a Do it result as Taifun requests. After you do it perhaps he will provide some Blocks to help you. Provide a screenshot oof the GetTags, not the format you provided.
That format is not useful to sort...
You have to differentiate 2 things, 1) to store the data and 2) to display the data
And you always can convert data from a format as it is stored to a better readable fornat to display it
It does not matter from where
Actually I'm not doing that
And for the record, this was my suggestion already a few days ago
To get the smallest item from the list you put 3 blocks together like this
Ok, very good... you have stored currently one alarm time...
Now as already said..
What about storing millis in the database? This would make it very easy to sort... and to display it in the listview, you convert it into readable format
Oh my god, thank you! There's one more thing I want to change in my project. I'm using a "Show Alert Notice" that isn't functioning as a real notification, as you can see in the blocks I've sent before.
Is it possible to create a proper notification that displays the name of the medication that the user wrote in alarm time?
Like... "It's time to take (name of the medication)" and it would change for the different medications that the user saved.