Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 46 forks source link

User Dashboard #76

Open radhay-1199 opened 1 year ago

radhay-1199 commented 1 year ago

Implement a monitoring feature in the user interface that allows users to track and monitor various aspects of the doc generator service. This includes

This monitoring functionality will provide valuable information for users to track the performance and usage of the service.

VarunGitGood commented 1 year ago

Hi @radhay-1199 could you elaborate a bit more on batch jobs?

Thanks!!

radhay-1199 commented 1 year ago

Hey @varun7singh, batch jobs here describes one of the feature that doc generator will support. It will provide user to create a batch of doc using doc generator asynchronously. For every batch job the user will get a job id as response. User can then check the status of docs in that job from the dashboard.

VarunGitGood commented 1 year ago

Oh Okay so we're using a task queue for it right in the previous source code we used celery, so this is essentially bulk processing an we need a status bar like feedback for updates right?