Time Estimate: 16 Hours
When the super user looks at the list of the users he have created, he should be able to click on a user, thinking a button in the actions column.
He should then be able to see that users recent activity.
You need to create a new component that accepts a parameter in the url. This parameter should be the users id. The new component should then take this parameter and call a service that gets that users data from the database, all of the users data plus all the data that refereres to that user.
So create the service to get the user from the parameter.
Design the page to display all of this information.
Time Estimate: 16 Hours When the super user looks at the list of the users he have created, he should be able to click on a user, thinking a button in the actions column. He should then be able to see that users recent activity.
You need to create a new component that accepts a parameter in the url. This parameter should be the users id. The new component should then take this parameter and call a service that gets that users data from the database, all of the users data plus all the data that refereres to that user. So create the service to get the user from the parameter. Design the page to display all of this information.