

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Project; Class: Software Engineering Studio; Subject: Computer Engineering; University: Syracuse University; Term: Fall 2001;
Typology: Study Guides, Projects, Research
1 / 2
This page cannot be seen from the preview
Don't miss anything!


CSE784 – Software Studio Fall 2001
B-Specification due Sep 17, C-Specification and code due Sep 24
This program captures and saves customer requirements^1 , development requirements^2 , and requirements issues. It provides capability to: Number each customer requirment, and each development requirement. Attach an issue statement with each requirement, above. Provide a status for each issue which has one of the two values: current, or closed. Provide a title for each requirement. Stamp each requirement with a creation time and date and a last modified time and date. Edit requirements and issues already entered. Add new or delete existing requirements and issues at any time. Associate a priority (levels High, Normal, or Low) with any requirement’s issue. Display any requirement by number or title. Provide two view – one with requirements only, one with both requirements and issues. Sort requirements by creation date, last modified date, or priority. Save and restore the database in a file^3. You may assume that the entire database can fit into memory so your design can read the entire file contents at one time.
Your Reqdata program:
CSE784 – Software Studio Fall 2001
database filename data items filename,^ file text file text
requirements and issue data