mike-marcacci / gandhi

The open source, online grant management system.
GNU Affero General Public License v3.0
36 stars 17 forks source link

Export project contents as zip files #71

Closed mike-marcacci closed 9 years ago

mike-marcacci commented 9 years ago

It's been requested that we develop a way to export a project's contents as zip files. Probably the best way to approach this is to generate a static html page/PDF from the component and include any relevant uploads alongside.

There is considerable complexity in handling permissions here, especially as many permissions are dynamic. For instance, a reviewer might not be allowed to see other reviews of a project until she first submits her own.

Additionally, the component spec would be needed to be adjusted to support static rendering, and all existing components would need to be modified accordingly.

mike-marcacci commented 9 years ago

This feature is looking quite far off, as it depends on many other more pressing features and changes.