Skip to content
Snippets Groups Projects
Commit dce1af52 authored by Andrew W Petro's avatar Andrew W Petro
Browse files

brain dump outline

parent f19112e4
No related branches found
No related tags found
No related merge requests found
# 2020-09-09-widgets-show-and-tell
# 2020-09-09 WPS Show-and-Tell wrt MyUW widgets
2020-09-09 WPS Show and Tell wrt MyUW widgets.
## Summary
## Objectives of this talk
After this talk, you'll be able to
+ Explain what a MyUW widget is
+ Explain widget architecture, and how templates, configuration,
and dynamic data feed into it. Appreciate the loose coupling.
+ Give a few examples of MyUW widgets
## Background
## What's a widget
Widgets consist of a template, configuration, and dynamic data.
+ template: AngularJS template, usually as abstracted into a widget type
+ configuration: JSON
+ dynamic data: URL, returning JSON or RSS
## Examples of widgets
### No widget - just a hyperlink
### List of Links
### Search
### Custom
Wiscard balance
### Remote
## Characteristics of this architecture
## Beyond AngularJS
Web Components?
Design System?
## Conclusions
## Appendix
Links to docs
2020-09-09 WPS Show and Tell wrt MyUW widgets.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment