Skip to content

Commit

Permalink
Updated Implementation Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Bourgeois authored and Steve Bourgeois committed Oct 24, 2024
1 parent 204c73d commit 00355d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
7 changes: 4 additions & 3 deletions méli-mélo/2024-10-datatable-utilities/index-eng.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ <h2>Control Table with Raw Data</h2>
{ "data": "DepartmentEN" },
{ "data": "ContactEmail" },
{ "data": "Custom study titleEN" },
{ "data": "Custom study titleEN-url" },
{ "data": "Registration number" },
{ "data": "Contract value" }
],
"columnDefs": [{ "className": "text-left", "targets": [0]},
{ "className": "text-left", "targets": [1] },
{ "className": "text-left", "targets": [2] },
{ "className": "text-left", "targets": [3] },
{ "className": "text-right", "targets": [4] }],
{ "className": "text-left", "targets": [4] },
{ "className": "text-right", "targets": [5] }],
"lengthMenu": [ [5, 10, 25, 50, 100, -1], [5, 10, 25, 50, 100, "All"] ]}'>
<caption class="text-left">
Table&nbsp;1: Raw Data
Expand All @@ -54,6 +56,7 @@ <h2>Control Table with Raw Data</h2>
<th scope="col">Department</th>
<th scope="col">Contact Email</th>
<th scope="col">Custom study</th>
<th scope="col">Custom study URL</th>
<th scope="col">Reg#</th>
<th scope="col">Contract value</th>
</tr>
Expand Down Expand Up @@ -220,7 +223,6 @@ <h3>Code</h3>
{ "data": "DepartmentEN" },
{ "data": "ContactEmail" },
{ "data": "Custom study titleEN" },
{ "data": "Custom study titleEN-url" },
{ "data": "Registration number" },
{ "data": "Contract value" }
],
Expand All @@ -238,7 +240,6 @@ <h3>Code</h3>
<th scope="col">Department</th>
<th scope="col">Contact Email</th>
<th scope="col">Custom study</th>
<th scope="col">Custom study URL</th>
<th scope="col">Reg#</th>
<th scope="col">Contract value</th>
</tr>
Expand Down
5 changes: 3 additions & 2 deletions méli-mélo/2024-10-datatable-utilities/index-fra.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ <h2>Table de contrôle avec données brute</h2>
{ "data": "DepartmentFR" },
{ "data": "ContactEmail" },
{ "data": "Custom study titleFR" },
{ "data": "Custom study titleFR-URL" },
{ "data": "Custom study titleFR-url" },
{ "data": "Registration number" },
{ "data": "Contract value" }
],
"columnDefs": [{ "className": "text-left", "targets": [0]},
{ "className": "text-left", "targets": [1] },
{ "className": "text-left", "targets": [2] },
{ "className": "text-left", "targets": [3] },
{ "className": "text-right", "targets": [4] }],
{ "className": "text-left", "targets": [4] },
{ "className": "text-right", "targets": [5] }],
"lengthMenu": [ [5, 10, 25, 50, 100, -1], [5, 10, 25, 50, 100, "All"] ]}'>
<caption class="text-left">
Tableau&nbsp;1&nbsp;: données brute
Expand Down
22 changes: 11 additions & 11 deletions méli-mélo/2024-10-datatable-utilities/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ implementationPlan:
- due: 2024-10-08
what: "Fix Issue Identified by Wet-Boew Team <span class=\"label label-success\">Completed</span>"
- due: 2024-10-12
what: "Get French Sample page Translated <span class=\"label label-warning\">In Progress</span>"
what: "Get French Sample page Translated <span class=\"label label-success\">Completed</span>"
- due: 2024-10-15
what: Get Pages throuh our QC cycle and our WACR Team
what: "Get Pages throuh our QC cycle and our WACR Team <span class=\"label label-success\">Completed</span>"
- due: 2024-10-22
what: Fix Identified problems and accesibility issues
- due: 2024-10-31
what: Submit Pull Request
what: "Fix Identified problems and accesibility issues <span class=\"label label-success\">Completed</span>"
- due: 2024-10-24
what: "Submit Pull Request <span class=\"label label-success\">Completed</span>"
- due: 2025-06-30
what: Work toward a provisional plugin
what: Work toward a provisional plugin <span class=\"label label-warning\">In Progress</span>"

implementationPlanFR:
- due: 2024-09-24
Expand All @@ -51,13 +51,13 @@ implementationPlanFR:
- due: 2024-10-12
what: "Faire traduire la page d'exemple en français <span class=\"label label-success\">Completé</span>"
- due: 2024-10-15
what: "Soumettre les pages à notre processus de CQ et à notre équipe ECAW"
what: "Soumettre les pages à notre processus de CQ et à notre équipe ECAW <span class=\"label label-success\">Completé</span>"
- due: 2024-10-22
what: "Corriger les problèmes identifiés et les problèmes d'accessibilité"
- due: 2024-10-31
what: "Soumettre la demandes de tirage"
what: "Corriger les problèmes identifiés et les problèmes d'accessibilité <span class=\"label label-success\">Completé</span>"
- due: 2024-10-24
what: "Soumettre la demandes de tirage <span class=\"label label-success\">Completé</span>"
- due: 2025-06-30
what: "Travailler vers un plugiciel provisoire"
what: "Travailler vers un plugiciel provisoire <span class=\"label label-success\">En cours</span>""
todos:
- Add Other Data Manipulation Classes Maybe (percentage)?
Expand Down

0 comments on commit 00355d6

Please sign in to comment.