Skip to content

Commit 31f2cfd

Browse files
committed
add points
1 parent e5a5cc7 commit 31f2cfd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

modules/week01/hw-01-1.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Various symbologies have been developed for ER diagrams. For this assignment, re
2323
![](asdn-er-diagram.png)
2424

2525
You can use a tool like [dbdiagram.io](https://dbdiagram.io) as was used to create the above diagram, or any other drawing tool. Or you can just draw it by hand and take a picture with your phone. Regardless of the method, be sure to indicate primary keys somehow (bold text, underlined text, add "PK" next to the attribute, etc., whatever works visually).
26+
27+
**Credit: 40pts**

modules/week01/hw-01-2.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ CREATE TABLE Personnel (
5454
Name TEXT NOT NULL UNIQUE
5555
);
5656
```
57+
58+
**Credit: 50pts**

modules/week01/hw-01-3.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ title: "Week 1 - Naming things is hard"
66

77
In class we discussed the difficulty of selecting the right names for quantities. This can often involve reflecting on what a quantity actually **is** or represents. Settling on a name can be an iterative process.
88

9-
Please reflect on your capstone work. Describe a quantity (a filename, a variable name, etc.) for which you changed the name. Or, if you have yet to change any names, describe a quantity that would benefit from being renamed. Describe what the quantity represents in the context of your project. What are the old and new names, why was the old name not the best, and why is the new name an improvement?
9+
Please reflect on your capstone work. Describe a quantity (a filename, a variable name, etc.) for which you changed the name. Or, if you have yet to change any names, describe a quantity that would benefit from being renamed. Describe what the quantity represents in the context of your project. What are the old and new names, why was the old name not the best, and why is the new name an improvement?
10+
11+
**Credit: 10pts**

0 commit comments

Comments
 (0)