freifunk / freifunk/common.api.freifunk.net
add structured summarizes directory
Open
enhancement
- Dominant language
- PHP
- Stars
- 3
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
the collector should be able to create a summarized directory, e.g. grouped by the field meta community in the following format:
```
{
community1 : {...},
metacommunity1 : {
community2 : {...},
community3 : {...}
},
community4 : {...},
metacommunity2 : {
community5 : {...},
community6 : {...}
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.