vocdoni / interoperability

Private repository to manage the interoperability between protocol, API, SDK, UIs and documentation
1 stars 0 forks source link

Census3: New queue updates #166

Open lucasmenendez opened 3 months ago

lucasmenendez commented 3 months ago

We have implemented a new Queue for the API endpoints that took too much time to be completed in the Census3 service. Until now, the API queue just returns if a heavy process was done or if something was wrong during it. Now the queue also contains the progress of the process, and this can be easily implemented in the backend using a channel to update the progress in background, and handling even actions with multiple steps.

Changes in the Census3 API responses:

PR & new API docs.

Todo:

jpaulet commented 3 months ago

Design the UI component for the frontend