-
Notifications
You must be signed in to change notification settings - Fork 3
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
SCORE Environment - Beta Authoring and Roomcasting #660
Open
JoelWiebe
wants to merge
30
commits into
develop
Choose a base branch
from
593-feature-create-score-runs
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6,529
−290
Conversation
This file contains 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
…modal for creating SCORE Runs
…RE Run button to SCORE Run dashboard
… populated board and group selects; TODO fix save and retrieve activities to/form DB
…e, etc.) to activities
…ources list to activities, created with drag and drop from available resources pane
…d associated activity space name to activity title
…ts resource pane; Added grid layout and classroom outline that supports dynamic resizing
…ling and header changes; Temporarily removed button for Classroom Authoring
…w modal for displaying other components; Added support for opening the canvas in the SCORE view modal; Added SCORE authoring links for editing groups, activity groups, and board configurations
…cket view in SCORE view modal; Removed CK Buckets heading from bucket view
…ng/orchestration environment
…asks to SCORE authoring dashboard
…nfiguration file, and modal in score-authoring for authoring AI agent subclasses in an activity
…canvas, buckets, workspace, and monitor to also read active route properties from Input() properties (from html element); Added SCORE Authoring emits RESOURCES_UPDATED but listening in SCORE Roomcasting Environment is not yet complete
13 tasks
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.
- Got a console error when clicking on the view bucket in the teacher actions, same with view personal workspace and the one that opens monitor view.
board.service.ts:15 ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'subscribe')
TypeError: Cannot read properties of undefined (reading 'subscribe')
at ck-buckets.component.ts:80:36
at Generator.next (<anonymous>)
at CkBucketsComponent.ngOnInit (ck-buckets.component.ts:94:64)
at ck-buckets.component.ts:80:36
at Generator.next (<anonymous>)
at CkBucketsComponent.ngOnInit (ck-buckets.component.ts:94:64)
at CkBucketsComponent.ngOnInit (ck-buckets.component.ts:94:64).
and
core.mjs:8400 ERROR TypeError: Cannot read properties of undefined (reading 'boardID')
at CkMonitorComponent.ngOnDestroy (ck-monitor.component.ts:641:64)
- Workspace also has this console error:
ERROR TypeError: Cannot read properties of undefined (reading 'boardID')
at CkWorkspaceComponent.ngOnDestroy (ck-workspace.component.ts:633:64)
- Also, when building frontend got this warning:
Warning: src/app/components/ck-buckets/ck-buckets.component.html:15:14 - warning NG8107: The left side of this optional chain operation does not include 'null' or 'undefined' in its type, therefore the '?.' operator can be replaced with the '.' operator.
15 board?.scope === BoardScope.PROJECT_SHARED
~~~~~
src/app/components/ck-buckets/ck-buckets.component.ts:25:16
25 templateUrl: './ck-buckets.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CkBucketsComponent.
- When I opened the monitor view with no tasks. It was showing the loading animation non-stop.
- I am not sure what was the reason, but the whole page just got half frozen with buttons being unclickable, there were no console logs during that.
Thanks, I'll take a look at these and add a few more items. |
…d Monitor projectId and boardID bug
I think should be good to go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details
lasses in an activity
Test
Closes #593