-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuserStories - Samantha.html
131 lines (116 loc) · 4.85 KB
/
userStories - Samantha.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Primary User</title>
<link rel="stylesheet" type="text/css" href="css/userStories.css" />
<!--Team CS4Iowa -->
</head>
<body class="container" >
<header>
<span class="headerline"><label>FILE:</label> PrimaryUser.html</span>
<span class="headerline" ><label>User Stories:</label> Educators and Parents</span>
<span class="headerline" ><label>DATE:</label> 6/25/2018</span>
<span class="headerline" ><label>AUTHOR:</label> Team CS4Iowa</span>
<span class="headerline" ><label> Parent Document:</label>
<a href="HomePage.html" >Home Page</a></span>
</header>
<section id="introduction" >
<p>This is the Use Case Narrative for Administrator for the CS4Iowa website.</p>
</section>
<section id="goalsSection">
<h4>Goals</h4>
<p>Access and update information on Computer Science in Iowa for Educators and Parents of students.</p>
</section>
<section id="primaryActorSection" >
<h4>Administrator</h4>
<p><a href="DD_ProjectName_DataFields.html#Admin_ACTOR_HERE" target="_blank" title="Defintiion for Admin_ACTOR_HERE" >Educators and Parents that has access to the Internet.</a></p>
</section>
<section id="preconditionSection" >
<h4>Preconditions</h4>
<ol>
<li>Admin has a Computer to access the CS4ia admin page on GitHub.</li>
<li>Admin should have access to Internet.</li>
</ol>
</section>
<section id="postconditionSection" >
<h4>Post-Conditions</h4>
<ol>
<li>Updated Information pertaining to a target district.</li>
<li>Update data from Code.org</li>
<li>Admin updated links to relative sites.</li>
</ol>
</section>
<section id="basicFlowSection" >
<h4>Basic Flow (steps)</h4>
<ol>
<li>Administrator has a specific district data to update.</li>
<li>Admin logs in to github CS4Iowa repo.</li>
<li>Admin replaces old data file with new data file.</li>
<li>Admin logs out of github.</li>
</ol>
</section>
<section id="alternateFlowSection" >
<h4>Alternate Flow (steps)</h4>
<section class="alternateFlowSubSection" >
<h5>2b. Error in updating data.</h5>
<ol>
<li>Try to login again, to github.</li>
<li>If unsuccessful, contact repo owner.</li>
</ol>
</section>
<!-- <section class="alternateFlowSubSection" >
<h5>4b. Create new list item request.</h5>
<ol>
<li>User decides to create new query.</li>
<li>Loop back to 2..</li>
</ol>
</section> -->
<!--
<section class="alternateFlowSubSection" >
<h5>Academic Paths of the Institution</h5>
<p>Represent and Interpret: Policies and Procedures of KCC.</p>
<ol>
<li>Parent or Student asks a question.</li>
<li>Database is unable to supply request.</li>
<li>Request can be queried from another Kirkwood Portal.</li>
<li>Advisor helps the student navigate to the correct Portal.</li>
</ol>
</section>
<section class="alternateFlowSubSection" >
<h5>Academic Advising</h5>
<p>Department Coordinator: Connecting Student and Parents to KCC.</p>
<ol>
<li>Advisor has a question for Parent or Student.</li>
<li>That the database can not give to Advisor.</li>
<li>Advisor has to access alternative applications.</li>
</ol>
</section>-->
</section>
<section id="openIssuesSection" >
<h4>Open Issues</h4>
<p>These open issues list information for which there is no
clear definition. The Use Case cannot be coded until all open
issues are resolved.</p>
<ol>
<li>Host on actual server, not git hub?</li>
<li>Create a user map</li>
<li>Create user login to manage site.</li>
</ol>
</section>
<section id="remarksSection" >
<h4>Remarks</h4>
<p>Code.org® is a nonprofit dedicated to expanding access to computer science in schools and increasing participation by women and underrepresented minorities. Our vision is that every student in every school has the opportunity to learn computer science, just like biology, chemistry or algebra. Code.org provides the leading curriculum for K-12 computer science in the largest school districts in the United States and Code.org also organizes the annual Hour of Code campaign which has engaged 10% of all students in the world. Code.org is supported by generous donors including Amazon, Facebook, Google, the Infosys Foundation, Microsoft, and many more. </p>
<ol>
<li>Code.org® is dedicated to the vision that every student in every school should have the opportunity to learn computer science.</li>
<li>We are supported by philanthropic donations from corporations, foundations, and generous individuals.</li>
<li>Code.org is a public 501c3. All donations to Code.org are tax-deductible.</li>
</ol>
</section>
<footer>
CS4Iowa Team<br />
Copyright © 2018, CS4Iowa
</footer>
<br /><br /><br />
</body>
</html>