Skip to content

Commit

Permalink
Add info about final presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaray committed Jun 13, 2016
1 parent 7286924 commit 41bc64c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ We will go through the process of developing a secure application that:
- [H: Token Based Authorization](descriptions/h_token_authorization.md)
- [I: OAuth Protocol and Single-Table Inheritance](descriptions/i_oauth_protocol.md)
- [J: Signed Apps and XSS Prevention](descriptions/j_distributed_security.md)
- [K: Final Presentations](descriptions/k_final_presentation.md)
33 changes: 33 additions & 0 deletions descriptions/k_final_presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Final Presentation

This final week we will present our semester projects and share our thoughts.

Here are some criteria for your final presentations:

1. Presentation Time
- 15 Minutes Presentation
- Please share presentation duties among your teammates
2. Outline
- Introduction
- Introduce project purpose
- What are the security threats of major concern
- Demonstration
- Show us all the major features
- Must register/create account as part of your demo
- Must log in
- Must create resources using your logged in account
- Must share resources with other users
- Tell us anything your application does that was not covered in class
- Architecture
- Show us a schematic of what are the major parts of your system
- Tell us about your database schema (tables, encrypted columns, models, etc.)
- Future growth
- Share ideas for how your project might grow in the future
- e.g., new interfaces/devices; other use cases
- What new security concerns might these changes bring?
- Show us a future schematic of your architecture (if Future Growth happens)
3. Listening and Thinking (2 questions)
- Every team must prepare at least one question for each other team's presentation
- Every team must propose one idea for future growth for each other team's presentation

After the presentations are over, we'll freely discuss the state of security in the world today.

0 comments on commit 41bc64c

Please sign in to comment.