Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.11 KB

File metadata and controls

24 lines (13 loc) · 1.11 KB

Part 0

Exercises 0.1 - 0.6

Diagrams designed with Mermaid

0.4: New note diagram

In chapter Loading a page containing JavaScript - revised the chain of events caused by opening the page https://fullstack-exampleapp.herokuapp.com/notes is depicted as a sequence diagram. Create a similar diagram depicting the situation where the user creates a new note on the page https://studies.cs.helsinki.fi/exampleapp/notes by writing something into the text field and clicking the Save button.

To assignment 0.4

0.5: Single page app diagram

Create a diagram depicting the situation where the user goes to the single-page app version of the notes app at https://studies.cs.helsinki.fi/exampleapp/spa.

To assignment 0.5

0.6: New note in Single page app diagram

Create a diagram depicting the situation where the user creates a new note using the single-page version of the app.

To assignment 0.6