robertocarroll / icc-beta

End to end prototype for ICC
https://www.icc-cpi.int/
0 stars 1 forks source link

Situation - In the field #56

Closed robertocarroll closed 9 years ago

robertocarroll commented 9 years ago

02-04_situation

simmigaba commented 9 years ago

I believe no further changes are required for this issue in context to beta phase. This Web Part is implemented using SharePoint out of the box Web Part "Content Query Tool Part" which fetches Images from the Picture Library (/sites/icc/drc/InTheField) at each Situation sub site level. If you want to modify the Image and Content displayed in the Slide Show for drc site then you can modify the same using below URL: http://sharepoint13vm.cloudapp.net/sites/icc/drc/InTheField/Forms/AllItems.aspx

The Text displayed for Each Image is fetched from library column "SlideContent".

You can also add new Image to the Slide Show using above library URL. At the the time of Adding, below options are available: image

At Web Part level, configurable properties are: Sort by: At the moment Sorting is by Date Created (Ascending) Number of Items to Display: At the moment this value is 15

Also for this out of the box SlideShow WebPart there is no lazy loading option available. Though we will be applying other options available for performance i.e. -- enable the "blob cache" feature which improves performance -- Use Image Rendition features that creates optimized Images to display

simmigaba commented 9 years ago

Instead of Content Query Tool Part, this WebPart is now implemented as a Visual WebPart using latest HTML, CSS and Carousel script provided by Kyle. The Images displayed in the SlideShow are fetched from "InTheField" Picture library at Situation site level. The Images are displayed in the SlideShow sorted by Field value "SlideOrder". So you can modify the "SlideOrder" value in underlying Picture Library and accordingly Carousel will display the Images in that Order. Also every Picture has Field "SlideActive" in underlying Picture Library where value YES means include in SlideShow and value NO will not display that Image in the SlideShow. The content displayed in the bottom section of every Image is fetched from value of the Field "SlideContent" in the underlying Picture Library.

image