diff --git a/meeting-minutes/ds/template.md b/meeting-minutes/ds/template.md new file mode 100644 index 0000000000000000000000000000000000000000..18e0cd2c549733e805a9f7e7ab5c8eacf8adb628 --- /dev/null +++ b/meeting-minutes/ds/template.md @@ -0,0 +1,25 @@ +# CS 346: Daily Standup + +| Date | Team # | +| :--------: | :----: | +| 2023-01-01 | 112 | + +## Questions + +_Enter comments below. If a team member is absent, fill in their name, and put a line through the answer section_ + +| Name | What have you completed since last meeting? | What are you going to complete today? | What obstacles are in your way? | +| --------------- | ------------------------------------------- | ------------------------------------- | ------------------------------- | +| Abhay Menon | - | - | - | +| Inseo Kim | - | - | - | +| Hoang Dang | - | - | - | +| Guransh Khurana | - | - | - | +| Anshul Ruhil | - | - | - | + +## Outstanding + +_Do we need help with anything?_ + +## Decisions + +_Is there anything else we should capture from this meeting?_ diff --git a/meeting-minutes/mm/20230125.md b/meeting-minutes/mm/20230125.md new file mode 100644 index 0000000000000000000000000000000000000000..83e1f31e0619bd65769cf0dcb8a0690a142ad1d2 --- /dev/null +++ b/meeting-minutes/mm/20230125.md @@ -0,0 +1,42 @@ +# CS 346: Meeting Minutes + +| Date | Team # | +| :--------: | :----: | +| 2023-01-25 | 112 | + +**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil +<br/> +**Absent:** + +--- + +## Agenda +- As Team 112 consists of 5 members, the team needs to come up with 5 additional features in addition to the base requirements of the project. +- In addition, the team needs to create personas to base their design decisions on. + +## Notes + - Diagramming: + - Multiple User edits: could be hard; Need to ask professor. + - Sharing notes + - Export as PDF, JPEG (different document types) + - Import PDF + - LaTeX plugin; Need to ask professor. + - Audio Notes + - Password Protected Notes + - Time stamp and last edited + - Code blocks (md lib?); Need to ask professor. + - Comment feature from Google Docs + + Favored features: + - Support light and dark theme + - Image Support + - Combine/Merge notes + - Cut/paste feature (moving text around) with mouse. Select texts and drag it to desired space + - Automatically indenting bullet points + +## Decisions +- The team will be consulting Professor Jeff to determine which features are feasible to implement within the limited time frame and resources. +- Each person is tasked with interviewing 1 person to create personas for the project. + +## Actions +- Each person will be interviewing 1 person. All interviews will be conducted by Jan 27. \ No newline at end of file diff --git a/meeting-minutes/mm/20230201.md b/meeting-minutes/mm/20230201.md new file mode 100644 index 0000000000000000000000000000000000000000..28b102c76c9b1fdbdec43367a0a79a0af29edca0 --- /dev/null +++ b/meeting-minutes/mm/20230201.md @@ -0,0 +1,32 @@ +# CS 346: Meeting Minutes + +| Date | Team # | +| :--------: | :----: | +| 2023-02-01 | 112 | + +**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil +<br/> +**Absent:** + +--- + +## Agenda +- Initialize the remote repository with a placeholder Kotlin project +- Set up a CI/CD pipeline for the project +- Create a shared Google Slide presentation explaining the notable features of the project +- Enter project requirements as issues in the GitLab repository + +## Notes +During this meeting, the team had divided the work into 4 parts: +- Initializing the remote repository with a placeholder Kotlin project (assigned to Inseo) +- Setting up the CI/CD pipeline (assigned to Abhay) +- Creating GitLab issues for the project requirements (assigned to Abhay) +- Created a shared Google Slide presentation (assigned to Abhay, Hoang, Guransh, and Anshul) + +## Decisions +- The team had decided on working on each part of their assigned tasks whenever they have free time i.e., asynchronously. +- The team had decided to meet the next day to discuss the progress made on the tasks and to finalize the project requirements for the review. + +## Actions +- Inseo finished initializing the remote repository with a placeholder project. +- Anshul and Hoang finished their contribution to the Google Slide presentation. diff --git a/meeting-minutes/mm/20230202.md b/meeting-minutes/mm/20230202.md new file mode 100644 index 0000000000000000000000000000000000000000..bbe608dddde0a4d0bd5f74abad9b04fa2c67201d --- /dev/null +++ b/meeting-minutes/mm/20230202.md @@ -0,0 +1,23 @@ +# CS 346: Meeting Minutes + +| Date | Team # | +| :--------: | :----: | +| 2023-02-02 | 112 | + +**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil +<br/> +**Absent:** + +--- + +## Agenda +- Finalize the project requirements for the project review on 2023-02-03 + +## Notes +- During this meeting, the team revised the google slide presentation, set up the CI/CD pipeline, and added issues to the GitLab repository. + +## Decisions +- No decisions were made in this meeting. The team progressed as usual with their assigned tasks. + +## Actions +- Since manually adding issues to the GitLab repository was an arduous task, a CSV file was created to automate the process. The CSV file was then used to create issues in the GitLab repository. diff --git a/meeting-minutes/mm/template.md b/meeting-minutes/mm/template.md new file mode 100644 index 0000000000000000000000000000000000000000..e27a6af4006c8ac2da9f7077a6872984d936bf7d --- /dev/null +++ b/meeting-minutes/mm/template.md @@ -0,0 +1,19 @@ +# CS 346: Meeting Minutes + +| Date | Team # | +| :--------: | :----: | +| 2023-01-01 | 112 | + +**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil +<br/> +**Absent:** + +--- + +## Agenda + +## Notes + +## Decisions + +## Actions