-
Notifications
You must be signed in to change notification settings - Fork 0
Server persistence of analyses #7
Copy link
Copy link
Open
Description
How can a user return to an analysis on the server? For example, what if the user closes the browser window or tab associated with their Shiny analysis? There are generally two approaches to this problem that I can think of:
- generate a random unique identifier that is used to label run folder, so that the user can bookmark that page and return to the same analysis later on (e.g., Datamonkey)
- Implement a user account system like Django
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels