Prado Time Tracker Demo
Saturday, July 29th, 2006A new demo that utilises many of Prado’s features has been added to the trunk. The Time Tracker is a business web application for keeping track of hours spent on a project, with ability to handle multiple resources as well as multiple projects.
The time tracker sample application have the following key features:
- Define project information like due dates, hours to complete, project resources, and more.
- Track time spent each day by category and project.
- Generate progress and team resource reports across multiple projects.
The Time Tracker is based on the ASP.NET's Time Tracker Starter Kit
See the Prado demo http://xlab6.com/p3/demos/time-tracker/
Technologies and Design Approached Demonstrated
- Prado event-driven component framework
- Separation of concerns: persistent storage, business logic, presentation
- Object-Relational mapping using SQLMap
- Unit testing and functional testing
- Promote code reuse
The demo is available in the daily snapshots from Prado's download page, or via SVN (see instructions from the download page).