Skip to content

Commit

Permalink
update verification categories
Browse files Browse the repository at this point in the history
  • Loading branch information
aminahbl committed May 8, 2021
1 parent 28b932e commit 0e6aeb7
Show file tree
Hide file tree
Showing 91 changed files with 3,795 additions and 3,791 deletions.
55 changes: 27 additions & 28 deletions docs/data-refining.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,63 +51,62 @@ For more user friendly JSON editor interface:
### Working Data Schema

Field types:

```
"" - String (text)
0 - A number (not in a string)
[] - Array (a list of things, seperated by commas)
{} - Object (a named list of things)
```

Schema:

```
{
"properties": {
"geometry": {
"location": {
longitude,
latitude
}
},
"formatted_address": "",
"international_phone_number": "",
"name": "",
"place_id": "", // Google's
"url": "", // to location on Google Maps
"website": "",
"description": "",
"tradition": ""
"monastics": [""],
"video": [""],
"audio": [""],
"images": [""]
},
"location": {
longitude,
latitude
}
"formatted_address": "",
"international_phone_number": "",
"name": "",
"place_id": "", // Google's
"url": "", // to location on Google Maps
"website": "",
"description": [""],
"tradition": ""
"monastics": [""],
"video": [""],
"audio": [""],
"images": [""]
"meta": {
"verified": "false",
"category": "false",
"last_updated": ""
"notes": ""
}
}
```


#### Place Inclusion Criteria

- The community follows [Vinaya](https://suttacentral.net/pitaka/vinaya) based ordination (see [intro to the Vinaya](https://suttacentral.net/vinaya)).
- By case by case assesment for edge cases.
- Aligned with the mission to promote a dana culture
- TBC

##### Verified property values:
##### Categorization values:

- `"true"`
- `"tentative"`
- `"verified, accepts lay residents"`
- `"vinaya-based, accepts lay guests"`
- `"vinaya-based"`
- `"tentative"` // based on automated filtering
- `"duplicate"`
- `"false"`
- `"ckecked"`
- `"unckecked"`
- `"marked for removal"` // based on automated filtering
- `"remove"`

In the case of duplicates:
- if they have the same id key: remove
- if not: mark the least poulated entry as `duplicate` and copy over any information not in the other entry.


Loading

0 comments on commit 0e6aeb7

Please sign in to comment.