MonsterEOS / monstereos

A Tamagotchi and Battle Game for EOS Blockchain :)
https://monstereos.io
MIT License
186 stars 61 forks source link

Add message board #91

Open friedger opened 6 years ago

friedger commented 6 years ago

Users should be able to publish messages of a monster

friedger commented 6 years ago

contract action: tweetpet(pet_id, message) validates if it’s the owner of the pet who’s submitting the message and if the message is less than 128 chars. (just that, don’t do anything in the contract, tables etc) capture that with demux and save in postgres in a new table called tweets create a page that shows the most recent tweets (with load more)

friedger commented 6 years ago

Things left to do:

leordev commented 6 years ago

@friedger are you planning to continue this or should we add the tag help wanted?

friedger commented 6 years ago

We need a UI design how to integrate it. There is an open PR for the contract and backend.

Leo Ribeiro notifications@github.com schrieb am Fr., 5. Okt. 2018, 11:21:

@friedger https://github.com/friedger are you planning to continue this or should we add the tag help wanted?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MonsterEOS/monstereos/issues/91#issuecomment-427300530, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYcWQywmzwsSKEPzcjQvX8fOji4ZgN4ks5uhySpgaJpZM4WyWgd .

friedger commented 6 years ago

@leordev I have added a screenshot of the UI to the PR #100 . Any suggestions for the design?