You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockit should have a field that can reference either a dockit document or a django model. The value of the field could specify a protocol followed by a protocol specific identifier (ie django://auth.user.1 or dockit://team.member.1). To facilitate this a storagetype framework could be constructed that would allow for the registration of various storage types. The framework could also offer some hints on how to do common interactions with the storage type (get, delete, list, etc) which could allow for more generic interfaces to be constructed.
The text was updated successfully, but these errors were encountered:
Dockit should have a field that can reference either a dockit document or a django model. The value of the field could specify a protocol followed by a protocol specific identifier (ie django://auth.user.1 or dockit://team.member.1). To facilitate this a storagetype framework could be constructed that would allow for the registration of various storage types. The framework could also offer some hints on how to do common interactions with the storage type (get, delete, list, etc) which could allow for more generic interfaces to be constructed.
The text was updated successfully, but these errors were encountered: