Chapter 5. Iteration 2: Project CRUD
Now that we have a basic application in place and configured to communicate with our database, we can begin to work on some real features of our application. We know that the project is one of the most fundamental components in our application. A user cannot do anything useful with the TrackStar application without first either creating or choosing an existing project within which to add tasks and other issues. For this reason, we want to use our second iteration to focus on getting the project entity wired into the application.