|
|
Team |
STUDENT NAME
|
|---|---|
|
Team 1: TerpSpreadsheet Spreadsheet program with User-defined Functions |
Altman, Michael Ross |
| Bates, Adam MacNeil | |
| Boyce, Dorian E | |
| Chen, Drew Truland | |
| Chumpitazi, Anthony Christ | |
|
Team 2: TerpPaint Paint Program |
Cirujales, John Odsinada |
| Delacruz, Michael William | |
| Horowitz, David Seth | |
| Jeune, Vladimir Randy | |
| Malhotra, Dave Kumar | |
Team 3: TerpPresent Object-based drawing and Presentation Tool |
McFarlane, Dwayne A |
| Rasekh, Ari Daniel | |
| Singh, Uttam | |
| Tucker, David Nathaniel | |
| Vela, Juan Miguel |
You need to schedule meetings with me so that I can give you an initial set of informal requirements for your assigned software product.
Starting from the informal requirements, you will develop a complete set of requirements, design a system that meets these requirements, and finally create and test a software system that implements your design. At each step in this process you will produce corresponding documentation. All documents must be submitted in electronic format and must be written in English. You must also submit an evaluation of yourself and each of your team-mates at each of these stages.
Phase 1: Inheriting the code. Due date: Feb. 21. |
| Summary:
Ensuring that Version 4.0
works, identifying the bugs and missing parts, and updating the bug reports. Details:
Deliverables
The source code submission should include only SOURCE files. Code archives (e.g., .jar) should not be submitted. The build scripts should be able to install the software on a new computer, which has only the OS installed. The grader will first delete all archives and derived files (e.g., .jar, .exe, .class files) from your submission; if any are found, you will lose 100 points. The grader will then read your README file (a plain-text file) and use it to build your application. The build script should return a meaningful error and instructions if additional system software (such as a compiler) needs to be installed. If the script does not return a meaningful message, then the grader will abandon the installation; you will lose all points for this submission. You are not allowed to require the installation of any third-party tools and/or libraries. A successful build is not worth any points. The grader will repeat this process on three platforms -- Mac OS X, Windows XP, and Linux. The final message from the build script (after a successful build) should give detailed instructions on how to execute your application. An "execute script" should be generated/provided that automatically executes the application. Without this script, the grader will not run your application.
|
Phase 2: Requirements and User Scenarios. Due date: Mar. 1. |
||||||||||
| Summary: Requirement Analysis Document
and Scenarios Deliverables
Deliverables
GRADING POLICY: This submission is worth 200 points. You are expected to submit (1) the VORD documents (100 points) and (2) valid LaTeX source files with 100 scenarios (100 points). For the scenarios, the initial and final software states should be described using line-drawings of screenshots accompanied by text fully describing the state in detail. If any environment settings, such as variables and files are expected to be needed in the state description, please describe them in detail. The event sequence should be described in as much detail as possible. A software user should be able to use these scenarios to bring the software to the described initial state, execute the event sequence steps, and recreate the final state without any additional help. Please provide a file called "toplevel.tex" that compiles to the final document. The grader will compile the files using the command "pdflatex toplevel". If the LaTeX source files are not compliable, then you will lose all points for this submission. The grader will then check the 100 scenarios. You get 1 point for each correct scenario. |
Phase 3: Coding the new requirements. Due date: Apr. 2. |
| Summary: Complete Working Software Code
(Version 5.0)
Deliverables
GRADING POLICY: This submission is worth 300 points. The source code submission should include only SOURCE files. Code archives (e.g., .jar) should not be submitted. The build scripts should be able to install the software on a new computer, which has only the OS installed. The grader will first delete all archives and derived files (e.g., .jar, .exe, .class files) from your submission; if any are found, you will lose 100 points. The grader will then read your README file (a plain-text file) and use it to build your application. The build script should return a meaningful error and instructions if additional system software (such as a compiler) needs to be installed. If the script does not return a meaningful message, then the grader will abandon the installation; you will lose all points for this submission. You are not allowed to require the installation of any third-party tools and/or libraries. A successful build is not worth any points. The grader will repeat this process on three platforms -- Mac OS X, Windows XP, and Linux. The final message from the build script (after a successful build) should give detailed instructions on how to execute your application. An "execute script" should be generated/provided that automatically executes the application. Without this script, the grader will not run your application. The grader will then execute 100 scenarios (not necessarily the ones that you submit) taken directly from the requirements that were given by the customer. Each successful scenario per platform is worth 1 point. |
Phase 4: Testing and Bug Reports. Due date: Apr. 24. |
| Summary:
Testing, bug reporting, and Documentation
(Version 5.0)
Deliverables (Choose 300 methods in the code for this phase; these methods should not have existing JUnit test cases.)
GRADING POLICY:
|
Phase 5: Testing and Bug Reports. Due date: May. 11. |
| Summary: User Manuals
(User Guide) and update Web-site for
Version 5.0 GRADING POLICY: WEB-SITE: [This submission is worth 200 points; bonus points will be given for creativity] The web-site should be submitted on a CD. It should have only one root folder at the top-level, called any one of: TerpManager, TerpWord, TerpPaint, TerpSpreadSheet, TerpCalc, TerpPresent. I will copy the root folder to the www.cs.umd.edu web server. Please don't hardcode any links, i.e., all links should be relative to your root folder. Also, don't make any assumptions about the web-server (Note that cgi and other server scripts are not allowed; directory browsing is also not allowed). The root folder should contain a file called index.html that points to the "first page" (or Home) of your site. The contents of your entire site should be accessible (directly or indirectly) from this page. Provide at least the following pages: (1) "About Us" that lists your names, (2) "Contact Us" that points to your Terp????@cs.umd.edu contact e-mail address, (3) "Report a Bug" that points to all bugs related to your version of Terp???? on bugs.cs.umd.edu (yes, if you have reported bugs elsewhere, please migrate them to bugs.cs.umd.edu), (4) "FAQs" that contain answers to some commonly asked questions about your software/installer/developers; you may get some questions from the TA or your instructor, (5) "Install" that provides instructions (and a link to an archive containing only SOURCE files and install scripts) on how to install your application, (6) "Site Map" that shows the structure of your site as a tree, and (7) "Downloads" that allows users to download any (or all) document(s) and code submitted during this semester; provide mechanisms to let the user first select the needed files and then download them using one button-click. Each page should contain links to all these pages and Home. (Feel free to get feedback on partially created web-sites before the submission date. I strongly encourage that all groups work together to produce the web-sites; also, it would be nice to have one TerpOffice Version 4.0 page that links to all Terp???? applications in version 4.0) USER-MANUAL: [This submission is worth 100 points; bonus points will be given for creativity] Submit ONE pdf file that is the user guide, and all the source files. The sources should produce one document identical to the submitted pdf file. The user guide should contain the following sections: Cover page, Table of contents, Introduction (overview of the software, platform restrictions, etc.), Installation guide, Working with Terp???? (features of your software, How-to use-cases submitted in an earlier phase). |
Final Phase: Putting it all together. Due date: May. 18. |
| Summary: Complete Version 5.0. Please put everything that you have developed in this semester (including the power-point slides) on one CD. |
The university computer labs should provide all necessary support for the project. Other resources normally available to you (e.g., home computers) can be employed, however you do this is "at your own risk." No alterations to conditions of the assignment will be made to accommodate peculiarities of your other computing resources.
All teams will present their project in class. Details of the presentation are available here. An evaluation sheet will need to be filled by every student.
Late deliverables will be accepted with a 10% penalty per day. Start your projects early - last-minute computer malfunctions will not be accepted as reason for delaying an assignment's due date.
Copyright: Dept. of Computer Science, University of Maryland.
|