OpenGeoscience / database_assetstore

A Girder plugin to provide access to database tables via extra item endpoints.
Apache License 2.0
4 stars 1 forks source link

Allow users to create database assetstore 'files' #43

Open manthey opened 6 years ago

manthey commented 6 years ago

Allow users to create database files.

Currently, to create a file an admin must first create an assetstore which references a specific database. The assetstore import function is used to create a Girder file that references a specific table/collection in the database with a default filter, fields, sort, limit, and format.

In addition to this, anywhere uploads are allowed we could alternately allow adding a database file.

There are a number of features that would be desired to implement this. One a basic implementation is available, some of these can become their own issues.

manthey commented 6 years ago

There is a WIP branch that allows a user on the web client to edit files after they have been uploaded.