Projekt

Obecné

Profil

Stáhnout (688 Bajtů) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
004c4a4e 2022-05-16 17:26 Vojtěch Bartička

Removed paging from GET /documents

d8873409 2022-05-07 16:01 Vojtěch Bartička

Merge branch 'features/9664-annotation-count-display' into dev Re #9664

  1. Conflicts:
  2. Backend/Backend/Controllers/DocumentController.cs
  3. Backend/Core/Services/DocumentService/DocumentServiceEF.cs
  4. Backend/Core/Services/DocumentService/IDocumentService.cs...
42bb0025 2022-05-03 16:34 Vojtěch Bartička

Added endpoint for document preview

ceb95b98 2022-04-27 09:29 Vojtěch Bartička

Added endpoint to get global required annotations, moved configuration to database

0a6d22b7 2022-04-27 09:08 Vojtěch Bartička

Added endpoint to set global required annotations

5adba4c4 2022-04-27 09:02 Vojtěch Bartička

Implemented static global config, added endpoint to set req annotations per document

42c654f6 2022-04-16 18:30 Vojtěch Bartička

Same fix in DocumentController - moved to QueryParams

24e1c89d 2022-04-09 18:49 Vojtěch Bartička

DocumentService created