monstereos icon indicating copy to clipboard operation
monstereos copied to clipboard

Add message board

Open friedger opened this issue 7 years ago • 5 comments

Users should be able to publish messages of a monster

  • [x] Add messagefrom action to contract
  • [x] Add updater in demux
  • [x] Add react component for messagin

friedger avatar Sep 20 '18 15:09 friedger

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 avatar Sep 20 '18 15:09 friedger

Things left to do:

  • [x] Add UI for posting a message
  • [ ] Retrieve pet name, pet type id from gpl or view
  • [ ] Improve UI of message board (make it collapsable, add border)
  • [x] Decide how and where to place the message board

friedger avatar Sep 21 '18 12:09 friedger

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

leordev avatar Oct 05 '18 09:10 leordev

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

Leo Ribeiro [email protected] 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 avatar Oct 05 '18 13:10 friedger

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

friedger avatar Oct 15 '18 21:10 friedger