diff --git a/README.md b/README.md index c86f9de..c3980eb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ The key stakeholder for this application is the Associate Department Head, who i * Sprint 2: * Goal: Have a raw views for all the data upload. * [Sprint Plan](https://github.com/tamu-edu-students/Faculty-Teaching-Assignment/blob/main/documentation/Fall2024/Sprint_2_Plan.pdf) + * [Retrospective](https://github.com/tamu-edu-students/Faculty-Teaching-Assignment/blob/main/documentation/Fall2024/Sprint_2_Retrospective.pdf) + * Sprint 3: + * Goal: Implement algorithm on actual data provided by the client + * [Sprint Plan](https://github.com/tamu-edu-students/Faculty-Teaching-Assignment/blob/main/documentation/Fall2024/Sprint_3_Plan.pdf) # Getting Started with Setup and Deployment @@ -120,7 +124,6 @@ rails server # To run locally Add the Heroku domain as an authorized redirect URI to your Google OAuth. Example: ```bash https://.herokuapp.com/auth//callback -# Or whatever it may be ``` Set environment variables on Heroku for any API keys, secrets, or configuration variables, you will have to setup your Google Authentication key : diff --git a/documentation/Sprint_2_Retrospective.pdf b/documentation/Sprint_2_Retrospective.pdf new file mode 100644 index 0000000..98d0941 Binary files /dev/null and b/documentation/Sprint_2_Retrospective.pdf differ diff --git a/documentation/Sprint_3_Plan.pdf b/documentation/Sprint_3_Plan.pdf new file mode 100644 index 0000000..f59135a Binary files /dev/null and b/documentation/Sprint_3_Plan.pdf differ