ATLAS SCHEDULER
 
Language: C#
Database: SQL Server
 
Atlas Scheduler was created as a tool to improve management to employee communication, and provide cost analysis for management decisions. This web application was created using C# and ADO.NET to read and write to a SQL Server database. This application required the use of several Session variables to maintain state, as well as the use of Query Strings to transfer data from one page to the next. Some of the applications features included the addition and updating of companies and their employees, individual and company wide schedules, and the ability for management to create work schedules via a user form. In order to validate what user features are available, Session variables were created to maintain user type status. Which is to say, if your a manager you have read/write privileges, where as an employee has read only. A number of client and server side input validations were also introduced into the site.
 
LAUNCH PROJECT