monstereos
monstereos copied to clipboard
Add message board
Users should be able to publish messages of a monster
- [x] Add
messagefromaction to contract - [x] Add updater in demux
- [x] Add react component for messagin
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:
- [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 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 [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 .
@leordev I have added a screenshot of the UI to the PR #100 . Any suggestions for the design?