Skip to content
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

Control group: feedback from challenge configuration #1119

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

ezequielPereyra
Copy link
Contributor

Resolves: #1112

Otra vez, es otro parche muy feo. Tenemos varios problemas: primero que utilizamos los resultados de correr las expectativas para popular el modal. Y después que, si usamos lo que tenemos de la configuración del challenge, no tenemos una forma cómoda de acceder a la información que necesitamos para poder tener las descripciones correspondientes al grupo de control.

Así que seguimos pateando estas cosas para cuando hagamos un rediseño.

De todas maneras, quedo abierto a propuestas.

@ezequielPereyra ezequielPereyra requested a review from a team as a code owner September 21, 2022 23:02
Copy link
Contributor

@tfloxolodeiro tfloxolodeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adhiero a solo let it be hasta que hagamos el rediseño

Copy link
Contributor

@asanzo asanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test('expectations ids for control group from a challenge with an invalid configuration', function (assert) {
const challengeWithValidConfiguration = createComponentMock({
expectations: {
alf: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imagen

Comment on lines +152 to +155
test('expectations ids for control group from a challenge with a mixed configuration', function (assert) {
assert.propEqual(challengeExpectations.expectationsIdsForControlGroup(challengeMock), decompositionExpectsIdsForControlGroup)
})

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@asanzo asanzo merged commit 1e35906 into pre-3.20 Sep 26, 2022
@asanzo asanzo deleted the show-all-expects branch September 26, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants