cityofaustin / resource-list

MIT License
0 stars 1 forks source link

Configurable data provider #13

Open easherma opened 4 years ago

easherma commented 4 years ago

As a [user type] I want [capability] so that [benefit].

Eventually we'd want adapters so we can display data from a csv, or from other APIs or providers besides Socrata. This is definitely post-MVP

Detailed Description

Acceptance Criteria

as a BDD scenario:

Scenario: [title]
Given [context]
  And [some more context]
When  [event]
Then  [outcome]
  And [another outcome]

Possible Implementation

Describe alternatives you've considered

Additional context