Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
337a17c
User cookie is deleted on logout
jn04137 Mar 26, 2022
63c56a9
made a change to the usermodel
jn04137 Apr 5, 2022
36a0d10
Merge remote-tracking branch 'origin/admin-documents' into logout_fea…
jn04137 Apr 5, 2022
c39b69f
continued work on update user function
jn04137 Apr 5, 2022
60db1c0
typo
ElijahHorowitz Apr 5, 2022
4b24860
more work at the page
jn04137 Apr 5, 2022
d7c867f
added flex to updateuserinfo
jn04137 Apr 5, 2022
8c3b558
change userSchema required to false where needed
ElijahHorowitz Apr 5, 2022
a3b53f6
added a new attribute to the usercookie
jn04137 Apr 14, 2022
6b18146
course stuff for server
ElijahHorowitz Apr 14, 2022
960d045
new changes
ElijahHorowitz Apr 14, 2022
afef979
Jonathan and Eli take on the world, routes/control
ElijahHorowitz Apr 14, 2022
476d023
fixed links and redirects with drilled props
jn04137 Apr 14, 2022
6abebd7
Course information from database
ElijahHorowitz Apr 18, 2022
49faf3f
svae still working
ElijahHorowitz Apr 18, 2022
4436b7d
Merge branch 'logout_feature' into admin-documents
Apr 19, 2022
84abaa6
Merge pull request #40 from GSU-CS-Software-Engineering/admin-documents
Apr 19, 2022
3e0dc29
Merge remote-tracking branch 'origin/main' into logout_feature
jn04137 Apr 19, 2022
c608d04
Merge branch 'logout_feature' of https://github.com/GSU-CS-Software-E…
jn04137 Apr 19, 2022
67c65f5
Courses and students pulling from database
ElijahHorowitz Apr 19, 2022
bc11185
merged
jn04137 Apr 19, 2022
f682dde
Merge branch 'logout_feature' into eli-progressPage
Apr 19, 2022
945d9cf
Electives
ElijahHorowitz Apr 19, 2022
3a6ebbe
helo?
ElijahHorowitz Apr 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 12 additions & 27 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@faker-js/faker": "^6.0.0-alpha.7",
"@reduxjs/toolkit": "^1.8.0",
"@faker-js/faker": "^6.0.0-alpha.7",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.0",
"compression": "^1.7.4",
"faker-js": "^1.0.0",
"js-cookie": "^3.0.1",
"json-server": "^0.17.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"faker-js": "^1.0.0",
"json-server": "^0.17.0",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4",
"react-unity-webgl": "^8.7.5",
"web-vitals": "^2.1.4"
"compression": "^1.7.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -54,4 +53,4 @@
"tailwindcss": "^3.0.23"
},
"proxy": "http://localhost:8080"
}
}
1 change: 0 additions & 1 deletion client/public/assets/vectors/sign_success_anim.svg

This file was deleted.

2 changes: 0 additions & 2 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import UserDocuments from './page/documents/userdocuments';
import UserProgress from './page/progress/userprogress';
import DocSignConfirmation from './page/documents/docsignconfirmation';
import BadgeRequest from './page/badge/badgeRequest';
import AdminDocuments from './page/documents/admindocuments';

function App() {
return (
Expand All @@ -31,7 +30,6 @@ function App() {
<Route path="/userdocuments"><UserDocuments /></Route>
<Route path="/userprogress"><UserProgress /></Route>
<Route path="/docsignconfirmation"><DocSignConfirmation /></Route>
<Route path="/admindocuments"><AdminDocuments /></Route>
</Switch>
</Layout>
</div>
Expand Down
141 changes: 0 additions & 141 deletions client/src/components/admindoctable.js

This file was deleted.

Loading