You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/0/en/part0b.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -653,7 +653,7 @@ Learn about the basics of HTML forms by reading Mozilla's tutorial [Your first f
653
653
654
654
<i>This exercise is not submitted to GitHub, it's enough to just read the tutorial</i>
655
655
656
-
<h4>0.4: New note</h4>
656
+
<h4>0.4: New note diagram</h4>
657
657
658
658
In chapter [Loading a page containing JavaScript - review](/en/part0/fundamentals_of_web_apps#loading-a-page-containing-java-script-review) the chain of events caused by opening the page <https://studies.cs.helsinki.fi/exampleapp/notes> is depicted as a [sequence diagram](https://www.geeksforgeeks.org/unified-modeling-language-uml-sequence-diagrams/)
659
659
@@ -692,11 +692,11 @@ The idea of these exercises is to read the text through once more, and to think
692
692
693
693
**Note** perhaps the best way to do diagrams is the [Mermaid](https://github.com/mermaid-js/mermaid#sequence-diagram-docs---live-editor) syntax that is now implemented in [GitHub](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) markdown pages!
694
694
695
-
<h4>0.5: Single page app</h4>
695
+
<h4>0.5: Single page app diagram</h4>
696
696
697
697
Create a diagram depicting the situation where the user goes to the [single page app](/en/part0/fundamentals_of_web_apps#single-page-app) version of the notes app at <https://studies.cs.helsinki.fi/exampleapp/spa>.
698
698
699
-
<h4>0.6: New note</h4>
699
+
<h4>0.6: New note in Single page app diagram</h4>
700
700
701
701
Create a diagram depicting the situation where the user creates a new note using the single page version of the app.
0 commit comments