Projekt

Obecné

Profil

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

# Datum Autor Komentář
bcbaa7d3 2022-05-06 15:18 Dominik Poch

Removed visibility, added sentiment

cd2f7b19 2022-04-26 05:02 Dominik Poch

Basic table

Basic table that shows tags

87fd0356 2022-04-20 12:34 Lukáš Vlček

Admin can also load documents assigned to him for annotation

c6109e2d 2022-04-20 12:34 Lukáš Vlček

Document table added for admin (document management)

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

Fixed indexing bugs in backend, minor changes in frontend

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

Documents upload implemented, connected to REST API

06d1aa21 2022-04-18 14:52 Jaroslav Hrubý

Refactoring

cb624ba8 2022-04-17 18:23 Jaroslav Hrubý

Merge remote-tracking branch 'origin/dev' into features/9466-list-documents-annotator

  1. Conflicts:
  2. webapp/pages/documents/admin/index.tsx
  3. webapp/pages/documents/annotator/index.tsx
51f70e00 2022-04-17 13:56 Lukáš Vlček

Build fixed

9fdb7d55 2022-04-17 13:56 Lukáš Vlček

Deleting occurences

3f66b624 2022-04-17 13:52 Lukáš Vlček

Comments added to selection utils

4bc99591 2022-04-17 13:24 Lukáš Vlček

Adding tag/subtag to selected text

c2192cda 2022-04-17 12:12 Lukáš Vlček

Selection detection and calculation of start and end position in original document

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

ec1d738f 2022-04-17 12:01 Vojtěch Bartička

Merge branch 'features/9481-frontend-annotation-panel' into dev Re #9481

  1. Conflicts:
  2. webapp/pages/annotation/[id].tsx
b5f60842 2022-04-17 11:40 Lukáš Vlček

Document preview on frontend

bae9fbba 2022-04-17 11:16 Jaroslav Hrubý

Table of annotator's documents implemented

76242338 2022-04-17 00:37 Dominik Poch

Connected annotation panel to API and updated visual

9a41c02f 2022-04-17 00:35 Dominik Poch

Added mapped annotation

Mapped annotation to instance and separated them to different tag occurrences

2c9bdf18 2022-04-16 23:14 Dominik Poch

Upgraded visual of the tag tree

7652cf88 2022-04-16 20:47 Lukáš Vlček

Basic annotation document preview

0441c314 2022-04-16 20:42 Dominik Poch

Added comments

5593c10b 2022-04-16 20:37 Dominik Poch

Connected tag panel to server

ab68c8da 2022-04-16 20:33 Dominik Poch

Tag selection

Report when tag is selected

b8cae450 2022-04-16 20:13 Dominik Poch

Context for category

Changed context of tags to context of categories

ed01528f 2022-04-16 19:56 Dominik Poch

Implemented tag panel

Implemented tag panel and all its items

7595035c 2022-04-16 19:52 Lukáš Vlček

AnnotationID as dynamic route part in annotation page

484f2ac1 2022-04-16 19:49 Dominik Poch

Tag context

Added context that handles tags

a37f82ce 2022-04-16 19:43 Lukáš Vlček

Minor login optimisation

dd747fc5 2022-04-16 19:42 Lukáš Vlček

API regenerated

7a32656e 2022-04-16 18:56 Jaroslav Hrubý

Refactoring

8c45ccb0 2022-04-16 18:49 hrubyjar

Token management implemented, redirections

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

34e9f2d3 2022-04-16 09:31 Lukáš Vlček

AnnotationContext use demo

c057279b 2022-04-16 09:30 Lukáš Vlček

AnnotationContext added

3e6b15a7 2022-04-16 09:29 Lukáš Vlček

Current API model generated

a80db039 2022-04-16 09:04 Dominik Poch

Initialization of tags in annotation view

Initialized tags and created event handlers in the annotation view

4e91ed40 2022-04-16 09:01 Dominik Poch

Annotation panel events

Added events that propagate changes between panels in the annotation view

967f45fc 2022-04-16 09:00 Dominik Poch

Basic functionality of an annotation panel

The panel is without css styles. Basic functionality is implemented.

ce63b2ab 2022-04-15 10:22 Dominik Poch

Removed ant layout and used css grid

Changed layouting technology and added main layout for all pages.

2a6afa14 2022-04-14 17:23 Dominik Poch

Changed path of imports

Forgot to save files with changed imports

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

Refactored directory structure

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

8f56b9fc 2022-04-14 15:12 Vojtěch Bartička

Merge branch 'features/9452-login-screen' into 'dev' Re #9452

Minor refactoring. Moved loginProps to loginLayout and changed a route of the login screen.

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

6b2ab778 2022-04-14 14:29 Dominik Poch

Created more generic layout props

Props will be used in multiple layouts and all will have the same parameters. It does not have to be assigned specifically for the login.

deed893a 2022-04-14 14:06 Dominik Poch

Changed a route of the login page

Changed the route from /authentication/login to /login

0f3891f3 2022-04-14 14:05 Dominik Poch

Moved loginProps to loginLayout

LoginProps are not used outside of loginLayout and it does not make sense for it to exist outside of loginLayout.

050ce537 2022-04-13 08:13 Vojtěch Bartička

Merge branch 'features/9452-login-screen' into 'dev' Re #9452

Implemented a login screen and added ant-design package to the react project

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

2d3822e7 2022-04-13 07:49 Dominik Poch

Changed email to username

Changed email field to username, changed error message when field is not filled and removed validation of a field format.

a13df91a 2022-04-13 06:00 Vojtěch Bartička

Merge branch 'features/9465-frontend-add-document-window' into 'dev' Re #9465

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

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

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.

ac59aec1 2022-04-12 21:45 Dominik Poch

Created a layout of the annotation screen

Created a layout with empty panels. They will be done in other branches.

98568917 2022-04-12 18:53 Dominik Poch

Renamed props.tsx to loginProps.tsx

Props was too generic so I renamed it to show its purpose better.

7a84a6d5 2022-04-12 18:47 Dominik Poch

Added documentation comments

Added documentation comments to the login screen and its layout

95311b56 2022-04-12 18:42 Dominik Poch

Updated layout of the login screen

Changed layout to bootstrap, added a logo and a title.

e5bc2de2 2022-04-12 18:41 Dominik Poch

Added todos for login form events

To test the functionality, login form values are logged to the console when the form is submitted. That is dangerous, so I added todos that will remind us to delete these logs when authentication is implemented.

882caa6a 2022-04-12 18:37 Dominik Poch

Streched login button

Login button now fills width of the form

cbd9de5e 2022-04-12 18:36 Dominik Poch

Changed error messages

Changed error messages for required email and password and added check of email address format

77eb11b3 2022-04-12 15:27 Dominik Poch

Added layout of the login screen

Created a layout in a separate file and added it to the login screen

e9c60748 2022-04-12 15:24 Dominik Poch

Added basic login form

96b6457d 2022-04-12 15:19 Dominik Poch

Installed ant-design

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

Backend - JWT Authentication done

5e80d91e 2022-03-27 17:07 Lukáš Vlček

RestApi client generation script based on OpenAPI (swagger)

9a080f8f 2022-03-27 17:06 Lukáš Vlček

ESLint and Prettier tools basic config

56cc66d8 2022-03-27 17:06 Lukáš Vlček

WebApp (React + Next + TypeScript) project added