diff --git a/Auxiliary Files/README.md b/Auxiliary Files/README.md index 0e9e8ac..209e78a 100644 --- a/Auxiliary Files/README.md +++ b/Auxiliary Files/README.md @@ -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. \ No newline at end of file diff --git a/Design/README.md b/Design/README.md new file mode 100644 index 0000000..2a9d27f --- /dev/null +++ b/Design/README.md @@ -0,0 +1,3 @@ +# Design + +Design documents here... Explain each folder/file in this readme file. \ No newline at end of file diff --git a/Discovery/README.md b/Discovery/README.md new file mode 100644 index 0000000..cde548f --- /dev/null +++ b/Discovery/README.md @@ -0,0 +1,3 @@ +# Discovery + +Discovery documents here. Explain each folder/file in this readme file. \ No newline at end of file diff --git a/MeetingMinutes/ClientPartner/9-30-2019.md b/MeetingMinutes/ClientPartner/9-30-2019.md index 7b8723e..3b13c3d 100644 --- a/MeetingMinutes/ClientPartner/9-30-2019.md +++ b/MeetingMinutes/ClientPartner/9-30-2019.md @@ -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. diff --git a/MeetingMinutes/Mentor/9-30-2019.md b/MeetingMinutes/Mentor/9-30-2019.md new file mode 100644 index 0000000..3b0842c --- /dev/null +++ b/MeetingMinutes/Mentor/9-30-2019.md @@ -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. \ No newline at end of file diff --git a/MeetingMinutes/Team/9-30-2019_10-6-2019.md b/MeetingMinutes/Team/9-30-2019.md similarity index 97% rename from MeetingMinutes/Team/9-30-2019_10-6-2019.md rename to MeetingMinutes/Team/9-30-2019.md index 929bbc3..fb0c8e4 100644 --- a/MeetingMinutes/Team/9-30-2019_10-6-2019.md +++ b/MeetingMinutes/Team/9-30-2019.md @@ -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. diff --git a/Presentations/README.md b/Presentations/README.md index a39d500..a08d143 100644 --- a/Presentations/README.md +++ b/Presentations/README.md @@ -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 diff --git a/ProjectDescription.md b/ProjectDescription.md index fa03b1f..69f0a74 100644 --- a/ProjectDescription.md +++ b/ProjectDescription.md @@ -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 diff --git a/README.md b/README.md index a5b1306..7afb0fb 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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.