Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #206 from CurtlyCritchlow/trunk
Browse files Browse the repository at this point in the history
FEATURE: atDude Tutorial Steps 4, 5 & 6
  • Loading branch information
XavierChanth authored Jan 20, 2023
2 parents 63de8c7 + 91ef4ab commit b44639d
Show file tree
Hide file tree
Showing 9 changed files with 1,071 additions and 35 deletions.
4 changes: 2 additions & 2 deletions content/docs/tutorials/at-dude/3-app_architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The controller files will be saved in this folder.

#### Services

The services fetch data from the network or local storage and returns it to the controllers.
The services fetch data from the network or local storage and return it to the commands.

In your terminal type:

Expand All @@ -65,6 +65,6 @@ The services files will be saved in this folder.

#### Conclusion

The controllers will call the services to fetch data from the network and then send the fetched data to the model. The views are bound to the model using provider or an alternative. As the models are updated the views will be updated. Alternatively the controller can update the views directly.
The commands will call the services to fetch data from the network and then send the fetched data to the model. The views are bound to the model using provider or an alternative. As the models are updated the views will be updated. Alternatively the commands can update the views directly.

In the next step we'll explore this further as we implement onboarding on the atPlatform.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b44639d

Please sign in to comment.