... | @@ -577,6 +577,17 @@ Master A-<name> B-<name> C-<name> D-<name> |
... | @@ -577,6 +577,17 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
- problem was I was manually adding the "Personal" course with `id` and `parentId` equal to `0` (a number/int) rather than `'0'` (a string) and thus an if statement was giving a fulty conclusion because of a type "error".
|
|
- problem was I was manually adding the "Personal" course with `id` and `parentId` equal to `0` (a number/int) rather than `'0'` (a string) and thus an if statement was giving a fulty conclusion because of a type "error".
|
|
- I fixed the problem by changing it to `'0'` for the personal course.
|
|
- I fixed the problem by changing it to `'0'` for the personal course.
|
|
|
|
|
|
|
|
### #268
|
|
|
|
|
|
|
|
- Need to fix the placement of the dropdown menus and the `edit project id` and `configure project` buttons`
|
|
|
|
|
|
|
|
### #269
|
|
|
|
|
|
|
|
- There was a problem in the if statement that would determine if a configuration is savable.
|
|
|
|
- This allowed projects to be configured with no feedback selected
|
|
|
|
- This is not allowed so I fixed the if statement (I changed the && to ||)
|
|
|
|
- This was a classic logic error
|
|
|
|
|
|
## API's and Links To Add On Wiki
|
|
## API's and Links To Add On Wiki
|
|
|
|
|
|
- these links are very useful, and I think I will make it mandatory for new developers to read them before they begin development on the project themselves
|
|
- these links are very useful, and I think I will make it mandatory for new developers to read them before they begin development on the project themselves
|
... | @@ -586,4 +597,6 @@ Master A-<name> B-<name> C-<name> D-<name> |
... | @@ -586,4 +597,6 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
- jest https://jestjs.io/docs/getting-started
|
|
- jest https://jestjs.io/docs/getting-started
|
|
- gitlab api https://docs.gitlab.com/ee/api/api_resources.html
|
|
- gitlab api https://docs.gitlab.com/ee/api/api_resources.html
|
|
- react component api https://reactjs.org/docs/react-component.html
|
|
- react component api https://reactjs.org/docs/react-component.html
|
|
- jsx api https://reactjs.org/docs/jsx-in-depth.html |
|
- jsx api https://reactjs.org/docs/jsx-in-depth.html
|
|
\ No newline at end of file |
|
|
|
|
|
4:30 PM - Finished Work |
|
|
|
\ No newline at end of file |