Skip to content

Commit

Permalink
Week 9 Updated (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirupr123 authored Sep 7, 2023
1 parent 58e4074 commit 5289a40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ author: Abhirup Roy

## Milestones
- [x] Created a download option of the passbook as a PDF document.
- [x] Started working on sharing the passbook through various mediums.
- [x] Started working on making the passbook authentic.

## Screenshots / Videos

## Contributions

[PDF downloading and sharing feature](https://github.com/abhirupr123/digital-learners-passbook/commit/932915a400e0e8cfd9c932b9d1c36131a265208d)
[PDF downloading feature](https://github.com/abhirupr123/digital-learners-passbook/commit/932915a400e0e8cfd9c932b9d1c36131a265208d)

[Minor backend optimization](https://github.com/abhirupr123/digital-learners-passbook/commit/edc8b11fc2d8d9178644f7c9066ed49ccb3065de)

Expand Down
12 changes: 9 additions & 3 deletions docs/2023/DIKSHA/Digital Learners Passbook/updates/2023-09-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ author: Abhirup Roy

## Milestones
- [x] Formatted the Passbook structure to include some extra relevant fields.
- [x] Implemented sharing of the generated PDF to social media and other relevant platforms.
- [x] Embedded digital-certificates to make the passbook PDF unique, authentic and tamper-proof using a QR Code.

## Screenshots / Videos

![Passbook PDF Format with QR Code to verify the document](<../../../../../static/Passbook PDF format.png>)

Passbook PDF Format with QR Code to verify the document containing the digital certificates which can be verified on decoding.

## Contributions

[Formatted Passbook design.](https://github.com/abhirupr123/digital-learners-passbook/commit/b0ea838a00c30a49902bdb49c5cffe43c0a3be11)

[Share to LinkedIn feature.](https://github.com/abhirupr123/digital-learners-passbook/commit/d0d1628397441f6c2c0c927caa2e8709f6995a2c)
[Adding Digital Certificates through encryption](https://github.com/abhirupr123/digital-learners-passbook/commit/593dd18285d406207a921d1d3a4d6a758d44c3b0)

## Learnings

- [x] Learnt how to use the sharing feature plugin in web applications.
- [x] Learnt how to implement the embedding of Digital Certificates in a PDF file to authenticate a document.
- [x] Learnt to generate QR Codes and use to verify the authentication of a document.
- [x] Learnt how to generate certificates using OpenSSL and combining them with generated private keys.
Binary file added static/Passbook PDF format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5289a40

Please sign in to comment.