Gespeichert von Erik Wegner
am/um
This article is still a work in progress.
- Create a list of URL
- Create a view for each state
- initial waiting for data
- handling no data (yet)
- handling paging, filtering and sorting
- handling displaying the data as list, cards, etc. or as a single item
- displaying the interface waiting for user actions
- executing a user action with visual feedback that something is going on
- successfully finished an action
- error response on running an action
- Create a list of events and actions. Show which event or action connects between states, urls, views.
- Create a view for each state
- Create a list of queries which must only read data.
- Create a list of commands which can create and mutate data.