I am completely new to dot net nuke . Here I have one requirement:
One pane of home page contain employee profile which need to be changed weekly dynamically.And also user need to see the profiles of employees which were on that pane previously i.e., history.
For that I thought to create a page named Employee of Week and create the sub pages where we keep the individual's employee profile .And when one new sub page is created with new profile i need to automatically update in Employee Profile pane in Home page.
Apart from that when click on view all tab than it need to displays all the profiles of employee.
But i am confused how to begin. Or Is there any features in Dot net nuke to solve my problem?