Representation of a news room for publishing/displaying game updates
A) News Items:
-- news blurb
-- twitter digest (140 characters less "#news " hashtag)
-- date
-- author / poster (or treat all as game news, and not a blog, also good)
B) REST API for adding/retrieving news items
-- POST news (see A), results in further NodeRED push of news digest to twitter
(link back to news item)
C) WebSocket endpoint (room impl) to display news within the game
-- commands to view newspaper, notice board, ... something
D) WebFrontEnd for news (creating and displaying)
Representation of a news room for publishing/displaying game updates
A) News Items:
-- news blurb
-- twitter digest (140 characters less "#news " hashtag)
-- date
-- author / poster (or treat all as game news, and not a blog, also good)
B) REST API for adding/retrieving news items
-- POST news (see A), results in further NodeRED push of news digest to twitter
(link back to news item)
C) WebSocket endpoint (room impl) to display news within the game
-- commands to view newspaper, notice board, ... something
D) WebFrontEnd for news (creating and displaying)