Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
26671569 2022-05-08 09:35 Vojtěch Bartička

Small fixes

4e12f0cc 2022-05-08 09:34 Vojtěch Bartička

Caching generated CSS, returning it separate from HTML

0ea30313 2022-05-08 09:12 Vojtěch Bartička

Added endpoint for marking annotations as done

2f3821f0 2022-05-08 09:12 Vojtěch Bartička

Set annotation state to in progress on tag add

80d2ba11 2022-05-07 08:22 Vojtěch Bartička

Merge branch 'features/9678-duplicate-tag-control' into dev Re #9678

  1. Conflicts:
  2. Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs
043fc6a9 2022-05-06 16:36 Vojtěch Bartička

Merge branch 'features/9677-sentiment-annotation' into dev Re #9677

  1. Conflicts:
  2. webapp/api/api.ts
    Regenerate client api, merged
ca6b31ee 2022-05-06 13:03 Vojtěch Bartička

Merge branch 'features/9593-tag-management' into dev Re #9593

  1. Conflicts:
  2. Backend/Core/Services/TagService/TagServiceEF.cs
  3. webapp/api/api.ts
    Merged api.ts, regenerate client api
3c89e947 2022-05-05 13:09 Vojtěch Bartička

Order tags by position

ecf6d2e0 2022-05-04 12:37 Vojtěch Bartička

Fixed annotation problems Re #9715 , Re #9716

15c88dc1 2022-04-29 14:00 Vojtěch Bartička

Added sentiment to Tags and SubTags, modified create/update tag/subtag endpoints, added set instance sentiment endpoint

8dc25caa 2022-04-28 09:39 Vojtěch Bartička

Added padding size calculation to html rendering

58363b44 2022-04-27 11:30 Vojtěch Bartička

Backend checks for duplicate tags and returns bad request

553486ad 2022-04-27 07:51 Vojtěch Bartička

Added caching and incremental updates to annotations

f2275185 2022-04-22 11:40 Vojtěch Bartička

Endpoint for adding Notes to annotations in AnnotationController

c9762683 2022-04-19 14:43 Vojtěch Bartička

Fixed indexing bugs in backend, minor changes in frontend

0a9f9349 2022-04-19 13:37 Vojtěch Bartička

Backend document rendering

0f8d6304 2022-04-17 13:41 Vojtěch Bartička

Endpoint for annotation instance deletion - untested

abf94f21 2022-04-17 13:23 Lukáš Vlček

Backend - saving data fixed

be4deff8 2022-04-17 12:38 Vojtěch Bartička

Minor fixes, added annotation instance endpoint - untested

b5df208d 2022-04-17 10:44 Vojtěch Bartička

Fixed tag length detection

3c185841 2022-04-17 10:11 Vojtěch Bartička

HTML preprocessing and sanitization

c2a89232 2022-04-15 19:19 Vojtěch Bartička

Resolved issues from code review

a6675a6d 2022-04-15 14:04 Vojtěch Bartička

Added GET /annotation for retrieving annotation state

6bdb3d95 2022-04-15 11:24 Vojtěch Bartička

Endpoint /user/annotations for user's annotations

Added endpoint to UserController

153d77a8 2022-04-13 10:25 Vojtěch Bartička

Database access optimizations

1088c14e 2022-04-13 10:07 Vojtěch Bartička

Don't throw if user already assigned to document

eff8ec56 2022-04-11 17:01 Vojtěch Bartička

Added AnnotationController and Service

Documents can now be assigned to Users