Workout Management Application
Purpose
To better organize and keep track of athletes’ peronal information, injuries and workouts.
Customer
Any sports team
Process
- Collect information about process through experience, interviews, observation, etc.
- Develop Relational Diagram in Visio, establish necessary input and output
- Create Database tables, primary and foreign keys
- Plan form flow, capabilities, and necessary reports
- Program form, procedures, views, reports
- Debug and test
Tools
Oracle 10g database, Virtual Machine, Microsoft Visio, Oracle Form Builder, Report Builder
Blogging Platform
Purpose
To program a platform that can host a blog with posts, categories, users, and comments
Customer
Anyone who wishes to start a blog
Process
- Create database with necessary tables to house posts, users, categories, and comments
- Set up page structure, separating pages requiring a login, and those visible to the public
- Program connection to database using existing .NET classes
- Design CSS document to complete look
- Program in .NET and VB to create data table functionalities, post functionalities, to create new users, etc.
- Debug, add other non-mandatory options if time permits or if required by customer
Tools
Microsoft Visual Web Developer Express, Microsoft SQL server 2008, .NET with Visual Basic