-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* now when the user tries to create a new census, it is included into the database and generated in background, a new census column has ben created on the database called 'published' that indicates if the current census is built and published on IPFS * new queue for track ongoing censuses and new endpoint to get the status of a ongoing census. The processes are purged from the queue when they are finished and someone checks them. * new queue map attribute to store metadata, now when the user request the creation of a census that is already created, it is returned through the queue * data race test based on go test timeout flag
- Loading branch information
1 parent
9a86a59
commit 9073525
Showing
17 changed files
with
625 additions
and
170 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
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.