-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserstories.txt
45 lines (43 loc) · 1.46 KB
/
userstories.txt
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
user stories
landingpage / dashboard
As a teacher I want to...
-enter students (studentform) to database. [CREATE]
+create HTML form
+client side validation?
+Create students table
+id (?db)
+name f/l
+date entered
+server side code to get records into db
+server side validation
+INSERT query
-update students after milestones [UPDATE]
+create HTML form
+create dropdown menu of current students
+Update students TABLE
+date tested
+date screened
+date of reportcard
+date exited
+server side code to update db
+server side validation
+INSERT query
-See alerts for students who need screens/tests/reportcards {milestones} [RETRIEVE]
+create HTML to display alerts
+create exclusion_date TABLE
+php to calculate expected milestones
+start 3-5 days prior to milestone date
-print students' report cards
+html to diplay report card
+php compiles report document
+name
+date
+php to export to pdf?
-exit students from database
+ students TABLE
+make inactive vs. delete
-remove invalid/incorrect student records. [DELETE]
+student TABLE
+outdated records (?one year; longer?)
-see some other reports
+all student activity per week / month