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

Commit 800184a

Browse files
JWittmeyerjhoetter
andauthored
changes for admin dashbaord extention (#55)
* npm install * hide sidebar elements for navigation for non-engineerrs * hide non-engineer features on labeling page * annotator label view * adapt header for annotators * adapts styling for annotator views * hide weak supervision and model callback for non-experts * add label descriptions to info page * minor ui improvements * remove option to add labels via the dropdown menu as a non-engineer * remove project creation buttons from project page for non-engineers * re-add projects homescreen and automated routing to labeling page for experts * adds ? to async elements * Adds heursitc crowd page * modify crowd labeler heuristic * Adds request logic for huddle * disable generate link when link is created * annotator manual labels as information source * annotator manual labels for extraction tasks * labeling as annotation bugfix, not final * Increase budget * Changes the labeling page for annotators - unfinished * adds crowd labeler heuristics to databrowser filterings * adds started state to crowd labeling * remove annotator paragraph * fix display ner * fixes annotator weak supervision for ner * show confidence on ner labels only for weak supervision * adds progress bar * minor ui fix * Adds redirect for every page and UserManager class * Adds local storage removal for assume role & remove unnessecary rla data for annotators * Adds lock option for heuristic links * adds user overview and cta (#58) * adds user overview and cta * optimize user overview, waitlist page and minor ui improvements * Merge issues resolve * Resolves pr comments * Changes user page Co-authored-by: JWittmeyer <jens.wittmeyer@onetask.ai> * Removes spacy type info for annotators * Adds link refresh on outdated data * adds comment preparations * adds waitlist info for notification center * hide discord channel for non-engineers * implements link to slice as actual link * adds view as expert button * minor fix view as expert * change color of locked link * puts position calculation back, to display current position in record ide * removes comment * Removes not useable from slection field for tasks Co-authored-by: Johannes Hötter <johannes.hoetter@kern.ai>
1 parent 4459b7b commit 800184a

File tree

63 files changed

+4131
-16727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4131
-16727
lines changed

angular.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
"output": "assets/monaco-editor"
4848
}
4949
],
50-
"styles": ["src/styles.scss"],
50+
"styles": [
51+
"src/styles.scss"
52+
],
5153
"scripts": []
5254
},
5355
"configurations": {
@@ -68,8 +70,8 @@
6870
"budgets": [
6971
{
7072
"type": "initial",
71-
"maximumWarning": "500kb",
72-
"maximumError": "5mb"
73+
"maximumWarning": "5mb",
74+
"maximumError": "8mb"
7375
},
7476
{
7577
"type": "anyComponentStyle",
@@ -123,7 +125,9 @@
123125
"output": "assets/monaco-editor"
124126
}
125127
],
126-
"styles": ["src/styles.scss"],
128+
"styles": [
129+
"src/styles.scss"
130+
],
127131
"scripts": []
128132
}
129133
},
@@ -143,4 +147,4 @@
143147
}
144148
},
145149
"defaultProject": "kern-frontspine"
146-
}
150+
}

0 commit comments

Comments
 (0)