Update Tim's Journal authored by Timothy Catana's avatar Timothy Catana
......@@ -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".
- 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
- 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
......@@ -587,3 +598,5 @@ Master A-<name> B-<name> C-<name> D-<name>
- gitlab api https://docs.gitlab.com/ee/api/api_resources.html
- react component api https://reactjs.org/docs/react-component.html
- jsx api https://reactjs.org/docs/jsx-in-depth.html
4:30 PM - Finished Work
\ No newline at end of file