The majority of the Golf Modules are now working. The display of Players, Match History, and detailed Golf Scores replicated in Golf Card format are done. This includes color coding for birdies!!!
It was interesting doing the multiple steps to get data into the application:
- Create the INFO BLL class to hold the data needed for the app
- Create the Controller Routines to load the BLL class from the Data Provider Abstract routines
- Create the dataprovider abstract classes with calls to get the data
- Create the sqldataprovider with the implementation of the abstract class - using calls to the actual real word stored procs
- Create the stored procedure with the information that I need to return
I found that I was doing these tasks in practice in the following order: 5,3,4,1,2 - Not sure why...
Could be a lot of work for getting data into my ASP.NET!!! But the pieces are starting to fall together and lets see how far I can push the application this time.
The old perl architetcure had hits it limit and was getting hard to make changes to, or even read the code.
Time to take a break, the Masters is this week!! www.masters.org
Go Phil Go!!!