Projekt

Obecné

Profil

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

# Datum Autor Komentář
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

d845a737 2022-05-05 13:01 Vojtěch Bartička

Added role to GET /users

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

7f244939 2022-05-01 15:41 Lukáš Vlček

Re #9582

1c9bc808 2022-04-29 19:24 Vojtěch Bartička

Merge branch 'features/9588-Testing-Backend-Documents' into 'dev' Re #9588

Add and get documents from database

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

b2594803 2022-04-29 18:43 Jakub Schenk

User tests corrections

User tests corrected the way bugs were fixed and application was corrected after 1st test report

065f6462 2022-04-29 17:48 Jakub Schenk

Namespace correction

Merge request respond corrections - namespaces and name of MakeRequest() method

7fdd5fa0 2022-04-29 15:08 Vojtěch Bartička

Added disabled for annotators to GET /tags DTO

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

9eaf8206 2022-04-27 09:31 Vojtěch Bartička

Database migration added

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

0f58bb56 2022-04-26 17:27 Jakub Schenk

Testing of documents in backend

Add and get documents from database

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

f7aa763d 2022-04-21 10:13 Vojtěch Bartička

Added endpoint for user creation

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

Created endpoint for changing user information

4733e8c2 2022-04-21 09:32 Vojtěch Bartička

Endpoint for user annotations with ID in path

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

Check if password is empty or null

f5061dbe 2022-04-20 17:58 Vojtěch Bartička

Merge branch 'features/9579-autentization-testing' into 'dev' Autentization and user testing (backend and frontend)

User tested for creation, updating and autentication
Login tested for logging in via username and password
Frontend tested /login page

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

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

414636c0 2022-04-19 07:01 Jakub Schenk

commentary

new comments for testing classes and messages for failed tests

2d8c65b5 2022-04-18 17:32 Jakub Schenk

Frontend login testing

Frontend login tested for correct and incorrect inputs

f0567ed4 2022-04-18 14:46 Jakub Schenk

utils

utils added for frontend testing - drivers

d65e75d9 2022-04-18 14:46 Jakub Schenk

Frontend testing

frontend testing base

ba13a48a 2022-04-18 14:46 Jakub Schenk

backend login

login on backend tested (JwtUtils in Utils inicialization)

ea53e0e1 2022-04-18 14:46 Jakub Schenk

user testing

first of was user testing mandatory, before testing autentization - with this user should be properly tested

8316c102 2022-04-17 13:52 Vojtěch Bartička

Last fix

77667f3f 2022-04-17 13:51 Vojtěch Bartička

Minor rename

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

d08c4fb0 2022-04-17 12:45 Vojtěch Bartička

Fixed error in AnnotationController

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

c0c74381 2022-04-16 16:08 Vojtěch Bartička

Annotation controller id in path, not request body

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

2d7e2ad6 2022-04-15 12:38 Vojtěch Bartička

Fix in AnnotationController

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

Endpoint /user/annotations for user's annotations

Added endpoint to UserController

773d1205 2022-04-13 19:49 Jakub Schenk

Backend testing

Skelet for backend testing

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

7ceeb02f 2022-04-13 08:16 Vojtěch Bartička

Created TagController, implemented GET on /tags

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

329ac528 2022-04-11 17:38 Vojtěch Bartička

Cosmetic changes

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

8722f3eb 2022-04-11 16:54 Vojtěch Bartička

Fix in AuthorizationAttribute

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

Fixed problems after a merge