36 Commits (c6fd2ea494d92368bd8f12bb287fdb0cde84e0e1)

Author SHA1 Message Date
Hironsan 7a3f9b616b Move auto labeling code to auto labeling app 2 years ago
Hironsan e2a99b1b6b Add created_by field to Project 2 years ago
Hironsan 3ef7793e70 Move API related to users to users app 2 years ago
Hironsan 4429f4e962 Simplify domain model as many as possible 2 years ago
Hironsan 9cb7abd3b6 Add can_define_relation/span/category method to project model 2 years ago
Hironsan 80074942a9 Add can_define_label method to project model 2 years ago
Hironsan 06be25d336 Add is_text_project field to ProjectSerializer 2 years ago
Hironsan 23c319faf9 Move Role and RoleMapping from api to roles 2 years ago
Hironsan a6c347705a Remove confirmed_user_role method 2 years ago
Hironsan f5d7f128ce Move code from api to roles 2 years ago
Hironsan 92b2bf813f Rename DocType to CategoryType 2 years ago
Hironsan f62df2fb6d Add a feature to create intent detection and slot filling project 2 years ago
Hironsan 16466b4804 Remove get_annotation_class method 2 years ago
Hironsan 6a1211ebe6 Turn label model to abstract model 2 years ago
Hironsan b4d5fa34e6 Divide Label model into two separated model 2 years ago
Hironsan 58cb73e146 Update label serializer to include task_type 2 years ago
Hironsan df75f6bcef Add fields to SequenceLabelingProject 3 years ago
youichiro 263deb238a separate confirm status for each role or user 3 years ago
youichiro 4a879d3697 return user.is_staff in user API response 3 years ago
Hironsan 60d4ed8d03 Add ExampleState serializer 3 years ago
Davide Allavena 9fce783cf7 more isort 3 years ago
Davide Allavena e2dc4cc25b Added newline at the end of the file 3 years ago
Hironsan 4ccd9a0b8b Update get_annotation_serializer 3 years ago
Hironsan c859cf3704 Remove an unused serializer field 3 years ago
Hironsan 5d880a7822 Refactor project serializers 3 years ago
Hironsan 9acc447f23 Remove document and image models 3 years ago
Hironsan a44cad79f7 Update models to handle image classification 3 years ago
Hironsan 2a02775071 Change field name from randomized_document_order to random_order 3 years ago
Hironsan 3e6c371159 Add Example model to avoid dividing Comment into DocumentComment and ImageComment 3 years ago
Hironsan 51498453ee Change field type from FilePathField to FileField 3 years ago
Hironsan bee1147028 Add test cases for image API 3 years ago
Hironsan e15506edbe Add serializers for image classification 3 years ago
Hironsan dbb4f63036 Fix files according to flake8 3 years ago
Hironsan 6c33281f14 Remove circular dependency 3 years ago
Hironsan a3a054c393 Rename app dir to backend for pip installation 3 years ago
Chris 89e21140f6 Project tags backend 3 years ago
Hironsan 9f5dfa439f Update role mapping constraints to prevent user from assigning already assigned user 3 years ago
Hironsan 781b3b089a Reduce user serializers information 3 years ago
Hironsan 87fa4368fc Add linter to the workflow 3 years ago
Hironsan 25b43f818f Add exception handling for testing config 3 years ago
Paul f6fcb11609 comment backend 3 years ago
Hironsan 8a64eb7a13 Add AutoLabelingConfig validation 3 years ago
Hironsan 5d82843c9c Add AutoLabelingConfig APIs 3 years ago
Hironsan eb43f17882 Remove image property from Project models and serializers, fix #713 3 years ago
Hironsan 1fb04cccab Update frontend to add comment feature 3 years ago
Setu Shah 6dc6319f1d Add timestamps to annotation serializers 4 years ago
Hironsan 1ac6d5122f Fix ApproveLabelsAPI not to show other's annotations if it's checked 4 years ago
Clemens Wolff e0ec1232d2 Add single-class-classification mode 4 years ago
Clemens Wolff b0f6308d97 Ensure fields are consistent 4 years ago
Clemens Wolff af8ca8de19 Ensure read_only_fields are consistent 4 years ago