A Journal Through My Activities, Thoughts, and Notes
  SELECT
      br.TRM_BUSINESS_UNIT_ID     AS trm_id,       -- 这个填进 TBU_ID 列
      br.REGION_ID                AS brand_region_id,
      si.CLIENTSTANDARDSETTLEMENTID AS si_id,
      si.SETTLEMENTCODE           AS si_code,
      si.CLIENTSELLSCCY           AS ccy,
      si.USE_VIRTUAL_ACCOUNT,
      si.PAYMENT_METHOD
  FROM DFX.BRAND_REGION br
  JOIN DATAELA.CLIENTSTANDARDSETTLEMENT si
      ON si.BRAND_REGION_ID = br.REGION_ID
  WHERE si.CLIENTSELLSCCY = 'GBP'
    AND si.BANK_ACCOUNT_ID = 80596
  ORDER BY br.TRM_BUSINESS_UNIT_ID, si.CLIENTSTANDARDSETTLEMENTID


#xe
#xe I mainly worked on MT-61528 to store the irtual ibans and make related UI changes. I made good progress on it and will continue working on it today.

I also merged a tech-debt ticket MT-61535, and suprisingly Krishna spotted that it caused a build failure without a good reason.
I noticed I have got some comment on my work with the online quoting hours, so it would take me sometime today as well.

so for today, I'll first investigate the integration build failure, and then action on the comments I got on the online quoting hours ticket, and if I finish them early, I'll continue working on the virtual iban ticket.

That's me
#xe Yesterday, I mainy did three things. First, I finalised ticket that updates the Ria settlement override mechnism in Quotes API and did local testing. Second, I wrote a wiki page for the check list when we're ready to release RiaSettlementOverride. Third, I created a DOS ticket to create the related parameter store key and value in staging and production for the redis cache we newly added for RiaSettlementOverride. That's pretty much of my yesterday.

and this morning
#xe Yesterday, I first actioned on the new comments Rod put on MT-45677 and then fixed a small issue Alan found in MT-60066, and now it works great. In the end, Alan taught me the way to test MT-45677 but I haven't done the preparation. And this morning, Alan met a database deployment issue when testing MT-57055, and it took me a while to fix it. So for today, I'll continue try to test MT-45677 first, and if I can finish it early, I'll start working on the new ticket MT-60379, the incoming bank statements for BankCircle. That's me
 
 
Back to Top