GaloisInc / adapt

ADAPT software for Transparent Computing
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Add `comesFromUI` field to `AdmEvent` #286

Closed harpocrates closed 5 years ago

harpocrates commented 5 years ago

This indicates that the event originated from some sort of user interaction. It can be filled in for 5D, Marple, and Theia. I additionally removed the 5D specific inputType/deviceType fields since comesFromUI is probably all we need (and I want to avoid a proliferation of provider-specific fields in AdmEvent).