Skip to content

Commit

Permalink
2020 cohort preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
hergin committed Sep 16, 2020
1 parent 08de3df commit 0bc8d28
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Auxiliary Files/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auxiliary Files

Any auxiliary files you see value will be put here with file name and explanation. Such as drawings, sketches, etc. Anything that the instructor specifically didn't tell where to put.
Any auxiliary files you see value will be put here with file name and explanation. Such as drawings, sketches, etc. Anything that the instructor specifically didn't tell where to put. And explain what this file is.

- WhateverFile.jpg: Some drawing we made for the UI.
- Etc.
3 changes: 3 additions & 0 deletions Design/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Design

Design documents here... Explain each folder/file in this readme file.
3 changes: 3 additions & 0 deletions Discovery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Discovery

Discovery documents here. Explain each folder/file in this readme file.
2 changes: 1 addition & 1 deletion MeetingMinutes/ClientPartner/9-30-2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter

Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter data in this format. Nothing else.

## Location
## Location/Medium

Wherever the meeting was.

Expand Down
29 changes: 29 additions & 0 deletions MeetingMinutes/Mentor/9-30-2019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Mentor Meeting on 9/30/2019

## Meeting Start Time

Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter data in this format. Nothing else.

## Meeting End Time

Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter data in this format. Nothing else.

## Location/Medium

Wherever the meeting was.

## Present

Whoever were present in the meeting. Write only the first names of team members and clients. Each name should be separated by commas.

## Minute Recorder

Whoever was recording the minutes in the meeting. Write only the first name(s) of minute recorders. Each name should be separated by commas.

## Topics Discussed

Whatever discussed in this week.

## Things Clarified

Whatever the plan is for next week.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter

Whatever the start of the meeting was in **YYYY/MM/DD/hh:MM** format. Just enter data in this format. Nothing else.

## Location
## Location/Medium

Wherever the meeting was.

Expand Down
3 changes: 1 addition & 2 deletions Presentations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

Any presentation you made will be put here right after the presentation. The following is a list of presentations you have to put. You can see the schedule of these in the syllabus on Canvas.

- Initial Project Planning Presentation
- Design Presentation
- First Iteration Presentation
- Second Iteration Status & Planning Presentation
- Second Iteration Presentation
- Third Iteration Presentation
- Fourth Iteration Presentation
Expand Down
2 changes: 1 addition & 1 deletion ProjectDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Put a more detailed explanation of the project along with the features/requirements.

## High-level Features

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CapstoneProjectTemplate /* Title of your project */
# CapstoneProjectTemplate /* Replace this line with the title of your project */

## **Summary**

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Put a very high-level summary of the project.

## **Team Members**

Expand All @@ -22,14 +22,14 @@ WHATEVER COMPANY or CORRESPONDENCE
## **Links**

- [Project description](ProjectDescription.md)
- [Clubhouse of the project](https://app.clubhouse.io)
- [Team meeting minutes](MeetingMinutes/Team)
- [Mentor meeting minutes](MeetingMinutes/Mentor)
- [Client partner meeting minutes](MeetingMinutes/ClientPartner)
- ... any other documents/links you see need

## **Code Repositories**

- [Mobile App - Android](https://www.android.com/)
- [Php Backend](https://www.php.net/)
- [Mobile App - Android](https://www.github.com/WHEREEVER_THE_ANDROID_CODE_IS/)
- [Php Backend](https://www.github.com/WHEREEVER_THE_PHP_CODE_IS)
- Others if more.

0 comments on commit 0bc8d28

Please sign in to comment.