Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: joemasilotti/portland-heritage-trees
base: 426d3d34e78033a8885d73c8e50c9c933412dd5f
Choose a base ref
head repository: joemasilotti/portland-heritage-trees
compare: 4c2224bc27c0781c259fb1f866d988cdaed204a3
Choose a head ref
  • 4 commits
  • 42 files changed
  • 1 contributor

Commits on Feb 19, 2021

  1. Convert TreeStore to expose [TreeViewModel]

    * pass a view model down the chain, not a model
    * only give views the absolute minimum (values over objects)
    * extract View and URL helpers for previews
    joemasilotti committed Feb 19, 2021
  2. Clean up Tree vs TreeViewModel

    * only pass around models
    * let views create their own view model
    joemasilotti committed Feb 19, 2021