Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Create domain models for Trail, Trail Segment, and Trail Head #2

Open
embario opened this issue Apr 8, 2015 · 1 comment
Open

Create domain models for Trail, Trail Segment, and Trail Head #2

embario opened this issue Apr 8, 2015 · 1 comment

Comments

@embario
Copy link

embario commented Apr 8, 2015

We need to encapsulate the structure for each of these entities and pull together functionality for querying such data efficiently and with clarity in the rest of the code.

@masnes
Copy link

masnes commented May 14, 2015

Some of my notes so far looking through the code:

Need a TrailData:
Stores state of trail data
When last fetched
If a fetch is in progress
And the data itself

Need a TrailSegments:
stores segments and data related to them
Stores if segment fetching is in progress

Need a TrailLayers

Need a TrailFilters

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants