In the previous post we displayed all the activities a user has performed. Now let’s load the details of a given activity via the Activity Records API (Smart System) and display them. To do so we need to

To simplify the navigation we move the list of activity summaries to a side navigation bar that can be opened and closed by the user. The details of the selected activity are displayed on the main page.

web-activity-details.png


In the next post we will display all the registrations a user has performed.