Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

More info in README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
This is the Good Standing Certificate System, whose components include:
This is the Good Standing Certificate System ("Servicio para el Certificado de Antecedentes Penales" in Spanish), whose components include:

- A web application with email validation, certificate validation and certificate form request
- A Government Messaging Queue API for requesting transactions be validated asynchronously with the Department of Justice and the Police Department as well as notifying users via email
- Asynchronous Workers that can process jobs and retry them using an exponential backoff strategy, should the underlying dependencies fail (such as agencies whose systems go offline or become unresponsive)

The production instance of the Good Standing Certificate System is served from https://servicios.pr.gov/cap

To learn more about this project, see this technical presentation:
<a href="http://www.slideshare.net/AndrsColnPrez/good-standing-certificate-knowledge-transfer-presentation-by-andres-colon">Building Modern Digital Services on Scalable Private Government Infrastructures using Open Source Technologies for Public Service</A>

Expand Down