Prevent unintended anonymous posting #273

Open
opened 2017-11-22 17:40:17 +01:00 by wilsonk · 2 comments
wilsonk commented 2017-11-22 17:40:17 +01:00 (Migrated from github.com)

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
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 1. 2. 3. ### 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
kauffj commented 2017-11-22 21:56:37 +01:00 (Migrated from github.com)
IMO this is solved by https://github.com/lbryio/spee.ch/issues/85
bones7242 commented 2018-02-05 21:40:36 +01:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#273
No description provided.