Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

[#346] [FEATURE] Afficher la comparaison des résultats pour un QCU (US-321). #346

Merged
merged 24 commits into from
Mar 23, 2017

Conversation

florianEnoh
Copy link
Contributor

Create qcu solution-component, add qcu-solution to mirage, and fix tests

@florianEnoh florianEnoh changed the title [#][FEATURE] afficher la comparaison des résultats pour un qcu [#346][FEATURE] afficher la comparaison des résultats pour un qcu Mar 15, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 93.671% when pulling 59605c0 on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 15, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 93.671% when pulling 9363ca3 on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 16, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@jbuget jbuget changed the title [#346][FEATURE] afficher la comparaison des résultats pour un qcu [#346] [FEATURE] afficher la comparaison des résultats pour un qcu Mar 16, 2017
@jbuget jbuget changed the title [#346] [FEATURE] afficher la comparaison des résultats pour un qcu [#346] [FEATURE] Afficher la comparaison des résultats pour un QCU (US-321). Mar 16, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 93.679% when pulling bd0a3df on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 16, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 93.679% when pulling 0295c63 on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 17, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

position: relative;
cursor: pointer;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

On a déjà essayé de régler ce XXX rapidement ?
Je sais pas si c'est vraiment un XXX

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ici on fait détourne les règles, il est important de justifier

<div class="qcu-panel__proposals rounded-panel">
<div class="rounded-panel__row qcu-panel__proposal-list">
{{#each labeledRadios as |labeledItemRadio index|}}
<p class="qcu-panel__proposal-item">
Copy link
Contributor

Choose a reason for hiding this comment

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

Est-ce-qu'on a vraiment besoin de ces commentaires dans le html ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pour le coup même moi ça m'aide

Copy link
Contributor Author

Choose a reason for hiding this comment

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

C'est viré

@@ -14,7 +14,7 @@ import postFeedbacks from './routes/post-feedbacks';
import postRefreshSolution from './routes/post-refresh-solution';

Copy link
Contributor

Choose a reason for hiding this comment

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

a quoi sert ce this.logging ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Il sert à désactiver les logs de mirage, qu'on utilise quasiment pas

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 93.699% when pulling 39c90ad on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 22, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 93.726% when pulling 58ca1db on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 22, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 93.726% when pulling 4550a3b on 321-qcu-solution-panel into 2b636df on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 22, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 93.85% when pulling 87ef483 on 321-qcu-solution-panel into f402cd8 on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 22, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

jbuget
jbuget previously requested changes Mar 22, 2017
Copy link
Contributor

@jbuget jbuget left a comment

Choose a reason for hiding this comment

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

Il faut (re-)supprimer la tâche "install:all" qui ne sert vraiment plus à rien (ou alors il y a un problème)

@@ -27,6 +30,7 @@
"clean": "node_modules/.bin/run-p clean:api clean:live clean:coverage",
"install:api": "cd api && npm install",
"install:live": "cd live && npm install",
"install:all": "npm install && node_modules/.bin/run-p install:api install:live",
Copy link
Contributor

Choose a reason for hiding this comment

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

non, il ne faut plus cette ligne ! elle a été proprement remplacée par l'ajout de la tâche postinstall et prise en compte dans CircleCI

Copy link
Contributor Author

@florianEnoh florianEnoh Mar 23, 2017

Choose a reason for hiding this comment

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

Je viens de faire le test en virant la ligne mais CI bug automatiquement parce qu'il veut utiliser cette instruction.
Je pense qu'après le merge ça va mettre ce qui va bien.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 93.85% when pulling 8a91470 on 321-qcu-solution-panel into f402cd8 on dev.

@jbuget
Copy link
Contributor

jbuget commented Mar 23, 2017

I've deployed this PR to http://321-qcu-solution-panel.pix.beta.gouv.fr. Please check it out

@florianEnoh florianEnoh merged commit 17212fa into dev Mar 23, 2017
@florianEnoh florianEnoh deleted the 321-qcu-solution-panel branch March 23, 2017 15:35
@mackwic mackwic added this to the no-milestone milestone Dec 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants