Skip to content

Commit 6283a01

Browse files
Add stubs for three deliverables
1 parent 0bfff01 commit 6283a01

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
TBD
1+
# Entity Relationship Diagram
2+
3+
Reference the Creating an Entity Relationship Diagram final project guide in the course portal for more information about how to complete this deliverable.
4+
5+
## Create the List of Tables
6+
7+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ List each table in your diagram]
8+
9+
## Add the Entity Relationship Diagram
10+
11+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ Include an image or images of the diagram below. You may also wish to use the following markdown syntax to outline each table, as per your preference.]
12+
13+
| Column Name | Type | Description |
14+
|-------------|------|-------------|
15+
| id | integer | primary key |
16+
| name | text | name of the shoe model |
17+
| ... | ... | ... |

β€Žplanning/user_stories.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
TBD
1+
# User Stories
2+
3+
Reference the Writing User Stories final project guide in the course portal for more information about how to complete each of the sections below.
4+
5+
## Outline User Roles
6+
7+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ Include at least at least 1, but no more than 3, user roles.]
8+
9+
## Draft User Stories
10+
11+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ Include at least at least 10 user stories in this format:]
12+
13+
1. As a [user role], I want to [what], so that [why].

β€Žplanning/wireframes.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Wireframes
2+
3+
Reference the Creating an Entity Relationship Diagram final project guide in the course portal for more information about how to complete this deliverable.
4+
5+
## List of Pages
6+
7+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ List the pages you expect to have in your app, with a ⭐ next to pages you have wireframed]
8+
9+
## Wireframe 1: [page title]
10+
11+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ include wireframe 1]
12+
13+
## Wireframe 2: [page title]
14+
15+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ include wireframe 2]
16+
17+
## Wireframe 3: [page title]
18+
19+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ include wireframe 3]
20+
21+
[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ include more wireframes as desired]

0 commit comments

Comments
Β (0)