| Summary: | Committer Paperwork improvements - Let users upload their forms | ||
|---|---|---|---|
| Product: | Community | Reporter: | Eric Poirier <eric.poirier> |
| Component: | Accounts.eclipse.org | Assignee: | Eric Poirier <eric.poirier> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chris.guindon, sharon.corbett, wayne.beaton, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Eric Poirier
This would be a great improvement in the process. By getting the nominee to attach ICAs and ECECFs to an electronic form, we would be able to very easily sort out the state of the paperwork and avoid the dangers of things getting lost in emails. We need to ensure that only the nominee and EMO staff can view the uploaded files. (In reply to Wayne Beaton from comment #1) > This would be a great improvement in the process. By getting the nominee to > attach ICAs and ECECFs to an electronic form, we would be able to very > easily sort out the state of the paperwork and avoid the dangers of things > getting lost in emails. > > We need to ensure that only the nominee and EMO staff can view the uploaded > files. +1 I found this module that seems to do exactly what you're asking. https://www.drupal.org/project/file_access But it doesn't seem to be maintained very much. A custom access hook would be dirt simple to build. One function with approximately four lines of code ;-) (In reply to Wayne Beaton from comment #3) > A custom access hook would be dirt simple to build. One function with > approximately four lines of code ;-) I was under the impression that a simple access hook would only prevent other users from seeing the links but if the url of the file is typed in the address bar, it could still be loaded from anyone. Changes have been merged to the committer_paperwork module to enable to user to upload their ICA and ECF forms directly in drupal. So the nominee and foundation staff will have access to it in the paperwork. I'm now closing this bug. |