Scope Summary:
1 - Property (File Table)
We have created a custom content type called "Property", that we need to attach multiple files to (10-20 files). We want the content editors to be able to upload any type of file to the Property content type. We want the list of files to be on the property content type in a table layout (File Name, File Type, Description, Post Date). After a file has been uploaded to the page, we want to be able to sort the files up/down in the table.
2 - Central File Table Manager (Add)
We want a management screen where "Content Editors" can upload one file to each property using a common file description. Based on our current property list, this page will have 50-75 rows (one row per/property). We would like the property uploads to be AJAX based (if easily possible), since a single post of 50+ attachments could take a long time and possibly time-out.
3 - Central File Table Manager (Delete)
We want to be able to archive their files on a yearly basis, we would like to be able to enter a cut-off date and have all files prior to that date disappear from the Property's file table.