Making some final tweaks
We now have a list of our issues associated with a project that are displayed from within the project details page. We also have the ability to view the details of an issue "R"ead, as well as links to "U"pdate and "D"elete issues. So, for the most part our CRUD operations are in place.
However, there are still a few items that need to be addressed before we can close out this iteration. One thing we notice is that the issues display list is showing numeric ID numbers for the Type, Status, Owner and Requester fields. We should change this so that the text values for those are displayed instead. Also, as issues are under a specific project already, it is a bit redundant to have the project ID displayed as part of the issue list data. So, we can remove that. Finally, we need to address some of the navigational links that are displayed on the various other issue related forms to ensure we are always returning to this project details page as the starting place for all...