File KNOWN_BUGS.md changed (mode: 100644) (index c594f7d..8970be9) |
... |
... |
TO FIX |
28 |
28 |
======= |
======= |
29 |
29 |
|
|
30 |
30 |
|
|
31 |
|
ORGANIZATION |
|
32 |
|
------------ |
|
33 |
|
|
|
34 |
|
- Integrate install guide. |
|
35 |
|
- Merge worklow and contrib. |
|
36 |
|
|
|
37 |
31 |
MARKDOWN |
MARKDOWN |
38 |
32 |
-------- |
-------- |
39 |
33 |
|
|
40 |
34 |
- Re-type img/ and organize them (FunDep, ER, UML, Rel, Design, Misc?). |
- Re-type img/ and organize them (FunDep, ER, UML, Rel, Design, Misc?). |
41 |
|
- There is no clear naming convention for the files in the fig/ folder. |
|
42 |
35 |
- Add "question" environments to _all_ the problems. |
- Add "question" environments to _all_ the problems. |
43 |
36 |
- "Inline" small code with `ALTER TABLE STAFF ADD PRIMARY KEY(Id);`{.sqlmysql} |
- "Inline" small code with `ALTER TABLE STAFF ADD PRIMARY KEY(Id);`{.sqlmysql} |
44 |
37 |
- Make separation of lecture in another way. Or remove it? |
- Make separation of lecture in another way. Or remove it? |
45 |
38 |
- Make all the common part of the template.def into a common file? |
- Make all the common part of the template.def into a common file? |
46 |
39 |
- There is no good naming convention for the labels in the markdown file. |
- There is no good naming convention for the labels in the markdown file. |
47 |
|
- Include relevant code |
|
48 |
|
- Add example environment? |
|
49 |
40 |
- Having one bib. per section: <https://github.com/jgm/pandoc/issues/771>. Warning, this is a different issue from using `--reference-location=block --reference-links` cf. <https://pandoc.org/MANUAL.html>. |
- Having one bib. per section: <https://github.com/jgm/pandoc/issues/771>. Warning, this is a different issue from using `--reference-location=block --reference-links` cf. <https://pandoc.org/MANUAL.html>. |
50 |
41 |
- Put references from problems to solutions. |
- Put references from problems to solutions. |
51 |
42 |
- List of problem not an hyperlink in the toc (cf. <https://github.com/chdemko/pandoc-numbering/issues/12>). |
- List of problem not an hyperlink in the toc (cf. <https://github.com/chdemko/pandoc-numbering/issues/12>). |
|
... |
... |
HTML |
70 |
61 |
|
|
71 |
62 |
- Add the possibility for the table of content to "follow" the reading, expanding the titles as we go, and highlighting the current section under reading. This could be achieved using something similar to <https://jsfiddle.net/vu6hN/28/> (cf. <https://stackoverflow.com/questions/27610892/highlight-menu-on-scrolling-if-reach-div>) or <https://www.ruediger-voigt.eu/big-dataset-csv-import-to-relational-databases.html>. |
- Add the possibility for the table of content to "follow" the reading, expanding the titles as we go, and highlighting the current section under reading. This could be achieved using something similar to <https://jsfiddle.net/vu6hN/28/> (cf. <https://stackoverflow.com/questions/27610892/highlight-menu-on-scrolling-if-reach-div>) or <https://www.ruediger-voigt.eu/big-dataset-csv-import-to-relational-databases.html>. |
72 |
63 |
- Make a more "mobile-friendly" version. Defer loading of image? |
- Make a more "mobile-friendly" version. Defer loading of image? |
73 |
|
- Make all the images clickable to open (in pop-ups?) better versions of them, or make the svg zoomable. Cf. (best one?) https://github.com/ariutta/svg-pan-zoom or https://bl.ocks.org/mbostock/db6b4335bf1662b413e7968910104f0f or http://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/ or even https://stackoverflow.com/questions/25866342/zoomable-inline-svg |
|
|
64 |
|
- Make all the images clickable to open (in pop-ups?) better versions of them, or make the svg zoomable. Cf. (best one?) <https://github.com/ariutta/svg-pan-zoom> or <https://bl.ocks.org/mbostock/db6b4335bf1662b413e7968910104f0f> or <http://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/> or even <https://stackoverflow.com/questions/25866342/zoomable-inline-svg> |
74 |
65 |
- Add alt text |
- Add alt text |
75 |
66 |
|
|
76 |
67 |
About this last aspect: |
About this last aspect: |
|
... |
... |
CSS |
125 |
116 |
|
|
126 |
117 |
white-space: pre; div.sourceCode { margin: 1em 0; } |
white-space: pre; div.sourceCode { margin: 1em 0; } |
127 |
118 |
|
|
128 |
|
cf. the discussion at <https://stackoverflow.com/q/57812345/> |
|
|
119 |
|
cf. the discussion at <https://stackoverflow.com/q/57812345/> |
129 |
120 |
|
|
130 |
|
Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped: |
|
131 |
|
|
|
132 |
|
```{.css} |
|
|
121 |
|
Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped: |
|
122 |
|
|
|
123 |
|
```{.css} |
133 |
124 |
.sourceLine{ |
.sourceLine{ |
134 |
125 |
white-space: pre-wrap; |
white-space: pre-wrap; |
135 |
126 |
display:inline-block; |
display:inline-block; |
|
... |
... |
Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped |
149 |
140 |
// background:none!important |
// background:none!important |
150 |
141 |
} |
} |
151 |
142 |
|
|
152 |
|
``` |
|
|
143 |
|
``` |
153 |
144 |
|
|
154 |
|
Attempt on the left: |
|
155 |
|
|
|
156 |
|
```{.css} |
|
|
145 |
|
Attempt on the left: |
|
146 |
|
|
|
147 |
|
```{.css} |
157 |
148 |
.sourceLine{ |
.sourceLine{ |
158 |
149 |
white-space: pre-wrap; |
white-space: pre-wrap; |
159 |
150 |
display:inline-block; |
display:inline-block; |
|
... |
... |
Attempt on the left: |
181 |
172 |
background-size:0 0!important; |
background-size:0 0!important; |
182 |
173 |
*/ |
*/ |
183 |
174 |
} |
} |
184 |
|
``` |
|
|
175 |
|
``` |
185 |
176 |
|
|
186 |
|
Almost there? |
|
|
177 |
|
Almost there? |
187 |
178 |
|
|
188 |
179 |
```{.css} |
```{.css} |
189 |
180 |
.sourceLine{ |
.sourceLine{ |
|
... |
... |
Almost there? |
211 |
202 |
background-size:0 0!important; |
background-size:0 0!important; |
212 |
203 |
*/ |
*/ |
213 |
204 |
} |
} |
214 |
|
``` |
|
|
205 |
|
``` |
215 |
206 |
|
|
216 |
207 |
- add actual links in code. |
- add actual links in code. |
217 |
208 |
|
|
218 |
|
- hover should probably be on line number. |
|
219 |
|
|
|
220 |
209 |
PDF |
PDF |
221 |
210 |
---- |
---- |
222 |
211 |
|
|
223 |
212 |
- The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section). |
- The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section). |
224 |
213 |
- Offer multiple pdf format (binder, fewer margins)? |
- Offer multiple pdf format (binder, fewer margins)? |
225 |
214 |
- One of the unicode symbol does not exist in the Linux Libertine font: ⌛ (U+231B) |
- One of the unicode symbol does not exist in the Linux Libertine font: ⌛ (U+231B) |
|
215 |
|
- Some code lines and links are too long. |
|
216 |
|
- The TOC for the probems has weird spacings when it comes to double-digits problems. |
226 |
217 |
|
|
227 |
218 |
SQL |
SQL |
228 |
219 |
---- |
---- |
229 |
220 |
|
|
230 |
221 |
- Beautify the code, |
- Beautify the code, |
231 |
|
- Add the "IF EXISTS DROP" in all the shared snippets of code. |
|
232 |
222 |
|
|
233 |
223 |
OTHER |
OTHER |
234 |
224 |
----- |
----- |
|
... |
... |
TO DO |
251 |
241 |
- Push on multiple repo. at the same time? Cf. <https://jigarius.com/blog/multiple-git-remote-repositories>. |
- Push on multiple repo. at the same time? Cf. <https://jigarius.com/blog/multiple-git-remote-repositories>. |
252 |
242 |
|
|
253 |
243 |
|
|
254 |
|
|
|
255 |
244 |
TO CHECK |
TO CHECK |
256 |
245 |
======== |
======== |
257 |
246 |
|
|