Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.2 KB

File metadata and controls

41 lines (30 loc) · 2.2 KB

Lab Report: Requirements


Course: CIS 411, Spring 2021
Instructor(s): Trevor Bunch
Name: Your Name
GitHub Handle: Your GitHub Handle
Repository: Your Forked Repository


1. Overview

In this section provides a brief overview of the business problem. By brief, it should include a single image (business process or use case diagram) and a textual explanation (describing actors, tasks, information, or outcomes) and described in Step 4.

Here is an example of including a image into your lab report using a URL:
Use Case
Credit: By Kishorekumar 62, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=7880320

Here is an example of including a image into your lab report using an uploaded file:
Use Case Diagram
Credit: By Kishorekumar 62, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=7880320

2. Requirements

In this section, organize and list requirements from Step 5. You are welcome to organize this section in anyway that you would like (using headings or tables). The structure of this section should correspond to your overview section, and it is recommended that that you review the lessons learned from your colleagues.

3. Assumptions

This is an optional section, where system constraints, out of scope features or other caveats can be clearly documented.

Appendix: GitHub Notes

A.1 Forked Repository

In this section, provide a diagram that demonstrates the relationship between the source repository and your forked repository in Step 1.

A.2 Git Logs

In this section, provide the logs from Step 2.7 and Step 6.4.

Hint: for system output, use markdown's fenced code block for formatting.

A.3 Branch Repository

In this section, provide a diagram that demonstrates the relationship between your main branch and your feature branch in your repository (Step 2.8)

A.4 Extra Credit

In this section, provide the round-trip diagram described in Step 8.