Closed omgitsraven closed 3 years ago
Okay I think we need two updates:
beaker.hyperdrive.createDrive
needs a tags
optionbeaker.shell.tagDrive()
needs to be added to prompt the user to add tags to an existing driveSound good?
Sounds good to me, thanks!
From what I can tell:
beaker.shell.listDrives
andbeaker.shell.selectDriveDialog
can filter for only drives with a particular tagbeaker.shell.saveDriveDialog
can assign tags to a drive that it's savingbut
beaker.hyperdrive.createDrive
cannot assign tags to the drive that it's creatingbeaker.hyperdrive
API can assign tags to an existing drive either (only to files within that drive)How can a page create an empty drive for a user to write to, and then assign a tag to that drive so that the same page can check for the existence of that drive on the user's next visit?