closes OUT-5932
flag=outcome_alignment_summary_with_new_quizzes
Test plan:
- Start Canvas, Outcomes-Service, Quiz LTI and Quiz API
- Create course with outcome
- Create new quiz and align the outcome to the quiz
- Select Alignment Summary and filter "With Alignments"
- Verify that outcome is displayed with 1 alignment
- Stop sqs2outcomes container in Outcomes-Service
- Delete the Quiz from Canvas
- Select Alignment Summary and filter "With Alignments"
- Verify that outcome is not displayed
- Select Alignment Summary and filter "Without Alignments"
- Verify that the outcome is displayed with 0 alignments
Change-Id: I2513377c7aab1ea4a983302fecd8af80196ad3d6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/329320
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Angela Gomba <angela.gomba@instructure.com>
QA-Review: Angela Gomba <angela.gomba@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
closes OUT-5468
flag=outcome_alignment_summary_with_new_quizzes
Test plan:
- Start Canvas, Quiz API, Quiz LTI and Outcomes-Service
- Go to Account > Courses and create course with two outcomes
- Create an assignment and a rubric, align one of the outcomes
to the rubric and align the rubric to the assignment
- Create a new quiz and align the other outcome to
the new quiz at the quiz level
- Click on Alignments tab and select "With Alignments"
- Verify that both outcomes are displayed
- Search for a keyword that both outcomes have and
verify that search results include both outcomes
- Select "Without Alignments" and verify that
no results are displayed
Note: this PS does not update the number with/without
alignments that is displayed in the filter dropdown
Change-Id: I9271a4be16be73b7e5a58521bc1e7986abcf8f75
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/314304
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
Reviewed-by: Wilmer Corrales <wilmer.corrales@instructure.com>
QA-Review: Wilmer Corrales <wilmer.corrales@instructure.com>
closes OUT-5304, OUT-5305
flag=outcome_alignment_summary
Test plan:
- Create course with few outcomes and assignments;
align some of the outcomes to assignments
- Go to Account > Settings > Feature Options
- Verify that Outcome Alignment Summary Tab FF is not listed
- Enable Improved Outcomes Management FF
- Go to Account > Outcomes
- Verify that there is no Alignments tab in the improved UI
- Go to Course > Outcomes
- Verify that there is Alignments tab in the improved UI
- Click on the Alignments tab
- Verify that the correct number of outcomes and alignable
artifacts (assignments) is displayed
- Click on the filter dropdown and verify that the correct
number of outcomes with and without alignments is displayed
- Verify that search is working properly
- Disable Improved Outcomes Management FF
- Go to Account > Outcomes
- Verify that there is no Alignments tab in the legacy UI
- Go to Course > Outcomes
- Verify that there is no Alignments tab in the legacy UI
Change-Id: I069efdda53af293a82628b7d6a1f20a982bf3953
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/313157
Reviewed-by: Dave Wenzlick <david.wenzlick@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
closes OUT-5268
flag=outcome_alignment_summary
Test plan:
- Enable Improved Outcomes Management FF
- Enable Outcome Alignment Summary FF
- Go to Course > Outcomes and copy course id from URL
- Create two outcomes, one rubric, one assignment, one
graded discussion and one classic quiz
- Align one outcome to the rubric and align the
rubric to the graded discussion and the quiz
- Open in browser canvas.docker/graphiql
- Execute query below replacing course id
query MyQuery {
course (id: 1) {
outcomeAlignmentStats {
totalOutcomes
alignedOutcomes
totalAlignments
totalArtifacts
alignedArtifacts
artifactAlignments
}
}
}
- Verify that query returns the following data
totalOutcomes: 2, alignedOutcomes: 1, totalAlignments: 3,
totalArtifacts: 3, alignedArtifacts: 2, artifactAlignments: 2
- Create a new rubric and align it with the second outcome
and with the assignment
- Rerun query and verify that it returns the following data
totalOutcomes: 2, alignedOutcomes: 2, totalAlignments: 5,
totalArtifacts: 3, alignedArtifacts: 3, artifactAlignments: 3
Change-Id: Ia082bf6679f99993e7a18f390b20af40d8c68a8b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/299476
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
Reviewed-by: Angela Gomba <angela.gomba@instructure.com>
Reviewed-by: Dave Wenzlick <david.wenzlick@instructure.com>
closes OUT-5237
flag=outcome_alignment_summary
Test plan:
- Enable Improved Outcomes Management FF
- Enable Outcome Alignment Summary FF
- Go to Account > Outcomes
- Create outcome and rubric within the account and align them
- Go to Course > Outcomes
- Import the aligned account outcome created above in the course
- Create two outcomes and rubric within the course and align
one of the outcomes to the rubric
- Go to Course > Alignments and select filter "With Alignments"
- Verify that only the aligned course outcome is listed
- Select filter "Without Alignments"
- Verify that only the aligned account outcome and the
not-aligned course outcome are listed
Change-Id: I752ac4a4d63113fce0e96d71c769abaef1c8ba66
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/298505
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
Reviewed-by: Angela Gomba <angela.gomba@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
QA-Review: Dave Wenzlick <david.wenzlick@instructure.com>
closes OUT-5175
flag=improved_outcomes_management
Test plan:
- Enable Improved Outcomes Management FF
- Import from Academic Benchmarks state standards with large
number of outcomes (> 10,000): "California State Board of
Education", guid: "68B555A8-ACA0-11E9-8BB2-0A11CDE56ADE" and
"New York State Education Department", guid: "9127D390-F1B9-
11E5-862E-0938DC287387"
- Go to Account > Outcomes and create an outcome
- Open rails console, find the created outcome, set its
workflow_state to 'deleted' and clear Rails cache:
o=LearningOutcome.last
o.workflow_state = 'deleted'
o.save!
Rails.cache.clear
- Refresh the Account > Outcomes page
- Verify that the outcome is no longer displayed in Manage View
and the outcome count for the outcome's parent group is correct
- Open devtools -> network
- Click on Find button to open Find Modal
- Select "California State Board of Education" via TreeBrowser;
in devtools select the second graphql query and click Timing tab
- Wait for the query to finish and verify that its
Waiting (TTFB) time is less than 3-4 sec
- Repeat for the New York State standards
Change-Id: I9b3c3d2de153b69ef12bcef38e8bc3a0f8f36b03
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/295796
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
Reviewed-by: Dave Wenzlick <david.wenzlick@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
closes OUT-5157
flag=improved_outcomes_management
Test plan:
- Enable Improved Outcomes Management FF
- Import from Academic Benchmarks the following state standards:
"California State Board of Education", guid: "68B555A8-ACA0-11E9
-8BB2-0A11CDE56ADE"; "New York State Education Department",
guid: "9127D390-F1B9-11E5-862E-0938DC287387", and "Iowa DOE",
guid=>"9136CE2C-F1B9-11E5-862E-0938DC287387"
- Go to Account > Outcomes, open devtools -> network and click
on Find button to open the Find Modal
- Select "California State Board of Education" via TreeBrowser;
then in devtools select the second graphql query -> Timing tab
- Wait for query to finish and verify that its
Waiting (TTFB) time is less than 3 sec
- Repeat for the other two state standards
- Import the 3 state standards to the account
- Go to Account > Outcomes
- Select "California State Board of Education" via TreeBrowser;
then in devtools select the second graphql query -> Timing tab
- Wait for query to finish and verify that its
Waiting (TTFB) time is less than 3 sec
Change-Id: I6bdd31595c2798c138fb4936599d1e81dfe3dd9c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/295322
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Kyle Rosenbaum <krosenbaum@instructure.com>
closes OUT-5070
flag=outcome_alignment_summary
Test plan:
- Enable Improved Outcomes Management FF
- Enable Outcome Alignment Summary FF
- Go to Course > Outcomes
- Create outcome and align it to a rubric, assignment, etc
- Create other outcomes, but do not align them
- Obtain the course ID from the url
- Open in browser canvas.docker/graphiql
- Execute query below replacing COURSE_ID
query MyQuery {
course(id: COURSE_ID) {
rootOutcomeGroup {
outcomes(filter: "WITH_ALIGNMENTS") {
nodes {
... on LearningOutcome {
title
description
}
}
}
}
}
}
- Verify the query returns the aligned outcome
- Rerun the query but change filter to "NO_ALIGNMENTS"
- Verify the query returns the other outcomes
- Rerun the query with the searchQuery parameter
- Verify that the search and alignment filter work
fine together
- Rerun the query but enter an invalid argument for filter
- Verify that no filter is applied
- Disable Outcome Alignment Summary FF and retry the first
query
- Verify it returns all outcomes and does not filter
Change-Id: I560d08ef62784c850ea98999c15c5c3bdfbafe16
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/292407
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Martin Yosifov <martin.yosifov@instructure.com>
QA-Review: Martin Yosifov <martin.yosifov@instructure.com>
Product-Review: Ben Friedman <ben.friedman@instructure.com>
closes OUT-4964
flag=improved_outcomes_management
test plan:
- Navigate to Account > Outcomes
- Create an outcome
- In the rails console, find the outcome you just created and
set the workflow_state to 'deleted'
- Refresh Canvas
- Observe that the outcome no longer shows in the UI and that
the outcome count for that group is correct
Change-Id: If5d528c544c64103b90f559f692c013f8689f928
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/287168
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Brian Watson <bwatson@instructure.com>
Reviewed-by: Brian Watson <bwatson@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
[skip-stages=Flakey]
Naming/HeredocDelimiterNaming and Rails/SquishedSQLHeredocs
the former was manual, the latter was automatic. I also changed
some <<- to <<~ to allow for better formatting
I also had to change comments inside squished SQL heredocs to
be block comments (since newlines are removed); searching for those
I found some multi-line strings that are better as heredocs
Change-Id: I6b138f8e32544b97df1e4c56f09ee5316cbdef9d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/278184
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
[skip-stages=Flakey]
the balance. mostly. Lint/UriEscapeUnescape is put in the pending
block because it's so touchy, and I didn't want to deal with it
right now
all manual
Change-Id: Ibeb81e013f56f160d51f7d237a9bcfe98daa1e53
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277569
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
closes OUT-4743
flag=improved_outcomes_management
Test plan:
- Import Academic Benchmarks
- Go to Account > Settings > Feature Options and enable
Improved Outcomes Management FF
- Go to Account > Outcomes and open developer tools -> network
- Select via TreeBrowser the root outcome group and use network
tab to find the id of that group from the graphql response
- Click on Find button select State Standards in the Find Modal;
then find the id of that group using network tab
- Open a new browser tab, go to canvas.docker/graphiql and paste
the query below in the GraphiQL window:
query GroupDetailWithSearchQuery($id: ID!, $targetGroupId: Int) {
group: legacyNode(type: LearningOutcomeGroup, _id: $id) {
... on LearningOutcomeGroup {
_id
title
contextType
contextId
outcomesCount
notImportedOutcomesCount(targetGroupId: $targetGroupId)
outcomes(first: 10) {
edges {
_id
node {
... on LearningOutcome {
_id
description
title
}
}
}
}
}
}
}
- In the query variables window paste the snippet below
{
"id": X,
"targetGroupId": Y
}
- Replace X with the id of the State Standards group, Y with
the id of the imported group and execute the query
- Verify that there are no errors in the response
- Verify that notImportedOutcomesCount is equal to the
number of outcomes in State Standards
- Import 10 outcomes from State Standards to the account
- In the Manage View select the group where outcomes are
imported and find its id from the network tab
- Verify that notImportedOutcomesCount is equal to the
number of State Standards minus 10
- Go to Course > Outcomes, and repeat the above tests importing
from Account Standrds and verify that results are the same
Change-Id: I20652b5ece5350c2df884c98defc11d8d092b8b0
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/272768
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Marcus Pompeu <marcus.pompeu@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
Reviewed-by: Manoel Quirino <manoel.quirino@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Ben Friedman <ben.friedman@instructure.com>
closes OUT-4774
flag=improved_outcomes_management
Test plan:
- As this PS doesn't add feature, but remove a cache,
Assert the RHS works properly in all scenarios.
You may take screen shots of the results in master and
compare with this PS.
* In the management screen
* Selecting a group in LHS
* Search for a group in RHS
* Infinite scroll works properly
* In Find Outcomes Modal
* Assert the same as previous one
* Repeat test for account and course
Change-Id: I073ebbf02ea7c2f75342a72ad700f1ef10a67dcc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/273513
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Martin Yosifov <martin.yosifov@instructure.com>
Reviewed-by: Pat Renner <prenner@instructure.com>
Reviewed-by: Marcus Pompeu <marcus.pompeu@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Pat Renner <prenner@instructure.com>
* Fix similarity order when searching outcomes
* Add support to remove stop words based on the Account language
closes OUT-4704, OUT-4705
flag=improved_outcomes_management
Test plan:
- Search for outcomes in the management screen and find outcomes modal
- Assert the outcomes appear "in the expected order"
- Also test adding stop words in the query an assert it doesnt influence
in the result
Change-Id: Iecbf37551e40f7e0024a15e90b2d283e56e82cff
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/271715
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Brian Watson <bwatson@instructure.com>
Reviewed-by: Martin Yosifov <martin.yosifov@instructure.com>
Reviewed-by: Marcus Pompeu <marcus.pompeu@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Ben Friedman <ben.friedman@instructure.com>
closes OUT-4672
flag=improved_outcomes_management
test-plan:
- turn the the flag off if it's on
- create an account outcome
- in a course, import the account outcome in a group
(parent group)
- create a subgroup of the group
- import the account outcome again into the new subgroup
- enable the flag
- visit the course and open up the parent group
- ensure the outcome appears twice on the RHS
and is counted twice in the number of outcomes
Change-Id: I19855a13271e6479106cea062a783a4fec82f054
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/270812
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Jody Sailor
Reviewed-by: Brian Watson <bwatson@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
refs OUT-4611
closes OUT-4606
flag=improved_outcomes_management
test-plan:
> enable flag
> verify that the find outcomes modal loads as expected
> verify that the group counts reflect the immediate
child groups and not all nested subgroups
Change-Id: Ia3a12b09821aa9ed3a18bc90f6a50fef66740d85
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/269311
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
QA-Review: Martin Yosifov <martin.yosifov@instructure.com>
Product-Review: Ben Friedman <ben.friedman@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
refs OUT-4611
flag=improved_outcomes_management
test-plan:
> enable flag
> verify no changes in functionality in manage and find screens
within Outcomes
Change-Id: If6e6bcbebc02273f92f7091a987d1013d96c7b42
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/269272
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Augusto Callejas <acallejas@instructure.com>
Product-Review: Augusto Callejas <acallejas@instructure.com>
refs OUT-4611
flag=improved_outcomes_management
test-plan:
- enable flag
- visit account outcomes page
- verify find outcome modal is still functional
and searching for outcomes works as expected
Change-Id: I83fb02fc8bcf926d623f89647ef6ab03feb32d37
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/269091
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Martin Yosifov <martin.yosifov@instructure.com>
Reviewed-by: Brian Watson <bwatson@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Augusto Callejas <acallejas@instructure.com>
This change makes graphql endpoints functional even if
the FF is off
closes OUT-4348
flag=improved_outcomes_management
Test Plan:
- Setup an account with at least 1 outcome and
1 group
- Make sure the query returns same values
with the flag on and off
{
legacyNode(type: Account, _id: 1) {
... on Account {
rootOutcomeGroup {
outcomesCount
childGroupsCount
childGroups(first: 1) {
nodes {
_id
title
}
}
outcomes(first: 1) {
nodes {
... on LearningOutcome {
_id
title
}
}
}
}
}
}
}
- Repeat the process for an course instead of account
}
Change-Id: Ic0ef4dc6d42c4df7801ff7c3904c5d6a42049ac3
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/267150
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Pat Renner <prenner@instructure.com>
Reviewed-by: Chrystal Langston <chrystal.langston@instructure.com>
QA-Review: Martin Yosifov <martin.yosifov@instructure.com>
Product-Review: Augusto Callejas <acallejas@instructure.com>
closes OUT-4013
flag=improved_outcomes_management
Test Plan:
- Make sure you have a course or account with outcomes
- Make some queries in /graphiql and check if search is returning
results related to your search:
t push gerrit
Query:
{
course(id: COURSE_ID) {
rootOutcomeGroup {
outcomes(searchQuery: "MY QUERY HERE") {
nodes {
... on LearningOutcome {
title
description
}
}
}
}
}
}
Change-Id: I6c50385ed0fe36c5b9e75a831edddeaf51561c18
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/259826
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Michael Brewer-Davis <mbd@instructure.com>
Reviewed-by: Pat Renner <prenner@instructure.com>
QA-Review: Pablo Gomez <pablo.gomez@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>
Updates Outcomes::LearningOutcomeGroupChildren by adding cache
at the queries for getting the total subgroups and outcomes.
closes OUT-4148
flag=improved_outcomes_management
Test plan:
- Create nested learning outcome groups
- For each nested learning outcome group create learning outcomes
> With FF improved_outcomes_management: OFF
- On Rails console: calls to Outcomes::LearningOutcomeGroupChildren
methods should return a default value
- On web: when generating actions over ContentTag, LearningOutcome
and LearningOutcomeGroup it should not lead to clear any cache
> With FF improved_outcomes_management: ON
- On Rails console: call Outcomes::LearningOutcomeGroupChildren
methods for getting total subgroups and outcomes, queries to the
DB should be made (it will need the root context)
- Call again the same methods, it should return the values from
cache
- Create a new instance of the class and call the same methods,
it should return the values from cache
- Clear the cache with `Rails.cache.clear`
- On web (or through GraphiQL) get the total subgroups and total
outcomes multiple times; it should cache the data and should not
run additional queries
- On web: clear the cache by executing the following actions:
- Add a Learning Outcome Group
- Adopt a Learning Outcome Group
- Copy a Learning Outcome Group from global
- Remove a Learning Outcome Group
- Add an Outcome
- Remove an Outcome
- Get the total subgroups and total outcomes, it should run new
queries
- Run the same tests for global context, it should generate and
clear the cache in the same way
Change-Id: I9b0bfc68b84b3e36869d69a926ef84d9989ea96d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/257257
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
QA-Review: Chrystal Langston <chrystal.langston@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>
Add ability to fetch all sub-outcomes of a learning outcome group
Ordered by parent group title then outcome short description. The
Results should be paginated to accommodate for infinite scroll.
closes OUT-4130
flag=improved_outcomes_management
test plan
- PreReq: Account/Course with outcomes and groups
- Log into Canvas and navigate to graphiql
- Run the below query
- outcomes should be populated with all outcomes and suboutcomes
For the root outcome group order by group title, outcome short
description
- Run the below query
query GroupDetailQuery($id: ID!, $outcomesCursor: String) {
group: legacyNode(type: LearningOutcomeGroup, _id: $id) {
... on LearningOutcomeGroup {
_id
description
title
outcomesCount
outcomes(first: 10, after: $outcomesCursor) {
pageInfo {
hasNextPage
startCursor
endCursor
}
nodes {
... on LearningOutcome {
_id
description
title
}
}
}
}
}
}
{
"id": 1,
"outcomesCursor": ""
}
- All outcomes should be returned ordered by parent group name,
then outcome name
- Change the name of an outcome and/or group to force it to change
the order.
- Run the query again, and you should see the updated outcome or
Parent group’s outcomes first before the remain outcomes
Change-Id: Icdad82c0b57ca625924d9b0af7d7b3304b88c251
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/257653
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>
Reviewed-by: Pat Renner <prenner@instructure.com>
Reviewed-by: Michael Brewer-Davis <mbd@instructure.com>
QA-Review: Pat Renner <prenner@instructure.com>
Updates LearningOutcomeGroupType to return the number of
nested subgroups and nested outcomes for a learning outcome
group.
closes OUT-4022
flag=improved_outcomes_management
Test plan:
- Create nested learning outcome groups
- For each nested learning outcome group create learning outcomes
- Make a query in /graphiql for an accout or a course and
retrieve the parent learning outcome group. e.g.
```
query MyQuery {
account(id: 1) {
rootOutcomeGroup {
id
_id
title
childGroupsCount
outcomesCount
}
}
}
```
- Compare the values at the fields childGroupsCount and
outcomesCount with the amount of nested subgroups and nested
outcomes respectively so they should match
Change-Id: Ie63a5b134d661832f5a22714b693dddc6887cec3
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/254149
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Pat Renner <prenner@instructure.com>
Reviewed-by: Michael Brewer-Davis <mbd@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>