Projekt

Obecné

Profil

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

# Datum Autor Komentář
bb91c23f 2022-05-17 17:23 Jaroslav Hrubý

Document upload improved

6d3621ce 2022-05-17 08:27 Lukáš Vlček

Document upload description

fa93df26 2022-05-16 22:07 Dominik Poch

Icons

b4de7a8f 2022-05-16 15:10 Vojtěch Bartička

Merge branch 'features/9826-document-assigning-enhancement' into 'dev' Re #9826

Document assigning modal window was improved - table instead of simple list.

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

c197eb02 2022-05-15 15:53 Jaroslav Hrubý

document assigning modal window improved - table instead of list

0e4d7bd0 2022-05-15 11:41 Dominik Poch

Added sentiment to tags management

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...
e7eca311 2022-05-07 12:12 Lukáš Vlček

Required annotations count changing - modal - done

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
d1bca09c 2022-05-06 09:42 Dominik Poch

Changed modal closing

Do not close modal when clicked outside of bounds

67683ef3 2022-05-06 07:35 Dominik Poch

Changed default tag color

Default color in tag modal changed to color of a category

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

5004f8b6 2022-05-05 23:37 Dominik Poch

Added sub tag modal

Modal with properties of a sub tag

b49b834e 2022-05-05 23:36 Dominik Poch

Added tag modal

Modal with properties of a tag

29867307 2022-05-05 23:36 Dominik Poch

Added category modal

Modal with properties of a category

41a82611 2022-05-05 16:06 Jaroslav Hrubý

Refactoring

669ffe38 2022-05-05 15:05 Jaroslav Hrubý

Refactoring after code review

d7167305 2022-05-05 12:17 Jaroslav Hrubý

Document preview implemented

43d49a98 2022-04-25 12:46 Jaroslav Hrubý

Modal windows for user edit, delete and assigned documents were implemented

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
82ba2ee5 2022-04-24 18:59 Jaroslav Hrubý

Users table implemented

9bfa1e39 2022-04-24 17:33 Jaroslav Hrubý

Document assigning implemented

4a7bae81 2022-04-19 11:24 Jaroslav Hrubý

Documents upload implemented, connected to REST API

acb8a961 2022-04-16 15:40 Dominik Poch

Added comments

c73aecde 2022-04-16 14:48 Dominik Poch

Renamed files, fixed overflow in annotation view, added access to the AnnotationContext in annotation view, deleted visiblity from add document modal window, deleted LayoutProps

6d10fe14 2022-04-14 17:21 Dominik Poch

Refactored directory structure

Refactored directory structure and changed structure of layouts of the annotation screen

428b6f89 2022-04-12 22:42 Dominik Poch

Created a document adding modal

Created a modal that adds new documents and when API is implemented it will send documents to a server.