Open chlebowa opened 8 months ago
teal.reporter
.onRestore(d)
callbacks can save metadata to a file in the bookmark directory.onBookmark
, check when bookmarks were last accessed (file.info
) and delete ones that haven't been used
b) allow user to name the bookmark directory and have them directly communicate with app dev regarding keeping and removing bookmarks
c) create module that reads list of bookmarks from disk and allows user to remove them; run this module only for specific users (session$user
?)
d) allow user to add expiration time when creating bookmark
Companion to https://github.com/insightsengineering/teal/pull/1011
teal
bookmarks are duped to files stored on the server (literature).The state itself is negligibly small (a few kilobytes) but report cards can run into dozens of megabytes.
Find and implement solution. Note that blindly deleting existing bookmarks is possible but not functional as they may be in use.