se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

Empty titles in learning outcomes #74

Closed jamessspanggg closed 4 years ago

jamessspanggg commented 4 years ago
Screen Shot 2020-04-05 at 11 05 47 AM
damithc commented 4 years ago

Probably I forgot to specify the LO for some of the topics. Whoever is taking the issue can propose LOs for those topics first and I can suggest how to revise each, if needed.

jamessspanggg commented 4 years ago

I found out that there is a pattern where the panels with empty titles are actually of the same section as the last panel above with non empty title..

For example, as u can see the last non-empty panel is about readability. The panels below it that have empty titles are actually of under the same content (aka readability), but in different sections of readability. Perhaps we can just merge all under the same panel?

Screen Shot 2020-04-05 at 11 59 08 AM
damithc commented 4 years ago

I see. I need time to look into it.

damithc commented 4 years ago

Replace this

<include src="../codeQuality/maximiseReadability/basic/unit-inParent-asOutcome.md" boilerplate />
<include src="../codeQuality/maximiseReadability/intermediate/unit-inParent-asOutcome.md" boilerplate />
<include src="../codeQuality/maximiseReadability/advanced/unit-inParent-asOutcome.md" boilerplate />

with next level LOs e.g.,

<include src="../codeQuality/maximiseReadability/basic/avoidComplicatedExpressions/unit-inParent-asOutcome.md" boilerplate />
...