spee.ch icon indicating copy to clipboard operation
spee.ch copied to clipboard

Prevent unintended anonymous posting

Open wilsonk opened this issue 8 years ago • 2 comments

Just a quick note from my daughter when using spee.ch. She asked how she would find an anonymous picture she uploaded...after forgetting to write down the publish address? No easy way, as far as I know.

I thought maybe there should be a popup warning for the user stating that they should take note of the address when publishing anonymously?

I also thought that since there is no way to currently search for content on spee.ch, this might be a prudent addition to improve the user experience.

Internal Use

Acceptance Criteria

Definition of Done

  • [ ] Tested against acceptance criteria
  • [ ] Tested against the assumptions of the user story
  • [ ] The project builds without errors
  • [ ] Unit tests are written and passing
  • [ ] Tests on devices/browsers listed in the issue have passed
  • [ ] QA performed & issues resolved
  • [ ] Refactoring completed
  • [ ] Any configuration or build changes documented
  • [ ] Documentation updated
  • [ ] Peer Code Review performed

wilsonk avatar Nov 22 '17 16:11 wilsonk

IMO this is solved by https://github.com/lbryio/spee.ch/issues/85

kauffj avatar Nov 22 '17 20:11 kauffj

Rather than implementing a warning modal that would add a click to the publish user flow, I think this can be solved by (1) defaulting publishes to 'in a channel' when a channel is logged in and (2) storing recent publishes. With react, it would be fairly easy to store recent publishes client-side in the redux store.

bones7242 avatar Feb 05 '18 20:02 bones7242