avniproject / LAHI

0 stars 0 forks source link

[RFT] Cannot read property 'name' of undefined #76

Open BEULAHEVANJALIN opened 4 months ago

BEULAHEVANJALIN commented 4 months ago

The issue lies with the 'Exit Date' field in the 'LAHI ALUMNI PROFILE Encounter' form.

rule_uuid: 49759a52-d0a1-4add-b355-099b5ba63b7e

BEULAHEVANJALIN commented 4 months ago

Before applying the prod bundle to UAT Lend a Hand India.zip Lend-a-hand-india UAT.zip


Uploaded the prod bundle to UAT on April 23rd.


The upload wasn't successful. There were a few errors like "concept UUID not found," "concept exists with a different UUID"...

errors-Lend a Hand India.csv.zip

BEULAHEVANJALIN commented 4 months ago

Issues and Findings:

  1. No data is in the app. I logged in but can't find any (for master catchment). I could see some data for the master catchment in DB. Wondering why it isn't get synced to the mobile app.

    select *
    from individual
         left join address_level al on individual.address_id = al.id
         left join catchment_address_mapping cam on al.id = cam.addresslevel_id
         left join catchment on cam.catchment_id = catchment.id
    where catchment.name = 'Master'
    and individual.is_voided is false;
  2. There are 4 program encounters (entity's UUID) listed in the rule failure table, but when I search for it, there's no record in program encounter table at all. Wondering if it might have been deleted.