airavata_django_portal_sdk/user_storage/api.py (9 lines): - line 36: # TODO: default the module_class_name to MFT provider - line 436: # TODO: remove this, there's no need for hidden files - line 455: # FIXME: since this isn't the true relative path, going to leave out for now - line 466: # TODO: remove this, there's no need for hidden files - line 482: # TODO: remove this, there's no need for hidden files - line 575: # TODO: remove this, there's no need for hidden files - line 636: # TODO: remove this, there's no need for hidden files - line 696: # FIXME: should use the storage_resource_id returned from remote API call - line 818: # TODO: call API to delete data product from replica catalog when it is airavata_django_portal_sdk/user_storage/backends/mft_provider.py (5 lines): - line 29: # TODO: is this still needed? - line 85: # FIXME is there a better way to determine if directory or file? - line 97: # TODO MFT API doesn't report size - line 114: # TODO do we need to check for broken symlinks? - line 119: # TODO how do we register these as data products, do we need to? airavata_django_portal_sdk/user_storage/backends/base.py (4 lines): - line 20: # TODO probably don't need context for passing 'request' - line 23: # TODO remove content_type - line 37: # TODO: is this needed if we have get_metadata? - line 41: # TODO: is this needed if we have get_metadata? airavata_django_portal_sdk/user_storage/backends/django_filesystem_provider.py (1 line): - line 35: # TODO: also return an isDir boolean flag?