Skip to content

Commit

Permalink
Add location of where meeting minutes should be stored
Browse files Browse the repository at this point in the history
  • Loading branch information
k----n committed Sep 20, 2023
1 parent 1dffa87 commit 810f83c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/course-outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ Any typographical errors in this Course Outline are subject to change and will b
### Update History
2023-08-31 - Draft
2023-09-01 - Draft
2023-09-05 - Exam collaboration policy, add meeting dates and times.
2023-09-07 - Room numbers and office hours update
* 2023-08-31 - Draft
* 2023-09-01 - Draft
* 2023-09-05 - Exam collaboration policy, add meeting dates and times.
* 2023-09-07 - Room numbers and office hours update
* 2023-09-20 - Added location of where meeting minutes should be placed (in `/docs` folder labeled as `meeting-minutes.md`)
3 changes: 2 additions & 1 deletion docs/marking-rubrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For the first sprint, you will deliver:
* [Teamwork document](https://ualberta-cmput401.github.io/course-docs/project-documentation/#teamwork)

Your documentation must be stored as markdown files in the `/docs` folder in the `main` branch of your GitHub repository. Use [mkdocs](https://www.mkdocs.org/getting-started/) and [GitHub Pages](https://www.mkdocs.org/user-guide/deploying-your-docs/) to deploy the documentation.
Meeting minutes should also be stored in a single markdown file in the `/docs` folder labeled as `meeting-minutes.md`.

Example: <https://ualberta-cmput401.github.io/example-documentation/>.

Expand Down Expand Up @@ -390,4 +391,4 @@ Participation is marked as follows:
* **Unsatisfactory (2):** Participate in more than or equal to 50% of classes and labs;
* **Satisfactory (4):** Participate in more than 60% of classes and labs;
* **Good (6):** Participate in more than 70% of classes and labs;
* **Excellent (7):** Participate in more than 85% of classes and labs.
* **Excellent (7):** Participate in more than 85% of classes and labs.
6 changes: 5 additions & 1 deletion docs/meeting-minutes-example.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! note

Meeting minutes should be stored in a single markdown file in the `/docs` folder labeled as `meeting-minutes.md`.

# Meeting Minutes Example

📆 Oct 3, 2022, 9:00 am
Expand Down Expand Up @@ -51,4 +55,4 @@
| Jacob | Student data endpoint(s), Finish auth endpoint |
| Jessica | Fix documentation -> done, Figure out the DNS error with the GitHub authentication |
| Marie | Github analytics api to backend |
| Carlos | Build page for student, Look into plotly dash |
| Carlos | Build page for student, Look into plotly dash |
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ nav:
- "Final Presentation": "final-presentation.md"
- "Teaching Team": "teaching-team.md"
- "Links": "links.md"

markdown_extensions:
- admonition

0 comments on commit 810f83c

Please sign in to comment.