Update Tim's Journal authored by Timothy Catana's avatar Timothy Catana
......@@ -182,7 +182,7 @@ variable being modified both in the if statement and out of it.
- Had to deal with covid related stuff so I started late, sigh.
- Spent most of my time working on the add repo implementation.
- Had some trouble getting the new endpoint to work
- irrelevent side note: SONM went up 400% and SHIB went up 20%! Hopefully SONM doesn't declare bankruptcy...
- irrelevant side note: SONM went up 400% and SHIB went up 20%! Hopefully SONM doesn't declare bankruptcy...
## Features
......@@ -191,7 +191,7 @@ variable being modified both in the if statement and out of it.
- created the `Add Repo` button which redirects to new page at endpoint /student/new-project
- `repo's` are called `projects` throughout the code, so for the sake of uniformity I'm calling it a project
- I'll probably change the `Add Repo` Button to `Add Project`, but maybe not since in the dropdown menu, the title is called `Repository`
- Initially, I added the button to `Selectionmenu.js` but I changed that and put it in it's own `AddRepoBtn.js` for the sace of modularity and simplicity
- Initially, I added the button to `Selectionmenu.js` but I changed that and put it in it's own `AddRepoBtn.js` for the sake of modularity and simplicity
## Problems
......
......