pucardotorg / dristi

MIT License
2 stars 12 forks source link

E-Filing-Case PDF V1 (Vf) #1982

Open Susmitabe opened 3 weeks ago

Susmitabe commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Scope: PUCAR Case PDF Format -with Feedback.pdf PUCAR_ Sample Case Bundle.pdf

Describe the solution you'd like Complaint Pdf , All documents appended

Tasks - @anirudh-0

Additional context

atulgupta2024 commented 1 day ago

Tasks

  1. Create CRON job to run at midnight and invoke /casemanager/case/v1/bulk/_buildcasebundle API. SYSTEM ROLE.
  2. Create Master data as per design sheet master for bundle structure master for events to listen to
  3. Implement Bulk and Single Case bundle APIs including Entity to store details with regards start/stop/count, error details (retry logic). log in case of error
  4. Implement Event listeners 2 listeners, both with case management service listener 1 - listening to this event from CRON job. only 1 specific event it will listen to listener 2 - listening to all sorts of events in the system for updating the bundle index (edited)
  5. Create Template PDFs for cover page and title page
  6. write additional event emitters for things that don't already have a supporting event
  7. Update case NIA schema as per changes that have happened to the complaint section of case filing. @anirudh-0 seems to have already done this
  8. @anirudh-0 @manimaarans there is a common-masters.DocumentType which has the different types of documents that are being uploaded as part of the complaint. Is the ID mentioned here used to store the types of documents uploaded with the case complaint? IF not, then we need to do the following

@suresh12 @Ramu-kandimalla @subhashini-egov FYI