nmfta-repo / nmfta-opentelematics-api

API Blueprint for Open Telematics API
Apache License 2.0
13 stars 6 forks source link

Add Requested Edit User to Log Event #194

Closed aaront closed 5 years ago

aaront commented 5 years ago

One more missing field encountered. As per the ELD mandate, we need add any carrier support personnel who requested an edit to a event log (when creating a Log Event with state STATE_REQUESTED):

Annotation 2019-06-12 143715

In order to keep track of this, we need to provide a field on the Log Event itself to monitor requested edits. The tendency here is to just track this on just log events with state STATE_REJECTED and STATE_REQUESTED, but due to the behavior of how requested edits work, we need to potentially keep track of this user on other states as well:

image image