mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:39:28 +00:00
Added writeup diagram files and scripts to generate to images
This commit is contained in:
49
writeup/diagrams/systemsDiagram.puml
Normal file
49
writeup/diagrams/systemsDiagram.puml
Normal file
@@ -0,0 +1,49 @@
|
||||
@startwbs
|
||||
<style>
|
||||
wbsDiagram {
|
||||
LineColor black
|
||||
BackgroundColor white
|
||||
|
||||
leafNode {
|
||||
'BackgroundColor SkyBlue
|
||||
BackgroundColor #93ff75
|
||||
}
|
||||
}
|
||||
</style>
|
||||
+ Stratos Online Markbook
|
||||
+ User accounts
|
||||
+ Creating accounts
|
||||
+ Logging in
|
||||
+ Resetting passwords
|
||||
+ Management
|
||||
+ Teacher based
|
||||
+ Accounts assigning teachers
|
||||
+ Accounts adding classes
|
||||
+ Assigning students to classes
|
||||
+ Assigning tests to classes
|
||||
+ Test based
|
||||
+ Assigning scores to students
|
||||
+ Calculating grade boundaries
|
||||
+ Generating graphs
|
||||
+ Setting global test values with reports generation
|
||||
+ Student/Parent based
|
||||
+ Contact teachers
|
||||
+ Generate graphs per student
|
||||
+ Generate local test values with reports generation
|
||||
+ Display dashboard
|
||||
+ Send emails
|
||||
+ Handling data
|
||||
+ Reports
|
||||
+ Test reports
|
||||
+ Average score
|
||||
+ Grade boundary chart
|
||||
+ Class reports
|
||||
+ Score movement over time
|
||||
+ Markbook
|
||||
+ Teacher reports
|
||||
+ Mass generate all classes/students
|
||||
+ Student reports
|
||||
+ Average score over time
|
||||
+ Score movement
|
||||
+ Average grade
|
||||
@endwbs
|
||||
Reference in New Issue
Block a user