-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a dashboard #10
Comments
is this done ? |
not even started :) |
I dont know deployd from the guts. |
i'll attempt to look into this one next |
Great. Regards 2015-11-17 15:17 GMT+00:00 EvilDrW notifications@github.com:
|
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. |
Have you pushed your working branch? |
i have now. you can check it out. |
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... :) |
Add a nice UI in the dashboard to display the uploaded files with the params
The text was updated successfully, but these errors were encountered: