dpd-fileupload icon indicating copy to clipboard operation
dpd-fileupload copied to clipboard

Add a dashboard

Open NicolasRitouet opened this issue 10 years ago • 9 comments

Add a nice UI in the dashboard to display the uploaded files with the params

NicolasRitouet avatar Jun 02 '14 07:06 NicolasRitouet

is this done ?

ramstein74 avatar Nov 13 '15 16:11 ramstein74

not even started :) Do you want to contribute?

NicolasRitouet avatar Nov 13 '15 16:11 NicolasRitouet

I dont know deployd from the guts. Also i´m no expert in javascript/nodejs. Can you share the best way to learn how to change the dashboard ? Sadly there are no videos about deployd. I know its simple , no video necessary..

ramstein74 avatar Nov 13 '15 16:11 ramstein74

i'll attempt to look into this one next

EvilDrW avatar Nov 17 '15 15:11 EvilDrW

Great. Deployd is such a great tool.But no info unless the "docs" People should make tutorials...

Regards

2015-11-17 15:17 GMT+00:00 EvilDrW [email protected]:

i'll attempt to look into this one next

— Reply to this email directly or view it on GitHub https://github.com/NicolasRitouet/dpd-fileupload/issues/10#issuecomment-157400173 .

ramstein74 avatar Nov 17 '15 15:11 ramstein74

I have a rudimentary dashboard put together, but there's some complication. Apparently the fileupload resource doesn't inherit from Collection like I would have thought, so there's no way that I can think of to get only some of the uploaded files (ie there's no $limit and $skip like in standard deployd queries). it would require some rework to add this to fileupload's get responder, but we're more or less just recreating Collection at that point... I'm not sure what the right answer is.

EvilDrW avatar Dec 03 '15 14:12 EvilDrW

Have you pushed your working branch? Can I see what you've done?

NicolasRitouet avatar Dec 03 '15 20:12 NicolasRitouet

i have now. you can check it out.

EvilDrW avatar Dec 05 '15 01:12 EvilDrW

i believe i solved this with my latest pull request. of course, because of the way that i did it, i may have introduced some new problems... :)

EvilDrW avatar Dec 21 '15 20:12 EvilDrW