developmentseed / developmentseed/observe
Test offline map data actions
- Dominant language
- JavaScript
- Stars
- 66
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Branching off #16, the pending test is about offline map data actions.
* https://github.com/developmentseed/observe/blob/master/app/actions/map.js#L161 with `offline = True`
* purgeCache https://github.com/developmentseed/observe/blob/master/app/actions/map.js#L24
* clearData and deletePack https://github.com/developmentseed/observe/blob/master/app/actions/map.js#L48
* fetchOfflineResources https://github.com/developmentseed/observe/blob/master/app/actions/map.js#L297
cc @batpad @sethvincent
Contributor guide
Research direction
Start in app/actions/map.js at the linked locations for offline=true, purgeCache, clearData, deletePack, and fetchOfflineResources. Read the surrounding action implementations and existing test conventions, then add coverage for the offline map data actions described in the issue. Done means the pending tests cover those entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100