Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Show history of actions and messages received

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Show history of actions and messages received

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?

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Show history of actions and messages received

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Show history of actions and messages received

Hi Hawk,

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

Return to “Issues”