elexis-eu / elexifier

https://elexifier.elex.is
3 stars 3 forks source link

Add admin panel for XMLs #30

Closed andrazrepar closed 2 years ago

andrazrepar commented 2 years ago

A new admin screen for xml files

andrazrepar commented 2 years ago

Similar to the PDF Admin panel, add information about errors occuring in three places:

The list of errors should have information about error type (one of the 3 types above) and a reference to the dictionary and transformation (transformation only for the last two error types)

LukeItUp commented 2 years ago

New errors have been added to elexifier-api develop branch.

You can get them with the following http call and optional filter parameters: _GET /api/support/list?tag=TAG&dsid=DATASET_ID_

The types are stored in error log tags:

andrazrepar commented 2 years ago

I now see PDF errors under both sections (e.g. ml_error under XML)

gradisarjoze commented 2 years ago

Filter fixed.

andrazrepar commented 2 years ago

@LukeItUp, can we also add errors that occur on the transformation page

image

I think these are not included now?

LukeItUp commented 2 years ago

Added new error log when transformation fails to update.