drupal-elm-starter icon indicating copy to clipboard operation
drupal-elm-starter copied to clipboard

Restructure app [18h]

Open amitaibu opened this issue 7 years ago • 2 comments

@rgrempel has explored some nice structure that provides a clearer separation between data and UI state, as well as a single source of truth for the data:

  • The Backend as the name indicates is responsible for the data.
  • Fetch is our way of managing which data should be fetched from the backend.

amitaibu avatar Oct 08 '17 10:10 amitaibu

I've made the scope bigger, and increased the estimation. Since your code in private project is quite general and already documented it will be a lot of copy/ paste - so I think the estimation might be enough.

I'd love to see this done sooner than later, so we could start copying to other projects.

amitaibu avatar Nov 08 '17 13:11 amitaibu

I'll get going on this once the private project settles down a bit ... . It will make a nice companion for some blog posts, as I'll have some public code to refer to!

rgrempel avatar Nov 08 '17 20:11 rgrempel