You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Project/PM0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,7 @@ Please complete this [survey](https://canvas.vt.edu/courses/196188/quizzes/54885
11
11
4. Based on the project details provided in class and on the course GitHub repository, what questions do you have about the project this semester?
12
12
13
13
5. Provide your preliminary project idea (or set of ideas). This is not a commitment to a project.
14
+
15
+
6. Come up with a team contract with your group members. This document should outline working style, meeting and communication expectations, and a team-specific AI policy (that does not overrule the class policy). By submitting this document, all teammates agree to adhere to the contents for the duration of the course project.
Copy file name to clipboardExpand all lines: Project/PM1.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This project milestone will focus on developing the requirements of your system.
4
4
5
5
6
-
####__Requirements Elicitation (3%)__
6
+
### __Requirements Elicitation (3%)__
7
7
8
8
Requirements Elicitation is the process of discovering requirements for your system. There are numerous ways to elicit requirements for software-products. We will discuss several examples in class. You must select one requirements elicitation technique and collect insights on requirements for your project idea from at least 10 other individuals outside of your group, ideally people who would be target users of your product. In your lightning talk for PM2, you must present the requirements elicitation technique you used and a brief overview of the results. Documentation of your requirements elicitation (i.e., survey questions and responses, interview questions and responses, etc.) must be submitted with PM1.
9
9
@@ -32,14 +32,14 @@ Your project team must also submit a project proposal document. The proposal mus
32
32
* a relevant _title_ and all group members listed as _authors_;
33
33
* an _abstract_ briefly describing the problem and proposed solution;
34
34
* an _introduction_ that further explains the problem and motivates the need for the proposed solution;
35
-
*_related work_ presenting relevant software engineering tools or research studies;
35
+
*_related work_ presenting relevant software or research studies;
36
36
* a brief description of the _software engineering process_ your team plans to use for the project and why you selected this process;
37
37
* a section providing an overview of the requirements elicitation, analysis, and specification activities above;
38
38
* and _references_ to any appropriate citations, if applicable.
39
39
40
40
* You will receive feedback from the teaching staff on the proposal and requirements documentation to approve of your course project for the semester.
@@ -52,11 +52,11 @@ The submission for this deliverable will depend on the specific SE process model
52
52
| Kanban | a Kanban board (i.e., screenshot, link, etc.) with backlog of prioritized tasks for PM2 |
53
53
| XP | planning poker outcomes to estimate effort for prioritized PM2 tasks |
54
54
| Spiral | identify PM2 objectives, anticipated risks, and how you plan to mitigate them |
55
-
| Waterfall: submit a simplified version of a software requirements specification (SRS) document for your system [[example](https://assets.asana.biz/transform/4a6dce32-7fe3-42a9-9ff9-a22083597903/inline-project-management-software-requirement-document-template-3-2x?io=transform:fill,width:2560&format=webp)]|
55
+
| Waterfall| submit a simplified version of a software requirements specification (SRS) document for your system [[example](https://assets.asana.biz/transform/4a6dce32-7fe3-42a9-9ff9-a22083597903/inline-project-management-software-requirement-document-template-3-2x?io=transform:fill,width:2560&format=webp)]|
56
56
57
57
* If your process is not listed below, please contact Dr. Brown for an equivalent submission.
58
58
59
59
**Due:** September 26 at 11:59pm
60
60
-[ ] Requirements Documentation (one document or separate well-labeled documents)
Copy file name to clipboardExpand all lines: Project/PM2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Your group must complete an oral proposal presentation during class provding an
15
15
16
16
You may divide the presenting duties among your team however you wish, but the talk must be **_no more than 5 minutes_**. The slides for your presentation are due before class on October 14, and lightning talks will take place in class October 14 and 16. The order of lightning talks will be selected randomly and presented immediately before each class. Please be on time for class on these dates. Due to time constraints, there will not be time for Q\&A after each lightning talk.
Copy file name to clipboardExpand all lines: Project/PM3.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,11 @@ The submission for this deliverable will depend on the specific SE process model
36
36
37
37
### Project Check-In (1%)
38
38
39
-
Complete [this survey](https://forms.gle/XwNUaj4xjuH6grsq8) to provide an update on your team progress on the project so far this semester. Only one team member needs to complete this for the group.
39
+
_Required:_Complete [this survey](https://forms.gle/fbq42BjdDuSdKYXd8) to provide an update on your team progress on the project so far this semester. Only one team member needs to complete this for the group.
40
40
41
+
_Optional:_ Please complete [this survey](https://forms.gle/F8SPwJv4EY1WuQTV6) to provide an individual update on your team's progress separate from the group survey. You do not need to complete this for PM3.
41
42
42
43
**Due:** October 31 at 11:59pm
43
44
-[ ] Design documentation (one document or separate well-labeled documents)
Copy file name to clipboardExpand all lines: Project/PM4.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ This project milestone will focus on the implementation of your system.
6
6
7
7
You must provide an implementation of this project. For the purpose of this milestone, you just need to submit a repository with code in it submitted by each team member. The code may or may not be functional or compile (actually, it should not work properly for the following milestone), and should consist of functions/methods relevant to your project and provide an idea of a potential implementation based on the design in PM3. For grading we will check that: a) code is present for core functionality; b) all team members are contributing to the repository (i.e., commits, creating/closing issues and PRs, documentation, etc.); and c) ensure your ability to contribute code to a team repository with appropriate version control practices (i.e., commits, pull requests, etc.). You will not be penalized for using LLMs or generative AI tools.
8
8
9
-
***If you use AI**, you are expected to have multiple functions (_n_) for your system. You must also adhere to the course AI policy. That is, clearly labeling which segments of code are generated by AI (i.e., provide a log, add comments denoting AI usage and providing prompts, etc.). In addition, you must include an IMPLEMENTATION.md file that explains what feature you implemented, an explanation of what the generated code does and if it does what you were expecting, and what AI tool(s) was(were) used, how, and why. Also describe if any modifications were necessary to the prompts or code to get the submitted output.
9
+
***If you use AI**, you are expected to implement multiple functions for your system. You will be expected to visually represent (i.e., demo) the functionality during the final demo. You must also adhere to the course AI policy. That is, clearly labeling which segments of code are generated by AI (i.e., provide a log, add comments denoting AI usage and providing prompts, etc.). In addition, you must include an IMPLEMENTATION.md file that explains what feature you implemented, an explanation of what the generated code does and if it does what you were expecting, and what AI tool(s) was(were) used, how, and why. Also describe if any modifications were necessary to the prompts or code to get the submitted output.
10
10
11
-
***If you do not use AI**, you are expected to implement at least one functions for your system. In addition, you must include an IMPLEMENTATION.md file that explains what feature you implemented and how you implemented it (i.e., pair programming, etc. if applicable). All team members must submit to the repository. If you submit work for this option but did use AI, it will be treated as an honor code violation.
11
+
***If you do not use AI**, you are expected to implement at least one functionality (i.e., one class) for your system. You will not be required to demo in the final presentation, but will need to explain what was implemented. In addition, you must include an IMPLEMENTATION.md file that explains what you implemented, how you implemented it (i.e., pair programming, etc. if applicable), and how it relates to your overall system design. All team members must submit to the repository. If you submit work for this option but did use AI, it will be treated as an honor code violation.
12
12
13
13
### Black Box Test Plan (6%)
14
14
@@ -34,6 +34,6 @@ The submission for this deliverable will depend on the specific SE process model
34
34
35
35
36
36
**Due:** November 14 at 11:59pm
37
-
-[ ] Implementation (GitHub repository with code)
37
+
-[ ] Implementation (please provide access to your GitHub repository with code)
The exam will be an overview of all the materials covered in class for the semester so far, focusing on software engineering processes, and requirements and design artifacts and practices. The exam will be a one hour timed Canvas Quiz that is open-book. You are free to use your notes, lectures slides, and other course materials and resources to complete the exam. You may **NOT** work with another person on this exam or use AI tools. Below is a general study guide to help organize your notes and preparation efforts. The exam content will include but is not limited to the following:
3
+
4
+
### Software Processes
5
+
* Explain the advantages and disadvantages of iterative and plan-driven processes
6
+
* Compare, contrast, and apply different plan-driven SE processes: (V-model, Waterfall)
7
+
* Compare, contrast, and apply different iterative SE processes: (Incremental, Prototyping, Spiral)
* Understand the differences between different types of agile-based meetings: (scrum/standup meeting, retrospective, sprint planning, triage, sprint review)
11
+
* Understand and apply basic parts of a repository
12
+
13
+
### Requirements
14
+
* Explain the difference between requirements analysis, specifiction, and elicitation
15
+
* Understand the difference between functional and non-functional requirements
16
+
* Describe how to apply requirements elicitation techniques: (surveys, interviews, focus groups/brainstorming, prototyping, ethnographies)
17
+
* Write a user story for a given scenario
18
+
* Understand the different between a use case and a user story
19
+
20
+
### Design
21
+
* Understand the difference between high-level/architectural, low-level, and UI design
0 commit comments