Archive
Desired SharePoint Solutions
In many cases there’s a need for a set of default web parts and solutions for SharePoint to give the user a better experience, and designers tools to create nice web solutions. I’ve been working with SharePoint for quite a few years, and during this time my experience is that the following basic web parts and solutions often are required.
If anyone have solutions for these needs or would like to develop them as Open Source projects, please let me know. In addition to the solutions specified below, I think the following solutions might be just as relevant, but will generate quite a lot of work:
- Organization chart based on user profiles
- Basic graphical charts, typically as included in .NET FrameWork 3.5, similar to the ChartPart for SharePoint or the Charting for SharePoint projects at Codeplex
- Phone Book/List view of the profile database (not just people search)
- LDAP directory lookup and search
- Customized list forms with a forms designer
- File explorer with delegated permissions
- PowerPoint mini-viewer web part to display a PPT in a small web part (Silverlight)
- Rolling info screen presentation based on SharePoint content (Silverlight)
- User self service with AD property modification, password resets and more
- Server side Power Shell script execution
- Corporate CV database based on the user profiles shared service
In general all solutions should be flexible in terms of deployment scope, languages, WSS/MOSS and highly configurable.
Content Tagging with Tag Clouds
This solution is more or less the same as any standard tagging feature, but for some reason it’s not included in SharePoint. The solution should cover as many of the following requirements as possible:
- Tagging of any content type in any site within a site collection
- Dynamically storing all used tags in a configurable tags list
- Auto complete lookup towards the configured tags list (Ajax)
- Highly customizable rendering
The SPTags project at Codeplex is a possible solution to cover this need.
Cross Site List Aggregator and Rollup
This solutions should be able to aggregate information from a specified list type in different sites and display the aggregated result. The solution should be able to use all Sharepoint view features, such as the default list view, calendar, Gantt charts and more.
A possible solution for this is the Portal Solutions SharePoint Toolbox project at Codeplex.
Advanced Lookup Field
The standard lookup field in Sharepoint is very limited. It’s not possible to use this field cross site or towards any other data source other than a Sharepoint list. In addition, it’s not very user friendly, especially with a large number of entries returned to the user.
Some of the basic features of this solutions should be:
- If the input field is free text, it should be possible to enable auto complete as the user types. Typically implemented as Ajax.
- It should be possible to use more or less any data source as a lookup source.
- The lookup should be able to filter and sort the returned results based on configurable options.
- It should be possible to enable dynamically connected lookup fields which filters the selection list based on a value in another field.
- Both multi select and single select must be configurable
- The rendering of the selection alternatives must be configurable
The SharePoint Filtered Lookup Field project at Codeplex covers the need for filters in a lookup field, but it’s not possible to combine this feature with other solutions such as dynamic/connected and auto complete lookup fields.
The SharePoint Connected Lookup project at Codeplex covers basic needs for dynamically connected lookup fields, but again it’s not possible to combine this feature with other solutions.
Multi RSS Feed Reader
The MOSS RSS feed reader does not support WSS and multiple feeds, and in many cases it’s desirable to have multiple feeds combined as one. It’s also important to have a good RSS reader for WSS.
The best solution I’ve found so far is the Smiling Goat RSS Reader, but there are several issues with this solution. Among other things, the solution has problems with non-English characters and the formatting is poor. For commercial use it’s not preferable to have author branding as the web part icon.
Content Rating
This solution should be able to rate any content on a SharePoint site or site collection regardless of content type (libraries, lists and pages). The rating should be configurable as both strings and numbers as well as the presentation such as images, strings or other visual effects.
The SharePoint Tool Basket project at Codeplex contains a solution which might cover this need, but I’ve not been able to try this out yet.
Mini Calendar View
On most intranets and public internet sites, where a schedule is an important part of the business, it’s often requested to have a tiny calendar on the front page which highlights the dates in a month with content and displays the entries when a user hovers over the date. Each date in the mini calendar view should be linked to a calendar and the appropriate date.
I know that Bamboo Solutions have some commercial alternatives, but I haven’t been able to test them yet.
Calculated Icon Field Type
Lists in SharePoint is often used as an alternative to Excel spreadsheets, but there’s one important feature missing which is conditional formatting, especially icons to visualize status of the rows.
I’ve seen some solutions at Codeplex, but these solutions are limited in use. Among other things, it’s not possible to configure which images to use and the criteria/rules are limited to specific values or ranges. It should be possible to define SharePoint formulas as the criteria and custom images based on the result of the formula.
Based on a tip from one of my associates, I’ve manage to accomplish this by altering the fldtypes.xml file on the server, but I don’t think hacks are the way to go in a commercial production environment.
In addition it would have been nice to have conditional formatting in any list similar to conditional formatting in Excel 2007.
User Poll
This solutions is a quite straight forward User Poll, but it should be possible to use the Poll both as an authenticated user and as an anonymous user. It should be configurable if the user may respond several times or not, and if the user may see the results of the poll.
Some projects at Codeplex covers some of the needs, but anonymous poll is not supported and the configurability and styling is very poor.
What’s New and What’s Hot
This is actually two different solutions which is closely related. The What’s New web part should display the newest items on a site or site collection with the ability to filter on specific lists. It should be customizable how the result is displayed and how many items to return.
The What’s Hot web part should display the top x items on a site or site collection. The solutions should be able to exclude some pages/entries, such as the home page of the site, and the information returned or displayed should be customizable.
Web Capture Web Part
In SharePoint Portal Server 2003 (SPS) Microsoft shipped a web part called "Web Capture" which grabbed parts of any web page and displayed the result in a web part. With Office Systems 2007 the feature disappeared, including the client side ActiveX control required to browse and select elements for the targeted web page.
Since it’s lots of web sites and web applications which doesn’t support any kind of data aggregation or integration, this solutions was great. However, it’s gone.
I deployed the SPS web part on WSS/MOSS and the web part it self works fine, but it’s required to use Office 2003 to have the ability to browse and select which element to grab. In addition, the old web part only supports table tags, and the div tags are more commonly used and the W3C recommended tag for layout purposes.
Ticker Web Part
The Ticker should be able to display content from lists, web services and RSS feeds as a scrolling text, both vertically and horizontally, similar to the stock ticker you might find on any financial web page. The web part should be able to use both JavaScript and Silverlight or flash as client side presentation.