You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update Status.Entities.ts and Status.Trans.ts
- Update Status.Entities.ts to add a new property "updates" to the IncidentEntityV2 interface.
- Update Status.Trans.ts to rename it to Status.Trans.V1.ts and update the Logger name to "TransformerV1".
- Add a new file Status.Trans.V2.ts to introduce a new TransformerV2 function for handling v2 status data.
- Update Status.tsx to use the appropriate Transformer function based on the value of the environment variable "SD_BACKEND_V2".
0 commit comments