pucardotorg / dristi

MIT License
2 stars 12 forks source link

UAT | Orders| Missing Order Types #1219

Open deeshita opened 2 months ago

deeshita commented 2 months ago

Describe the bug In the orders module, certain order types are missing

To Reproduce

  1. Go to any case in the home page of the judge
  2. Click on the Take action button and within it on 'Generate Order'
  3. In Order Type, open the dropdown and see error

Expected behavior Expected the order following order types to be present:

  1. Order for acceptance of rescheduling request
  2. Order for rejection of extension request
  3. Order for rejection of bail 4.. Stay Order

Desktop (please complete the following information):

Taherabharmal commented 2 months ago

For order, the following functionality to link to pending task, please implement: 1) Search functionality in field for application ID 2) show applications related to Case 3) Make all fields in UI, editable

vaibhavct commented 2 months ago

Hi @deeshita

  1. Order for acceptance of rescheduling request - The order for initiating reschedule should be created once judge accepts the application to reschedule hearing date. Hence removed from generate order page and only accessible when judge accepts the application and redirected to orders page
  2. Order for rejection of extension request - Same, this order is placed for a submission and judge can come to orders page after clicking on generate order for rejection
  3. Order for rejection of bail - Same as the 2nd, will be generated when judge rejects an application for bail
  4. Stay Order - We don't have any orderType for this. Can you please confirm @Taherabharmal ?