Projekt

Obecné

Profil

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

# Datum Autor Komentář
df202176 2022-05-15 15:18 Vojtěch Bartička

Added endpoint to set tag occurence to finalized

8c9ce202 2022-05-15 14:51 Vojtěch Bartička

Fixed issues with database OR mapping

82dede50 2022-05-15 13:19 Vojtěch Bartička

Fixed issue from stash merge

83d4581e 2022-05-15 13:16 Vojtěch Bartička

Added final annotation endpoints

a49028dd 2022-05-10 15:33 Vojtěch Bartička

Fixed issue with annotations not matching documents

ceadebfe 2022-05-10 12:43 Vojtěch Bartička

Fixed issue with cached info not being returned to FE

2c9afc72 2022-05-09 07:23 Vojtěch Bartička

Moved HTML processing to HTMLService, inheritance changes in entities

440997e0 2022-05-09 06:34 Vojtěch Bartička

Tag merging for final annotation beta

7a8bb115 2022-05-08 19:57 Vojtěch Bartička

Duplicated CSS issue fixed

98dc5b8a 2022-05-08 19:46 Vojtěch Bartička

Fixed duplicating issue in CSS generation

2571743f 2022-05-08 16:54 Vojtěch Bartička

Whitelisted target attribute in sanitization

59022d41 2022-05-08 16:50 Lukáš Vlček

Seeder fixed

f6f1ca65 2022-05-08 10:40 Vojtěch Bartička

Added selected text to AnnotationTag and requests/responses

4ed6b05c 2022-05-08 10:21 Vojtěch Bartička

Added finalized annotation ID

85b8834f 2022-05-08 10:18 Vojtěch Bartička

Added info about final annotation to GET /documents

179a097d 2022-05-08 09:56 Vojtěch Bartička

Added link redirect to annotations

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

cfd82637 2022-05-08 09:28 Lukáš Vlček

Seeder user names changed

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

Added endpoint for marking annotations as done

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

Added tables for finalizing annotations to DB

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

Set annotation state to in progress on tag add

3ea0ef00 2022-05-08 09:02 Vojtěch Bartička

Fixed a missed merge issue

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...
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
c9e97683 2022-05-06 12:50 Vojtěch Bartička

Added sentiment to GET /annotation/id

d65a2d79 2022-05-06 06:31 Vojtěch Bartička

Ordering of tags in GET /tags

099135ce 2022-05-06 06:20 Vojtěch Bartička

Merge branch 'features/9673-admin-document-preview' into dev Re #9673

  1. Conflicts:
  2. webapp/api/api.ts
  3. webapp/pages/documents/admin/index.tsx

Regenerate client api, merged manually

3cee56d3 2022-05-05 13:25 Vojtěch Bartička

Annotation state returned with document list info

3c89e947 2022-05-05 13:09 Vojtěch Bartička

Order tags by position

343aa66b 2022-05-05 12:54 Vojtěch Bartička

Sanitize document preview

42361f51 2022-05-05 09:55 Vojtěch Bartička

Fixed tag update to same name

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

Fixed annotation problems Re #9715 , Re #9716

42bb0025 2022-05-03 16:34 Vojtěch Bartička

Added endpoint for document preview

faa3619b 2022-05-02 12:58 Vojtěch Bartička

Added assigned documents count to GET /users

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

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

3e5bde59 2022-04-27 09:43 Vojtěch Bartička

Merge branch 'features/9657-backend-tag-tree-order' into 'dev' Re #9657

Ordering of categories, tags and subtags in TagServiceEF.GetTagTree

See merge request aswi/aswi-2022/aswi20220x00!40

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

f3c42457 2022-04-27 08:11 Vojtěch Bartička

Ordering of tags in GetTagTree

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

Added caching and incremental updates to annotations

78122c3a 2022-04-25 08:59 Vojtěch Bartička

DeleteUser save changes

20f0da33 2022-04-25 08:51 Vojtěch Bartička

Merge branch 'features/9585-document-assigning' into features/9590-user-management

  1. Conflicts:
  2. webapp/api/api.ts
f37d2b59 2022-04-25 08:42 Vojtěch Bartička

Added endpoint for user delete

11b41a50 2022-04-25 08:38 Vojtěch Bartička

Annotations not created on document upload

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

a9acbe07 2022-04-21 10:01 Vojtěch Bartička

Created endpoint for changing user information

4ebfa716 2022-04-21 09:03 Vojtěch Bartička

Check if password is empty or null

005202c6 2022-04-20 11:53 Vojtěch Bartička

Users assigned on document upload

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

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

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

8837ddf3 2022-04-17 12:03 Vojtěch Bartička

Merge branch 'features/9472-document-preview' into 'dev' Re #9472

HTML preprocessing and sanitization (removing all original attributes from HTML)
Showing HTML on frontend

See merge request aswi/aswi-2022/aswi20220x00!28

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

6d6613d4 2022-04-16 23:13 Dominik Poch

Changed colors of dummy tags

Changed colors of dummy tags to show different colors in the tag tree

351d73ea 2022-04-16 19:09 Vojtěch Bartička

Merge branch 'features/9473-backend-document-annotation-api' into 'dev' Re #9473

Fixed some issues with GET requests requiring a body

See merge request aswi/aswi-2022/aswi20220x00!25

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

Same fix in DocumentController - moved to QueryParams

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

Merge branch 'features/9473-backend-document-annotation-api' into 'dev' Re #9473

Beta version with support for returning current annotation state

See merge request aswi/aswi-2022/aswi20220x00!22

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

Resolved issues from code review

782b6d38 2022-04-15 15:25 Vojtěch Bartička

Fixed comments from code review, fixed DB access

09b22f6f 2022-04-15 14:27 Vojtěch Bartička

Added documents and annotations to seeding

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

Added GET /annotation for retrieving annotation state

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

Added DTOs and mapper profiles for annotation info

8b2a2c15 2022-04-15 14:03 Vojtěch Bartička

Seeding for an annotation tag instance

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
ecb333b6 2022-04-13 10:31 Vojtěch Bartička

Optimized database access - prefetch tags and categories

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

Database access optimizations

1524324f 2022-04-13 10:10 Vojtěch Bartička

Shortened GetUsers in UserServiceEF

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

Don't throw if user already assigned to document

055ef5b5 2022-04-13 08:16 Vojtěch Bartička

Created TagService, implemented GetTagTree

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

52fe46f9 2022-04-11 15:48 Vojtěch Bartička

Minor fix

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

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

6e91a560 2022-04-09 20:24 Vojtěch Bartička

Added default value to Annotation.Note

7bbe8f15 2022-04-09 20:12 Vojtěch Bartička

Check number of documents in DocumentService.GetDocuments

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

Code cleanup

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

DocumentService now uses AutoMapper

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

Added AutoMapper, configured, added DTO mappings

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

DocumentService created

3d824877 2022-04-06 15:00 Vojtěch Bartička

Static method to seed dummy tags

204bd181 2022-04-06 15:00 Vojtěch Bartička

Cleanup in seeding