... | @@ -228,7 +228,7 @@ variable being modified both in the if statement and out of it. |
... | @@ -228,7 +228,7 @@ variable being modified both in the if statement and out of it. |
|
- I need a specific DB for the students personal projects, however, this will make the logic inconsistent because students have been drawing from the instructors database in order to load their projects (as far as I see)
|
|
- I need a specific DB for the students personal projects, however, this will make the logic inconsistent because students have been drawing from the instructors database in order to load their projects (as far as I see)
|
|
- Student DB will look like this:
|
|
- Student DB will look like this:
|
|
```
|
|
```
|
|
id: int
|
|
id: key
|
|
projectId: int
|
|
projectId: int
|
|
groupId: int (or NULL)
|
|
groupId: int (or NULL)
|
|
groupName: int (or NULL)
|
|
groupName: int (or NULL)
|
... | @@ -244,4 +244,4 @@ feedbackTypes: Array |
... | @@ -244,4 +244,4 @@ feedbackTypes: Array |
|
- Keep in mind that not all projects have groups, therefore some items in the student DB will have NULL groupId's and groupName's
|
|
- Keep in mind that not all projects have groups, therefore some items in the student DB will have NULL groupId's and groupName's
|
|
- this can be validated at: `https://gitlab.socs.uoguelph.ca/api/v4/projects/`
|
|
- this can be validated at: `https://gitlab.socs.uoguelph.ca/api/v4/projects/`
|
|
|
|
|
|
1:46 PM - Finished Work |
|
1:47 PM - Finished Work |
|
\ No newline at end of file |
|
\ No newline at end of file |