CodeTanzania / CodeTanzania/ewea
As a user, I want to define administrative hierarchy(administrative levels) so that they can be added to all events
Open
feature
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Tasks
- [ ] Allow administrative hierarchy configuration/setting
- [ ] Support `hierarchy` on the event
**Motivation**
```js
{
hierarchy: {
regions: [...],
districts: [...],
wards: [...]
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.