Page 1 of 1

Show history of actions and messages received

Posted: Fri Aug 22, 2014 7:22 am
by Hawk

I am trying to add a history page to my app, the page contains two sub-pages, one for the messages received (from the app owner, based on the user unique ID) and the other sub-page shows the history of actions completed by the user (take survey, upload photo ... etc.), In both sub-pages, the date and time should show under the message/action. The messages history is showing the latest on top. In fact, I have no clue what items should I use and what approach should I follow. Any advice or reference would be greatly appreciated.

Image

Image

Image


Show history of actions and messages received

Posted: Fri Aug 22, 2014 8:22 am
by Kateryna Grynko

Hi Hawk,

Unfortunately, custom logic falls outside the scope of our support.
Do you have any idea how you want it to look and work?
What did you already try? Do you have any specific question?


Show history of actions and messages received

Posted: Fri Aug 22, 2014 8:32 am
by Hawk

Yes, I am thinking of creating localStorage variables that holds the strings of the messages and photos uploaded. Now my question, is "label" the best available component on appery builder to display dynamic values. By dynamic I mean creating and deleting labels at the running time (for example, once new string receive, java script will create new label and present it on the screen with the new string). Or you advise with other component for such scenario?


Show history of actions and messages received

Posted: Fri Aug 22, 2014 11:27 am
by Kateryna Grynko

Hi Hawk,

Yes, use a Label component please. This is simple to work with it via JS.