Hironsan
9066a62ab9
Support bulk create
3 years ago
Hironsan
f7ff050ea6
Enable to injest metadata
3 years ago
Hironsan
6ac494fdb2
Fix import order
3 years ago
Hironsan
0cb2c965f6
Add signal to fix #822
3 years ago
Hironsan
1726885070
Allow project to accept blank guideline
3 years ago
Hironsan
57d85e5f79
Fix lint
3 years ago
Hironsan
9f5dfa439f
Update role mapping constraints to prevent user from assigning already assigned user
3 years ago
Hironsan
dafe5b75ff
Add constraint project needs at least one admin
3 years ago
Hironsan
87fa4368fc
Add linter to the workflow
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
a4781beaa6
Enable to use digits as shortcut keys and resolve #599
4 years ago
Clemens Wolff
e0ec1232d2
Add single-class-classification mode
4 years ago
Clemens Wolff
12b1dc7474
Add option to comment on documents
4 years ago
Clemens Wolff
9401a469d3
Implement skeleton for speech2text project type
4 years ago
margaretmeehan
35c5ffad72
code quality updates
5 years ago
margaretmeehan
8e21d5f23d
Replace 'isSuperUser' with specific roles required for frontend
5 years ago
margaretmeehan
d602fc75e6
fixing typo in role_mapping
5 years ago
Razi Rais
c1082e14e9
Role and RoleMapping Models
5 years ago
Clemens Wolff
4a0134f210
Add option to share annotations across users
5 years ago
Clemens Wolff
6b0e32e96b
Fix integrity error on SQL Server
Currently we use the unique_together constraint to ensure that if a label has a
shortcut key combination, no other label has the same combination.
However, on SQL Server, the unique_together constraint also looks at null
values which breaks the unique_together constraint since we now can no longer
have two labels without shortcut keys. The error message is as follows:
```
Violation of UNIQUE KEY constraint 'api_label_project_id_prefix_key_suffix_key_1b3d8f77_uniq'.
Cannot insert duplicate key in object 'dbo.api_label'.
The duplicate key value is (32, <NULL>, <NULL>).
```
Moving the validation logic from the database into Django fixes the issue and
makes the constraint clearer.
5 years ago
Clemens Wolff
47bbb741d2
Add support for SQL Server database
5 years ago
Federica Nocera
286ea9e04c
Refactored label_per_data using managers.
5 years ago
Clemens Wolff
d0c566c5ab
Add admin button to approve/reject labels
5 years ago
Hironsan
8713a281d9
Create new app and move codes
5 years ago
Clemens Wolff
bbc68ffa00
Add option to randomize document order per user
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
Clemens Wolff
e37e16bfad
Auto-generate label shortkeys on corpus import
5 years ago
Clemens Wolff
df2bbe34b8
Remove Django template inheritance in admin pages
5 years ago
Clemens Wolff
2bdcada9a7
Collapse Django annotation templates
5 years ago
Hironsan
1d2dfdaa3d
Fix #140
5 years ago
Hironsan
49d41416e4
Support batch import
5 years ago
Hironsan
bf54c6c5f2
Divide download/upload template
5 years ago
Hironsan
92848809a9
Fix frontend for working with backend
5 years ago
Hironsan
d77ab70bff
Move file handlers from api to utils
5 years ago
Hironsan
2a02881edd
Change method name
5 years ago
Hironsan
eb09eb97d2
Support meta data import/export
5 years ago
Hironsan
141d1717d6
Delete unnecessary models
5 years ago
Hironsan
14bcb0a703
Add downloader to support csv and json format
5 years ago
Hironsan
fa388ac6ec
Update project serializer mapping
5 years ago
Hironsan
880c179966
Allow document serializer to return annotations
5 years ago
Hironsan
61a4becc0a
Make project model polymorphic
5 years ago
Hironsan
5af45811ed
Add file uploader to support plain, csv, json and CoNLL format
Corresponding to issue #11
5 years ago
Hironsan
6b8f2a7627
Add updated_at and created_at fields to models
For managing data life cycle
5 years ago
Hironsan
a47b853c7c
Add project API
5 years ago
Hironsan
a43738a13a
Divide project and document models into 3 models
Because of polymorphism
5 years ago
Bramble Xu
9e9c5485fc
#61 : make shortcut optional in backend and create new test case
5 years ago
serhii.nechyporchuk
f8a72a0a60
iss45: base implementation for metadata support
5 years ago