Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LogRecord is the main entity for saving/retrieving log info:

FieldTypeDefaultRequiredNote
EventIdUUIDNY
UserUUIDNN
ItemUUIDNN
ObjectEnum<String>NN
Action
NN
DateDateTimeNN
ServicePointStringNN
Source
NN
DescriptionStringNN
LinkToUUIDNN
NotesTextNN


DB structure

DB should contain table for each logged object.

Tables: loans, feesFines, itemBlock, patronBlock, manualBlock, request

HL Flow Design

Flow description:

...