OED icon indicating copy to clipboard operation
OED copied to clipboard

Initial LogMsg Database Model

Open ianLewis8 opened this issue 1 year ago • 0 comments

Description

The current commits I have done include the backbone for a database model that store the Log Messages generated by OED. These can then be queried and displayed to an admin user.

Partly Addresses #712

Type of change

  • [x] Note merging this changes the database configuration.
  • [x] This change requires a documentation update

Checklist

  • [x] I have followed the OED pull request ideas
  • [x] I have removed text in ( ) from the issue request
  • [x] You acknowledge that every person contributing to this work has signed the OED Contributing License Agreement and each author is listed in the Description section.

Limitations

I am still working on the route for this database but there is also much more to be done. It needs to be only accessible by admins, the actual table could use indexing for faster lookup speed, etc.

ianLewis8 avatar Aug 07 '24 19:08 ianLewis8