Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add message board #91

Open
3 tasks done
friedger opened this issue Sep 20, 2018 · 5 comments
Open
3 tasks done

Add message board #91

friedger opened this issue Sep 20, 2018 · 5 comments
Labels
contract enhancement New feature or request frontend Related to monstereos.io website

Comments

@friedger
Copy link
Contributor

friedger commented Sep 20, 2018

Users should be able to publish messages of a monster

  • Add messagefrom action to contract
  • Add updater in demux
  • Add react component for messagin
@friedger friedger changed the title Add messaging in-page Add messaging/chat Sep 20, 2018
@friedger
Copy link
Contributor Author

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 friedger self-assigned this Sep 20, 2018
@friedger friedger added enhancement New feature or request contract frontend Related to monstereos.io website labels Sep 20, 2018
@friedger friedger changed the title Add messaging/chat Add messaging Sep 20, 2018
@friedger friedger removed their assignment Sep 21, 2018
@friedger
Copy link
Contributor Author

friedger commented Sep 21, 2018

Things left to do:

  • 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)
  • Decide how and where to place the message board

@leordev leordev changed the title Add messaging Add message board Sep 30, 2018
@leordev
Copy link
Member

leordev commented Oct 5, 2018

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

@friedger
Copy link
Contributor Author

friedger commented Oct 5, 2018 via email

@friedger
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contract enhancement New feature or request frontend Related to monstereos.io website
Projects
None yet
Development

No branches or pull requests

2 participants