Open friedger opened 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)
Things left to do:
@friedger are you planning to continue this or should we add the tag help wanted?
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 .
@leordev I have added a screenshot of the UI to the PR #100 . Any suggestions for the design?
Users should be able to publish messages of a monster
messagefrom
action to contract