sh977218 / ts-etl-ui

0 stars 0 forks source link

load request id should be number, not mongo ID #55

Closed ludetc closed 4 months ago

sh977218 commented 4 months ago

I use uuid for request ID, we can change to some other way to sign a random request ID during creation.

ludetc commented 4 months ago

you can keep a mongo ID but the screenshot shows a sequenceID, so have an extra field for that and keep mongo ID to the back end only

sh977218 commented 4 months ago

resolved in https://github.com/sh977218/ts-etl-ui/pull/63