Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

changes for admin dashbaord extention #55

Merged
merged 48 commits into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b12196d
npm install
Sep 14, 2022
896381e
hide sidebar elements for navigation for non-engineerrs
jhoetter Sep 14, 2022
e4e906b
hide non-engineer features on labeling page
jhoetter Sep 14, 2022
c624f50
annotator label view
jhoetter Sep 14, 2022
2ef3e01
adapt header for annotators
jhoetter Sep 14, 2022
b00a305
adapts styling for annotator views
jhoetter Sep 14, 2022
49c6d42
hide weak supervision and model callback for non-experts
jhoetter Sep 14, 2022
1e944a2
add label descriptions to info page
jhoetter Sep 14, 2022
cfbe7b3
minor ui improvements
jhoetter Sep 14, 2022
ca6a64a
remove option to add labels via the dropdown menu as a non-engineer
jhoetter Sep 14, 2022
0509508
remove project creation buttons from project page for non-engineers
jhoetter Sep 14, 2022
c815fd1
re-add projects homescreen and automated routing to labeling page for…
jhoetter Sep 14, 2022
235be46
adds ? to async elements
jhoetter Sep 15, 2022
9fcf044
Adds heursitc crowd page
Sep 15, 2022
0ee4a1f
modify crowd labeler heuristic
jhoetter Sep 16, 2022
9df913c
Adds request logic for huddle
Sep 16, 2022
bc273e6
disable generate link when link is created
jhoetter Sep 16, 2022
1fd874d
annotator manual labels as information source
jhoetter Sep 16, 2022
0015ddc
annotator manual labels for extraction tasks
jhoetter Sep 16, 2022
b15ffd7
labeling as annotation bugfix, not final
jhoetter Sep 17, 2022
9c6b7eb
Increase budget
Sep 17, 2022
5d15f0b
Changes the labeling page for annotators - unfinished
Sep 17, 2022
57a7a17
Merge remote-tracking branch 'origin/dev' into admin-dashboard-extention
Sep 17, 2022
114e431
adds crowd labeler heuristics to databrowser filterings
jhoetter Sep 17, 2022
babb868
adds started state to crowd labeling
jhoetter Sep 17, 2022
4e89540
remove annotator paragraph
jhoetter Sep 17, 2022
6e13a50
fix display ner
jhoetter Sep 17, 2022
c4479a7
fixes annotator weak supervision for ner
jhoetter Sep 17, 2022
2a0b801
show confidence on ner labels only for weak supervision
jhoetter Sep 17, 2022
4c97e7f
adds progress bar
jhoetter Sep 17, 2022
4953ff1
minor ui fix
jhoetter Sep 17, 2022
5fd1302
Adds redirect for every page and UserManager class
Sep 19, 2022
cac87b2
Adds local storage removal for assume role & remove unnessecary rla d…
Sep 19, 2022
5a527e3
Adds lock option for heuristic links
Sep 19, 2022
1d3cc0b
adds user overview and cta (#58)
jhoetter Sep 20, 2022
7c43d1b
Removes spacy type info for annotators
Sep 20, 2022
d3ab0cb
Adds link refresh on outdated data
Sep 20, 2022
37729a1
adds comment preparations
Sep 21, 2022
8ff0c09
adds waitlist info for notification center
jhoetter Sep 21, 2022
48b413f
hide discord channel for non-engineers
jhoetter Sep 21, 2022
eba1a0b
implements link to slice as actual link
jhoetter Sep 21, 2022
4d99eb0
adds view as expert button
jhoetter Sep 21, 2022
b18a9ae
minor fix view as expert
jhoetter Sep 21, 2022
7cf85eb
change color of locked link
jhoetter Sep 21, 2022
c0269f6
puts position calculation back, to display current position in record…
jhoetter Sep 21, 2022
a245668
removes comment
jhoetter Sep 21, 2022
bae2224
Removes not useable from slection field for tasks
Sep 22, 2022
ea84954
merge origin
Sep 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"output": "assets/monaco-editor"
}
],
"styles": ["src/styles.scss"],
"styles": [
"src/styles.scss"
],
"scripts": []
},
"configurations": {
Expand All @@ -68,8 +70,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "5mb"
"maximumWarning": "5mb",
"maximumError": "8mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -123,7 +125,9 @@
"output": "assets/monaco-editor"
}
],
"styles": ["src/styles.scss"],
"styles": [
"src/styles.scss"
],
"scripts": []
}
},
Expand All @@ -143,4 +147,4 @@
}
},
"defaultProject": "kern-frontspine"
}
}
Loading