Displaying the projects and the bugs
In this sample, the available project and bug items are displayed in the frontend via MVC and Razor web pages. While preparing the project, you have already created the folder structure for the views, controllers and models.
To display the projects and the bugs in the frontend, you have to perform the following:
- Create an AreaRegistration class.
In the AreaRegistration class, you will map one or more routes. The routes will define the template of the URL used to navigate to the different views.
- Create the bug and project controllers.
In this step you implement the controllers used for the Project and Bug content items.
- Create the project and bug views.
In this step you will create the views that will display information about the different bugs and projects.
- Create the BugTracker layout.
In this step you will create a layout and apply it to each of the views in the application.
- Add the PrtojectMaster view to the Sitefinity navigation.
In this step you will make the projectMaster view to appear in the Sitefinity navigation.