All Projects → hackclub → apac_certificate_generator

hackclub / apac_certificate_generator

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

A modern document generator and verifier!

The Saga

In the Asia Pacific region of Hack Club’s operations, there are a lot of High Schools/Institutions that require a digital document stating that they are officially recognized as a Hack Club and as a lead by Hack Club.

So, we regularly get requests from leaders that they want this certificate to be able to start their Hack Clubs.

So, this is what the flow looks like:

  1. Harsh makes the certificate
  2. sends it to Athul
  3. Athul signs it and sends it back to Harsh
  4. Harsh sends it back to the lead
  5. If a need for verification arrives, then Harsh has to do it.

workflow images

Most of you can already see how long this chain is and it requires a lot of work to be done manually like:

  1. creating the certificate
  2. placing the sign { Athul has to do that } for each certificate
  3. sending it back to the Harsh
  4. then for Harsh to send it back the leader 5, The whole verification has to be done manually.

Now, we were earlier using a tool named Hellosign, but it has certain issues:

  1. You have to get a paid subscription if you go above 3 documents a month!
  2. We have to manually sign, download, and send it to the Leader.
  3. Verification of documents is not bulletproof, and we needed this verification to be done via our slack.
  4. We couldn’t find a slack integration that could just get it all done via slack.

Clearly, this is causing issues when applied at scale { as we have a lot of Hack Clubs under the APAC region! }.

So, we made our own service that can solve all of these issues and can do everything via our slack.

We call it Certificate Human!

So, here is what the flow looks like with it:

  1. Harsh enters a slack command, he gets a form that he fills out.

slack command image

  1. Certificate Human makes a certificate from this data and sends it to Athul.

sign/decline image

  1. Athul accepts it and then it directly goes back to the leader.

certificate image

Here is a visual representation of this process.

new process image

Certificate Human, here does all the heavy lifting by acting as central entity around which the whole operation relies upon!

It also keeps participants in this operation in sync, like:

  1. It tells Harsh when Athul has signed/declined an Application
  2. It tells Harsh and Athul, that the certificate is now shipped to the recipient (i.e the Leader).

Verification

A big part of us is to make sure that the documents that we issue can be verified in the future.

So, we are using basic cryptography, to verify our document. So, any type of modification done to these documents will be detectable from our side.

You simply have to put your pdf file in #certificate_check channel, and our bot will tell you whether it is a legit copy or not.

verification image

The Memer

It does proper Authentication to make sure that only authorized people can create certificates via it!

So, if you are not from the APAC team and try to mention Certificate Human in a channel, then it will send you a Husky joke! ( so nice of it ).

husky joke image

If you face any problem or have any queries regarding this package, you can reach out to the Author: Harsh Bajpai via Hack Club’s Slack.

Slack Handle: Harsh Bajpai

harsh's image

Thanks for reading this document, till then keep hacking and keep the hacker spirit alive!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].