implement TwingleEvent

This commit is contained in:
Marc Michalsky forumZFD 2020-10-30 16:27:56 +01:00
parent 6b434e455f
commit 3554f958d2
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
10 changed files with 735 additions and 570 deletions

View file

@ -1,6 +1,10 @@
{
"fields": {
"TwingleProject": {
"name": "title",
"last_update": "last_modified_date"
},
"TwingleEvent": {
"description": "title",
"updated_at": "last_modified_date"
}
}