Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihai Liu authored and Zhihai Liu committed Nov 23, 2016
1 parent eef5865 commit 838ba35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Folder Content Size in Alfresco Share
Customize Share Folder Details page to show content size in this folder.
Customize Share Folder Details page to show (recursive) content size in this folder.

## Share
- Customize Folder Details Page
- Add Folder Size as sub-component to Folder Metadata section
- When browsing with Repository menu in Share, this can show the size of Site, User Homes etc, which are sub-types of cm:folder.

## Repo
Create webscript to calculate content size in folder
Create webscript to calculate node content size. The number may be different from that of Alfresco OOTB webscript (/slingshot/doclib2/node). It includes the child nodes such as thumbnails while the OOTB does not.

## TODO
- Include number of documents & number of sub-folders
Expand Down

0 comments on commit 838ba35

Please sign in to comment.