- 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.
- 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