mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
22 stars 15 forks source link

Change datetime format from UI display into an ISO format to be the same format with reports #3930

Open zinzinnyohlaing-tw opened 1 month ago

zinzinnyohlaing-tw commented 1 month ago

Acceptance Criteria

  1. Show ISO format in date time fields in UI

    • UTC >>> 2024-05-07T04:03:11+00:00
    • MMT >>> 2024-05-07T10:33:11+06:30
  2. These are the following items to update the date and time fields in the UI

    • Hub >> Creation, Approval
    • Hub >> Change Log, Accounts
    • Participants >> Participant List >> Participants
    • Participants >> Participant List >> Change Log, Account, Fund Movements, NDC, Source IPs, Certificates, Contacts, Participant Status
    • Participants >> Pending Approval Requests >> Fund Adjustment, NDC, Certificates
    • Transfers >> Transfers, Transfer Details
    • Settlements >> Batches >> Settlement Batches, Transfers
    • Settlements >> Matrices >> Settlement Matrices
    • Settlements >> Matrices >> Settlement Matrices >> Matrix Details, Transfers
    • Settlements >> Transfers >> Settlement Transfers
    • Reports >> Settlement Initiation Report, DFSP Settlement Report, DFSP Settlement Detail Report, DFSP Settlement Statement Report
    • Audit Entries
tw-sithumyo commented 1 month ago

https://github.com/mojaloop/platform-shared-tools/compare/main...feat/3930-change-to-iso-format

YminOo commented 1 month ago

MMT >>> 2024-05-07T10:33:11+06:30 Hub >> Creation, Approval

Screenshot 2024-05-30 at 11.21.14 AM.png

Hub >> Change Log, Accounts

Screenshot 2024-05-30 at 11.22.02 AM.png Screenshot 2024-05-30 at 11.22.11 AM.png

Participants >> Participant List >> Participants

Screenshot 2024-05-30 at 11.23.30 AM.png

Participants >> Participant List >> Change Log, Account, Fund Movements, NDC, Source IPs, Certificates, Contacts, Participant Status

Screenshot 2024-05-30 at 11.26.29 AM.png Screenshot 2024-05-30 at 11.26.58 AM.png Screenshot 2024-05-30 at 11.27.31 AM.png Screenshot 2024-05-30 at 11.28.44 AM.png Screenshot 2024-05-30 at 11.32.12 AM.png Screenshot 2024-05-30 at 11.32.44 AM.png Screenshot 2024-05-30 at 11.33.11 AM.png Screenshot 2024-05-30 at 11.33.28 AM.png

Participants >> Pending Approval Requests >> Fund Adjustment, NDC, Certificates

Screenshot 2024-05-30 at 11.34.06 AM.png Screenshot 2024-05-30 at 11.34.09 AM.png Screenshot 2024-05-30 at 11.35.29 AM.png

Transfers >> Transfers, Transfer Details

Screenshot 2024-05-30 at 11.36.31 AM.png Screenshot 2024-05-30 at 11.36.50 AM.png

Settlements >> Batches >> Settlement Batches, Transfers

Screenshot 2024-05-30 at 11.37.27 AM.png Screenshot 2024-05-30 at 11.42.26 AM.png

Settlements >> Matrices >> Settlement Matrices

Screenshot 2024-05-30 at 11.42.54 AM.png

Settlements >> Matrices >> Settlement Matrices >> Matrix Details, Transfers

Screenshot 2024-05-30 at 11.43.30 AM.png Screenshot 2024-05-30 at 11.43.48 AM.png

Settlements >> Transfers >> Settlement Transfers

Screenshot 2024-05-30 at 11.44.17 AM.png

Reports >> Settlement Initiation Report, DFSP Settlement Report, DFSP Settlement Detail Report, DFSP Settlement Statement Report

Screenshot 2024-05-30 at 11.45.52 AM.png Screenshot 2024-05-30 at 11.47.17 AM.png Screenshot 2024-05-30 at 11.48.12 AM.png Screenshot 2024-05-30 at 11.49.10 AM.png

Audit Entries

Screenshot 2024-05-30 at 11.49.47 AM.png
YminOo commented 1 month ago

UTC >>> 2024-05-07T04:03:11+00:00 Hub >> Creation, Approval

Screenshot 2024-05-30 at 6.35.55 AM.png

Hub >> Change Log, Accounts

Screenshot 2024-05-30 at 12.56.52 PM.png Screenshot 2024-05-30 at 6.27.56 AM.png

Participants >> Participant List >> Participants

Screenshot 2024-05-30 at 6.28.30 AM.png

Participants >> Participant List >> Change Log, Account, Fund Movements, NDC, Source IPs, Certificates, Contacts, Participant Status

Screenshot 2024-05-30 at 6.29.14 AM.png Screenshot 2024-05-30 at 6.29.32 AM.png Screenshot 2024-05-30 at 6.29.47 AM.png Screenshot 2024-05-30 at 6.30.04 AM.png Screenshot 2024-05-30 at 6.30.21 AM.png Screenshot 2024-05-30 at 6.31.05 AM.png Screenshot 2024-05-30 at 6.31.20 AM.png Screenshot 2024-05-30 at 6.31.34 AM.png

Participants >> Pending Approval Requests >> Fund Adjustment, NDC, Certificates

Screenshot 2024-05-30 at 6.33.20 AM.png Screenshot 2024-05-30 at 6.33.33 AM.png Screenshot 2024-05-30 at 6.33.45 AM.png

Transfers >> Transfers, Transfer Details

Screenshot 2024-05-30 at 6.34.18 AM.png Screenshot 2024-05-30 at 6.34.38 AM.png

Settlements >> Batches >> Settlement Batches, Transfers

Screenshot 2024-05-30 at 6.35.07 AM.png Screenshot 2024-05-30 at 6.35.23 AM.png

Settlements >> Matrices >> Settlement Matrices

Screenshot 2024-05-30 at 6.35.58 AM.png

Settlements >> Matrices >> Settlement Matrices >> Matrix Details, Transfers

Screenshot 2024-05-30 at 6.36.36 AM.png Screenshot 2024-05-30 at 6.36.52 AM.png

Settlements >> Transfers >> Settlement Transfers

Screenshot 2024-05-30 at 6.37.20 AM.png

Reports >> Settlement Initiation Report, DFSP Settlement Report, DFSP Settlement Detail Report, DFSP Settlement Statement Report

Screenshot 2024-05-30 at 6.38.24 AM.png Screenshot 2024-05-30 at 6.38.52 AM.png Screenshot 2024-05-30 at 6.39.15 AM.png Screenshot 2024-05-30 at 6.40.14 AM.png

Audit Entries

Screenshot 2024-05-30 at 6.40.49 AM.png
JulieG19 commented 3 weeks ago

Action discussed in sprint review: @PaulMakinMojaloop to review the screenshot

PaulMakinMojaloop commented 1 week ago

Approved, all datetimes now in correct format.

PaulMakinMojaloop commented 1 week ago

However, see #3928. A lot of these event lists are in ascending order - so most recent event is at the bottom of potentially a long list. These need to be reveresed.