... | ... | @@ -702,7 +702,7 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
|
|
|
|
4:26 PM - Finished Work
|
|
|
|
|
|
# Oct 4, 2021
|
|
|
# Octoer 4, 2021
|
|
|
|
|
|
10:00 AM - Started Work
|
|
|
|
... | ... | @@ -715,7 +715,7 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
|
|
|
|
4:03 PM - Finished work
|
|
|
|
|
|
# Oct 5
|
|
|
# October 5
|
|
|
|
|
|
9:25 AM - Started Work
|
|
|
|
... | ... | @@ -725,7 +725,7 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
|
|
|
|
3:00 PM - Finished Work
|
|
|
|
|
|
# Oct 6
|
|
|
# October 6
|
|
|
|
|
|
## Overview
|
|
|
|
... | ... | @@ -738,4 +738,52 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
|
|
|
|
## Problems
|
|
|
|
|
|
- I can't figure out why the redirect uri is incorrect when you try to login to gitlab from our app on the public facing server. |
|
|
\ No newline at end of file |
|
|
- I can't figure out why the redirect uri is incorrect when you try to login to gitlab from our app on the public facing server.
|
|
|
|
|
|
# October 7
|
|
|
|
|
|
# Overview
|
|
|
|
|
|
- Refactored imports
|
|
|
- Beautified code
|
|
|
- Refactored project structure
|
|
|
- Merged common components in order to cut down on files
|
|
|
- Fixed some issues
|
|
|
|
|
|
## Issues Fixed
|
|
|
|
|
|
### #253
|
|
|
|
|
|
- I merged both of these files together into one file
|
|
|
- Both instructor and student use this same functionality, IDK why we had two different almost identical files
|
|
|
- I still need to add a prop to determine what kind of text is show on the UI
|
|
|
|
|
|
### #273
|
|
|
|
|
|
- Skimmed through the entire project and beautified code, imports and comments
|
|
|
|
|
|
### #262
|
|
|
|
|
|
- No need for dedicated CSS files just yet
|
|
|
- We use mostly bootstrap
|
|
|
- We may use more CSS in the future
|
|
|
|
|
|
### #248
|
|
|
|
|
|
- Modified the yml file to add 3 stages and multiple jobs per stage
|
|
|
- We should not need more than 3 stages any time soon
|
|
|
|
|
|
### #254
|
|
|
|
|
|
- I separated components based on which pages are using them
|
|
|
- For example, all components used to render the UI on the StudentPage will be in a `components/studentPage` directory
|
|
|
- Note the camel case for the directory names
|
|
|
|
|
|
### #270
|
|
|
|
|
|
- Decided not to add a component for this button
|
|
|
- Making this it's own `.js` file would make the developers have to switch files when reading the code, the code is small so it's best to keep in on the same page for readability purposes
|
|
|
|
|
|
### #260
|
|
|
|
|
|
- did this a while ago, only closing the issue now |