Update Tim's Journal authored by Timothy Catana's avatar Timothy Catana
...@@ -177,7 +177,7 @@ variable being modified both in the if statement and out of it. ...@@ -177,7 +177,7 @@ variable being modified both in the if statement and out of it.
12:43 PM - Started work 12:43 PM - Started work
# Overview ## Overview
- Had to deal with covid related stuff so I started late, sigh. - Had to deal with covid related stuff so I started late, sigh.
- Spent most of my time working on the add repo implementation. - Spent most of my time working on the add repo implementation.
...@@ -207,7 +207,7 @@ variable being modified both in the if statement and out of it. ...@@ -207,7 +207,7 @@ variable being modified both in the if statement and out of it.
10:22 AM - Started work 10:22 AM - Started work
# Overview ## Overview
- created merge request for add repo button. - created merge request for add repo button.
- started on creating the process for adding a new repo to IFS - started on creating the process for adding a new repo to IFS
...@@ -250,7 +250,7 @@ feedbackTypes: Array ...@@ -250,7 +250,7 @@ feedbackTypes: Array
9:42 AM - Started Work 9:42 AM - Started Work
## General ## Overview
- Worked on some coop learning goals (not done yet) - Worked on some coop learning goals (not done yet)
- Read up on CI/CD best practices - Read up on CI/CD best practices
...@@ -318,7 +318,10 @@ Master A-<name> B-<name> C-<name> D-<name> ...@@ -318,7 +318,10 @@ Master A-<name> B-<name> C-<name> D-<name>
9:54 AM - Started Work 9:54 AM - Started Work
## Overview
- Spent two hours trying to fix a bug, turns out I wrote "fata" instead of "data"... sigh, waste of time over such a small mistake... rip - Spent two hours trying to fix a bug, turns out I wrote "fata" instead of "data"... sigh, waste of time over such a small mistake... rip
- Found and added tickets for a bunch of issues/tasks
## Features ## Features
...@@ -361,6 +364,8 @@ Master A-<name> B-<name> C-<name> D-<name> ...@@ -361,6 +364,8 @@ Master A-<name> B-<name> C-<name> D-<name>
9:44 AM - Started Work 9:44 AM - Started Work
## Overview
- Did some reading on react coding conventions - Did some reading on react coding conventions
- Finished refactoring the epic &3 branch - Finished refactoring the epic &3 branch
...@@ -435,3 +440,51 @@ Master A-<name> B-<name> C-<name> D-<name> ...@@ -435,3 +440,51 @@ Master A-<name> B-<name> C-<name> D-<name>
- The second solution will make the code nicer, but I don't want to modify it too much so that we can get a first version functioning first - The second solution will make the code nicer, but I don't want to modify it too much so that we can get a first version functioning first
3:57 PM - Finished Work 3:57 PM - Finished Work
# Sept 23, 2021
9:54 AM - Started Work
## Overview
- Note, The "parentId" represents the class group, the "groupId" represents the student Sub group. In gitlab, they are all "groupId".
- yml file bug? doesn't run ci pipeline sometimes
- Finished loading personal projects to studentpage.js
- need to implement tests before we can merge to master
## Features
### Load Personal Projects
- load personal projects and choose which one to run tests on
- load personal project branches
## Bugs
### JunitTest curl fails
- I think this is a problem with the curl link itself?
- IDK much about curl, I'll check later
### CI Pipeline Didn't run
- I added the ci yml file to the repo `Project With No Group` in `s5test` account and pipeline never ran
## Other
### Refactor
- refactored function ordering in `controllers/student.js`
- editedcomments for functions in `controllers/student.js`
- reordered routes in `routes/student.js`
- updated endpoint map to include the endpoints I created
- Beautified some code
## To Do
- Finish refactoring for epic 3
- create tests for epic 3
- mark epic 3 as done :D
3:05 PM - Finished Work
\ No newline at end of file