Postponed
Project:
Filedrop
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Oct 2011 at 02:45 UTC
Updated:
25 Oct 2011 at 13:05 UTC
Some form of views integration was experimentally added, though remains mostly untested, and possibly quite wrong. This module only provides a secondary table to associate files to node IDs, therefore the user->file association is handled by the files table itself, so most of the information should be available to views already.
If there's notable interest with examples of use, it shouldn't be too much a hassle to get this working pretty easily. Post requests here!
Comments
Comment #1
markwk commented@techninja: cool module. I'm not sure if I'll use this module in the long run, but built a Atrium module around it to test it out: https://github.com/markwk/atriumed_homework with a couple groups of students
Specifically, I was using this node-based submission feature I built: https://github.com/markwk/atriumed_assignment to handle assignment submissions in node-form, and I was considering a couple hacks to get what you have with filedrop.
I'm interested in perhaps creating or combining these features into an either/or situation where teachers can collect submissions either by adding a filedrop OR by collecting via submitted nodes which reference assignment.
In any case, views integration would be nice.