Projekt

Obecné

Profil

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

# Datum Autor Komentář
c9e97683 2022-05-06 12:50 Vojtěch Bartička

Added sentiment to GET /annotation/id

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

2c8d08af 2022-04-28 14:26 Vojtěch Bartička

Added option to hide category from annotators, changed endpoints and services

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

Endpoint for adding Notes to annotations in AnnotationController

9190add5 2022-04-22 11:25 Vojtěch Bartička

Added endpoint for adding notes to tags in AnnotationController

1a65a2c2 2022-04-21 12:24 Vojtěch Bartička

Added endpoints for subtag CRUD

162db5f6 2022-04-21 11:54 Vojtěch Bartička

Added endpoints for Tag CRUD

addbcd33 2022-04-21 11:26 Vojtěch Bartička

Created endpoints for CRUD on categories

2ebf32d0 2022-04-17 13:49 Vojtěch Bartička

Changed Id to OccurenceId in TagInstanceInfo

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

Endpoint for annotation instance deletion - untested

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

Minor fixes, added annotation instance endpoint - untested

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

HTML preprocessing and sanitization

37259a80 2022-04-15 14:03 Vojtěch Bartička

Added DTOs and mapper profiles for annotation info

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

Endpoint /user/annotations for user's annotations

Added endpoint to UserController

858edfe4 2022-04-13 10:51 Vojtěch Bartička

Merge branch 'features/9474-backend-tag-tree-api' into dev Re #9474

  1. Conflicts:
  2. Backend/Core/Services/Registration.cs
b9c5b7dd 2022-04-13 08:15 Vojtěch Bartička

Added tag-related DTOs and mapping

a70f3c5f 2022-04-11 17:15 Vojtěch Bartička

Added UserController and GET on /users

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

Added AnnotationController and Service

Documents can now be assigned to Users

f0fde45c 2022-04-11 15:40 Vojtěch Bartička

Authentication controller now returns user role

cd91f841 2022-04-11 15:40 Vojtěch Bartička

Moved Enums to Models project

6cb5f77e 2022-04-10 15:15 Vojtěch Bartička

Renamed PLAINTEXT format Enum to TEXTFILE

7b2e66d3 2022-04-10 13:25 Vojtěch Bartička

Documents to add expected in base64

Documents sent in the request are all in base64 and have enum to specify either TXT file or a ZIP file

11f447b9 2022-04-09 19:44 Vojtěch Bartička

Code cleanup

f2249f10 2022-04-09 19:34 Vojtěch Bartička

Added AutoMapper, configured, added DTO mappings

aa425887 2022-04-09 19:33 Vojtěch Bartička

Modified DocumentListInfo

Added of UserInfo annotating users

f053c1b6 2022-04-09 18:47 Vojtěch Bartička

Added Document API related DTOs

c349bab3 2022-04-03 18:36 Lukáš Vlček

Backend - JWT Authentication done

04a39336 2022-04-03 18:33 Lukáš Vlček

Template code removed

35bcdf1c 2022-03-23 18:01 Vojtěch Bartička

Three projects split