Skip to content

Commit 2f674a0

Browse files
Merge pull request #32 from CPSECapstone/dev
Dev to Main
2 parents bba7d9f + 5e5e7ba commit 2f674a0

37 files changed

+1202
-271
lines changed

.gitbook.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root: ./docs/
2+
3+
structure:
4+
readme: ./readme.md
5+
summary: ./SUMMARY.md
139 KB
Loading

docs/SUMMARY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Table of contents
2+
3+
* [flipted-webrew](readme.md)
4+
* [Access](access.md)
5+
* [Defect Reporting](defect_reporting.md)

docs/access.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Access
2+
3+
Please use the link blew to visit `flipt(ed)-webrew`.
4+
5+
## Website
6+
7+
Link to site: [https://webrew.herokuapp.com/](https://webrew.herokuapp.com/)
8+
9+
## How to Use the Site
10+
11+
1. Click the `Sign in with AWS` button
12+
![Signin With AWS](./sign_with_aws.png)
13+
14+
2. In redirected page, choose `Continue with Google` and use instructor's google account to sign in.
15+
16+
![Continue With Google](./continue_with_google.png)

docs/continue_with_google.png

33.4 KB
Loading

docs/defect_reporting.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Defect Reporting
2+
3+
Please follow the following steps to report any defects you find in the prototype.
4+
5+
First go to JIRA board homepage at [Here](http://platinum.cscaws.com:8080/secure/RapidBoard.jspa?rapidView=52&view=planning.nodetail&issueLimit=100), then
6+
7+
1. Click the `Create` Button in the navigation bar.
8+
2. In the pop up window, select `Bug` for `Issue Type`.
9+
3. Click the `Create` at the right bottom corner of the pop up window to submit the bug when you are done inputing,
10+
11+
![report issue](.gitbook/assets/report_issue.png)
12+

docs/features.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Features
2+
3+
## Instructor Dash Board
4+
5+
## Task Overview
6+
7+
## Student Overview
8+
9+
## Student Mastery Overview
10+

docs/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Introduction
2+
3+
This project is a web application of `flipt(ed)`, a learning management system. At `webrew`, we are development features around instructors. Here is a list of feature we've accomplished for the alpha release.
4+
5+
+ Instructor Dashboard - list of courses an instructor owns
6+
+ Student Overview - an overview of progress of students in one course
7+
+ Task Overview - a detailed task
8+
+ Student Mastery Overview - the mastery overview of a single student
9+
+ Goals - an overview of the mission and goals progress of a single student

docs/report_issue.png

139 KB
Loading

docs/sign_with_aws.png

31.9 KB
Loading

0 commit comments

Comments
 (0)