Skip to content

Commit

Permalink
A new update.
Browse files Browse the repository at this point in the history
Been adding many fixes and features.
  • Loading branch information
Shubham-Lal authored Aug 22, 2024
2 parents 607e74c + ad4fcce commit aea394e
Show file tree
Hide file tree
Showing 47 changed files with 1,926 additions and 229 deletions.
Binary file modified .DS_Store
Binary file not shown.
473 changes: 472 additions & 1 deletion .gitignore

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion api/controllers/certController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports.verifyCertificate = async (req, res) => {
try {
const certData = await Certificate.findById(
req.params.certificateID
).select('fullName verifyURL verifyQR skillBoostQR certificate')
).select('fullName verifyURL verifyQR skillBoostQR certificate appreciation')
if (!certData) {
return res.status(400).json({
success: false,
Expand Down
163 changes: 0 additions & 163 deletions client/.gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions client/package-lock.json

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

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.16.0",
"sonner": "^1.0.3",
"svg-parser": "^2.0.4",
"zustand": "^4.4.3"
},
"devDependencies": {
Expand Down
Binary file added client/public/certificates/core_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions client/public/certificates/core_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aea394e

Please sign in to comment.