diff --git a/Gemfile b/Gemfile index 8465cb3..3528a6f 100644 --- a/Gemfile +++ b/Gemfile @@ -72,4 +72,3 @@ end group :production do gem 'pg' # for Heroku deployment end - diff --git a/documentation/Fall2024/Sprint 1 Retrospective.pdf b/documentation/Fall2024/Sprint 1 Retrospective.pdf new file mode 100644 index 0000000..42fc0f7 Binary files /dev/null and b/documentation/Fall2024/Sprint 1 Retrospective.pdf differ diff --git a/documentation/Fall2024/Sprint_2_Plan.pdf b/documentation/Fall2024/Sprint_2_Plan.pdf new file mode 100644 index 0000000..070a65b Binary files /dev/null and b/documentation/Fall2024/Sprint_2_Plan.pdf differ diff --git a/documentation/Fall2024/Team Working Agreement.md b/documentation/Fall2024/Team Working Agreement.md index db8a39e..7b194ab 100644 --- a/documentation/Fall2024/Team Working Agreement.md +++ b/documentation/Fall2024/Team Working Agreement.md @@ -10,10 +10,10 @@ | Event | Frequency/Time | |------------------------|----------------| | **Sprint Planning** | Bi-Weekly | -| **Daily Scrum** | N/A | -| **Sprint Review** | Monday (after sprint end) | -| **Sprint Retrospective**| Monday (after sprint end) | -| **Client Meetings** | Every Wednesday| +| **Daily Scrum** | 6:00pm - 6:10pm | +| **Sprint Review** | Wednesday before class after Client Meeting | +| **Sprint Retrospective**| Wednesday before class after Client Meeting | +| **Client Meetings** | Wednesday 1:45pm | ### Team Approach to Work - Collaboration and teamwork @@ -21,15 +21,20 @@ - Communication about blockers - Agendas should be brief/minimal - Developers "start" and "finish" stories, PO "delivers" them +- Attend meetings or inform about unavailibility +- Always squash and merge ### Disagreement Handling - Talk about it -- Majority Discussion +- Majority Vote ## Definition of Done - Satisfies the requirement - Team agrees it's done - Properly tested +- Rubocop has at most 1 offense per file +- Run cucumber and maintain coverage above 90% for your feature +- Run rspec and maintain coverage above 90% for your feature ## Communication Channels - **Slack** @@ -38,3 +43,4 @@ - **GitHub** - **Pivotal Tracker** - **Google Docs** +- **Code Climate** diff --git a/documentation/Fall2024/UI Mockups/AggieAssign.png b/documentation/Fall2024/UI Mockups/AggieAssign.png new file mode 100644 index 0000000..ced8445 Binary files /dev/null and b/documentation/Fall2024/UI Mockups/AggieAssign.png differ diff --git a/documentation/Fall2024/UI Mockups/Create New Schedule Form.png b/documentation/Fall2024/UI Mockups/Create New Schedule Form.png new file mode 100644 index 0000000..482eb76 Binary files /dev/null and b/documentation/Fall2024/UI Mockups/Create New Schedule Form.png differ diff --git a/documentation/Fall2024/UI Mockups/Edit an Existing Schedule.png b/documentation/Fall2024/UI Mockups/Edit an Existing Schedule.png new file mode 100644 index 0000000..ef40ab8 Binary files /dev/null and b/documentation/Fall2024/UI Mockups/Edit an Existing Schedule.png differ diff --git a/documentation/Fall2024/UI Mockups/Home Page Schedules List.png b/documentation/Fall2024/UI Mockups/Home Page Schedules List.png new file mode 100644 index 0000000..5ebfd16 Binary files /dev/null and b/documentation/Fall2024/UI Mockups/Home Page Schedules List.png differ diff --git a/documentation/Fall2024/UI Mockups/View Data.png b/documentation/Fall2024/UI Mockups/View Data.png new file mode 100644 index 0000000..3e577fd Binary files /dev/null and b/documentation/Fall2024/UI Mockups/View Data.png differ