ibm-watson-data-lab / advocated-old

Developer Advocacy/Evangelism activity recording utility
1 stars 0 forks source link

added ability to save blog posts to /advocated - fixes issue #21 #22

Closed glynnbird closed 8 years ago

glynnbird commented 8 years ago

Added a new form to allow blog posts to be recorded in /advocated. The user would log in as normal and completed a "I just blogged" form supplying:

It is saved with the other data in the same collection in documents like this:

{
   "_id": "39e7a45f904ffe701e1fe0bce3006ddd",
   "_rev": "1-0a4b5d352a6cd008a472a10a06096eb1",
   "collection": "blog",
   "title": "Block chain, smart contracts and ethereum",
   "dtstart": "2015-09-09",
   "url": "https://developer.ibm.com/clouddataservices/2016/05/19/block-chain-technology-smart-contracts-and-ethereum/",
   "tags": [
       "a",
       "b",
       "c"
   ],
   "comments": "123",
   "sponsored": false,
   "author": "b7b12408c2b7059433eb0e87670038a3"
}