Skip to content

Add CorpusExport model

A new CorpusExport must be added to the documents app:

Fields:

  • id as uuid
  • corpus_id FK
  • user_id FK
  • state: enum created|running|failed|done
  • datetimes: created & updated
  • reference to async job ?

Should be editable through the admin:

  • standalone list
  • inline on corpus
Edited by Bastien Abadie