nsreed / ouronote

Real-time collaborative whiteboard web app built with Angular, GUN, and paper.js.
17 stars 1 forks source link

user-friendly board sharing #7

Closed nsreed closed 2 years ago

nsreed commented 3 years ago

Currently, sharing a board requires setting up a certificate and sending a link to the board to the desired user outside of ouronote. This should be a more concise process.

nsreed commented 3 years ago

Extremely primitive messaging is now implemented, allowing sending the URL of vectors from user to user. To receive messages, users must first visit their profile settings allow incoming messages. This should eventually be introduced into account creation.

ultimape commented 3 years ago

Registering a board that was visited would make it easier to navigate to it again. The current process of pasting the URL to a new tab, logging in, and then pasting it again is tiresome when you gotta do this ever time you wanna access a board you didn't create. Particularly when done via a mobile browser with clumsy copy/paste options.

nsreed commented 3 years ago

Ideally, boards will have a star/add to favorites icon button in the editor, which you can use to add them to your list. It's looking more and more like I'll need to add a gun service worker, which among other things, would address the issue of needing to log in to every tab.

nsreed commented 2 years ago

This is implemented in #33