Allow users to return to maps they were working on in a more ergonomic way than copy-pasting their document_id from the URL to a sticky note.
This feature could be achieved either by
Setting an anonymous user_id in cookies / local storage and creating a table in the db with (user_id, document_id) entries, along with an endpoint to fetch those
Allow users to return to maps they were working on in a more ergonomic way than copy-pasting their
document_id
from the URL to a sticky note.This feature could be achieved either by
user_id
in cookies / local storage and creating a table in the db with(user_id, document_id)
entries, along with an endpoint to fetch thosedocument_id
s in local storage