awiebe / burningthumb-vk-manage

This is only an issue tracker, please do ot push code to this repo.
0 stars 0 forks source link

Abstract file list from db storage #20

Open awiebe opened 7 years ago

awiebe commented 7 years ago

In version 2, make file metadata opaque to the frontend. Do this by synthesizing an object of the form

{
fields:['fname','f2name'],
data:[[val1,val2],[val1,val2]
}

Where each element in data is a record and each record is in the same order as those items named in fields.

On the server regardless of actual backing storage.