-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat: HUMSIG-37: Enhancing ML backend connection experience #5546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4ae5e6e
Updated implementation of the ML Backend experience. Docs & Test to f…
72da7a9
Updating the experience a bit more based on the feedback. Plus
e6fc978
minor updates on the experience
9b1f263
removing debug info, uncommenting bits
bf134a6
Merge branch 'develop' into dev/ml-backend-exp
deppp 12a7227
fixing small issue to make it backward compatible with the previous p…
8eec2cd
Merge branch 'dev/ml-backend-exp' of https://github.com/heartexlabs/l…
9d314e7
Fix errors, code cleanup, fix ruff
fb48fc7
Downgrade testing-library, reformat with linters
9211b86
Remove excessive calls in task api
3b082f2
Fix frontend script
a14857d
ci: Build frontend
robot-ci-heartex 1379c5c
fmt
jombooth 7b8825d
fix sdk version & change api /predict/test
2b6f5c4
ci: Build frontend
robot-ci-heartex 547c9a2
try update lock
4983250
Merge branch 'develop' into 'fb-ml-backend-exp'
bmartel 38b87e1
[submodules] Copy src HumanSignal/dm2
bmartel 753b561
ci: Build frontend
robot-ci-heartex d4b4bb3
Address review comments with stylistic changes, remove unusable code,…
03f9056
Additional changes
9005c57
Add svg icon file
e9a3983
ci: Build frontend
robot-ci-heartex c972f98
Fix ml/predict/test api
b55d6d3
Running a formatter/lint on the code
bmartel 7d6f8ea
ci: Build frontend
robot-ci-heartex 9ef194b
Running a formatter/lint on the code
bmartel 97e5de6
Merge remote-tracking branch 'origin/fb-ml-backend-exp' into fb-ml-ba…
bmartel 4004226
ci: Build frontend
robot-ci-heartex a644e14
Running a formatter/lint on the code
bmartel dbeb40a
Merge remote-tracking branch 'origin/fb-ml-backend-exp' into fb-ml-ba…
bmartel 42e5975
Running a formatter/lint on the code
bmartel c0e12f4
ci: Build frontend
robot-ci-heartex 023ff5a
Handle security on password input
8a4e568
ci: Build frontend
robot-ci-heartex b3023ce
Display default password when not specified
478a54b
ci: Build frontend
robot-ci-heartex efd96c9
Reduce number of calls due to project id cache
911c1e3
ci: Build frontend
robot-ci-heartex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,3 +9,4 @@ repos: | |
| rev: v0.9.1 | ||
| hooks: | ||
| - id: blue | ||
| args: [ --verbose ] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,7 +80,7 @@ def predictions_to_annotations_form(user, project): | |
| { | ||
| 'type': 'select', | ||
| 'name': 'model_version', | ||
| 'label': 'Choose a model', | ||
| 'label': 'Choose predictions', | ||
| 'options': versions, | ||
| } | ||
| ], | ||
|
|
@@ -95,8 +95,10 @@ def predictions_to_annotations_form(user, project): | |
| 'title': 'Create Annotations From Predictions', | ||
| 'order': 91, | ||
| 'dialog': { | ||
| 'text': 'This action will create new annotations from predictions with the selected model version ' | ||
| 'for each selected task.', | ||
| 'modal_title': 'Create Annotations From Predictions', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| 'text': 'Create annotations from predictions using selected predictions set ' | ||
| 'for each selected task.' | ||
| 'Your account will be assigned as an owner to those annotations. ', | ||
| 'type': 'confirm', | ||
| 'form': predictions_to_annotations_form, | ||
| }, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modal_title->title