forked from ocadotechnology/codeforlife-portal-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrated the score view for the students and student login (o…
…cadotechnology#150) * feat: integrated the scoreview for the students and student login * resolve merge conflict * implemented rtk with the fetching of score data * uncomment the regex path * added indy forms * final touch ups * merge * added a popup for delete account * updating messages * moved messages from backend to frontend * remove json.stringify from JSX * remove unwanted handleClose * updated the joinrequeststudent * added a revoke option * revert YourAccount * remove unused method * uncommented settings csrf * merge commit * merge conflicts and reverting settings.json * added requests and revokes endpoints to the app * fix indentation * adding new line * added a fix to the messags on the student page * fixes due to comments #1 * update status code variable * push latest changes * fix error errors * add errors variable above * fix static access_code * merge conflict Co-Authored-By: KamilPawel <kamilpawel@Kamil>
- Loading branch information
1 parent
df0dbcb
commit 2bf397a
Showing
28 changed files
with
1,804 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
], | ||
"python.testing.unittestEnabled": false, | ||
"python.testing.pytestEnabled": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.