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

[FEATURE] PixTable sur Pix Admin épisode 6 (PIX-16988). #11626

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

AndreiaPena
Copy link
Member

@AndreiaPena AndreiaPena commented Mar 11, 2025

🥞 Problème

Le composant PixTable existe mais n'est pas du tout utilisé dans nos applications

🥓 Proposition

Continuer les tableaux coté pages de la team Certif.

🧃 Remarques

Manque les tableaux des centres de certif, et j'aurais fini les tableaux certification 🥳

😋 Pour tester

Les tableaux à checker sur Pix Admin :

@AndreiaPena AndreiaPena self-assigned this Mar 11, 2025
@AndreiaPena AndreiaPena force-pushed the pix-16988-table-on-last-certification-tables-on-pix-admin branch from b921926 to 948f15f Compare March 11, 2025 17:03
@pix-bot-github
Copy link

Une fois les applications déployées, elles seront accessibles via les liens suivants :

Les variables d'environnement seront accessibles via les liens suivants :

</div>
</div>
<PixTable
class="certification-details-v3-table"
Copy link
Contributor

Choose a reason for hiding this comment

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

        class="certification-details-v3__table"

/>
{{/if}}

{{#if (this.shouldDisplayAnswerValueIcon certificationChallenge)}}
Copy link
Contributor

Choose a reason for hiding this comment

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

J'ai du mal à comprendre ce if 🤯

</table>
</PixBlock>
<PixTable
class="certification-details-v3-table"
Copy link
Contributor

Choose a reason for hiding this comment

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

        class="certification-details-v3__table"

</tbody>
</table>
<PixTable
class="certification-details-v3-table"
Copy link
Contributor

Choose a reason for hiding this comment

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

	        class="certification-details-v3__table"

Comment on lines 42 to +45
assert.ok(true);
sinon.assert.calledWith(
notificationSuccessStub,
t('components.administration.organizations-import.notifications.success'),
);
sinon.assert.calledWith(notificationSuccessStub, {
message: t('components.administration.organizations-import.notifications.success'),
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
assert.ok(true);
sinon.assert.calledWith(
notificationSuccessStub,
t('components.administration.organizations-import.notifications.success'),
);
sinon.assert.calledWith(notificationSuccessStub, {
message: t('components.administration.organizations-import.notifications.success'),
});
assert.true(notificationSuccessStub.calledWith({
message: t('components.administration.organizations-import.notifications.success'),
}));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants