60 likes | 172 Views
The Lab Course Scheduler is a user-friendly program developed by Team Name, consisting of students 1, 2, 3, and 4. Users can specify input files, with the program adeptly handling any file format errors to ensure robust performance. The application generates an output file with lab courses organized into designated days and times, allowing customization of output name and location. Utilizing object-oriented design principles and tested thoroughly for reliability, this tool simplifies lab scheduling and enhances productivity.
E N D
Program Name Developed by Team Name Student1, Student2, Student3, Student4
Demonstration • User can specify the input file, program reads in the file • Program deals robustly with any file format errors • Program produces an output file with all lab courses properly fitted into the assigned days and times • User is able to specify the output file name and location
Object-Oriented Design • Insert UML class diagram here Reflections?
Pattern(s) used • Pattern 1 used • Justification and advantages • Pattern 2 used • Justification and advantages Reflections?
Testing • Program Stats • # classes, # methods, total lines of code • Unit testing Stats • # classes, # methods, total lines of test code • Unit testing code coverage % Reflections?
Implementation • Repository stats • Number of revisions (use TortoiseSVN > show log) • Program style • NetBeans analyze Javadoc results • Conventions used and enforced (pmd) • Packaging and completion of Integration 1 status report