TensorHive icon indicating copy to clipboard operation
TensorHive copied to clipboard

User log backend

Open roscisz opened this issue 5 years ago • 1 comments

  • DB scheme of user log messages
  • keep track which messages have already been viewed
  • Python API for core components to store messages for a specific user in DB
  • REST API for fetching user log messages

roscisz avatar Aug 20 '20 08:08 roscisz

Maybe user log should be a log file instead of records in DB. There will be potentially multiple job execution events, better viewed as a text file and not as a table of events.

roscisz avatar Aug 20 '20 10:08 roscisz