vote up 6 vote down star

Are you the one that thinks: "Only if I had this thing available for me, I'll use SharePoint solution to solve my day-to-day problems?"

What do you miss in the SharePoint functionality that can make you happy?

What are the use cases that you think that SharePoint can solve for you but you miss something to make that happen?

Is it a web part? Component? Functionality? Integration option? Development complexity?

[I'll solve the most interesting ones and will make the solution available]


Summary

This is what we have so far:

  1. Complicated solution deployment
  2. Complicated development and testing (in connected or disconnected modes)
  3. Search is not working as desired
  4. Navigation is cumbersome
flag

11 Answers

vote up 6 vote down

Search.

Sorry for the rant, but...

Whenever I try to use Sharepoint's search functionality (as an end-user, I'm not a Sharepoint developer) it seems like I get the most retarded list of useless results. I either get nothing when I know for a fact there are documents that contain what I'm searching for, or I get a huge list of useless noise.


Then I get lost in a twisty maze of sites, collections, and lists; but I have no idea what the difference between all these things are and why sometimes when I'm in one I can't get directly back to another. Or something.

Makes me feel like a clueless idiot, which I suppose I am as far as Sharepoint goes.

link|flag
Well put. would have given +2 if I could :) – shoosh Oct 16 '08 at 4:36
Site Collection: The container for everything. No content (in Top Level Site). Top Level Site: The "root" site of a Site Collection. Subsite: Any site in a site collection that isn't a site collection itself. List: Well, a list of things mindsharpblogs.com/todd/archive/… – Cory Foy Oct 16 '08 at 4:38
vote up 5 vote down

Developing and testing SharePoint solutions using the API on a computer which does not have SharePoint installed.

link|flag
vote up 2 vote down

Content deployment

It's been improved with all the releases Post-SP1 but you can't with ease deploy content in a Sharepoint. It's always risky.

There is a tool developed with Chris O'Brien called SPContentDeployment that use the content deployement API but it's still a 3rd party. It should be implemented within Sharepoint.

link|flag
vote up 2 vote down
  • Complete documentation, including the API, full documentation for CAML (not just the query language; any XML I type during the course of building a SharePoint solution should be considered a part of the API and documented), full documentation for the JavaScript library functions (e.g. ddwrt*), full documentation for the XSL bits, etc
  • Reliable API. This goes hand-in-hand with documentation; parts of the API don't have to be reliable so long as they're documented as such; e.g. if there are some activities that I shouldn't use in Visual Studio SP workflows, that's okay--just let me know which ones DO work. But things that should work all the time, like a spListItem.Update() call--these bits should work, so put some effort into squashing bugs.
link|flag
vote up 1 vote down

I agree with one other answer that it should be easier to develop in a non-server environment.

Also, it could do with better out-of-the-box support for accessibility standards.

link|flag
vote up 1 vote down

I think SharePoint should be XHTML-Compliant out of the box. The fact that it isn't is quite laughable. Not to mention there's at least one control that outputs invalid HTML (missing close tag on SummaryLinks)!

link|flag
vote up 0 vote down
  • Storing a document to more than one document library
  • Enhanced version of content query web part that has the same functionality like a regular list web part (i.e. views, filters, sorting, easy to use interface)
link|flag
vote up 0 vote down

ease of developing

well if they give more freedom for developer to be able to do what they need to do in the way they like to do it it will be great

the way it is now is just slowing my day to day work, still i have to work on it because bigger guys think it is the best thing out there

link|flag
vote up 0 vote down

Having SharePoint optimized to handle huge document libraries would be nice. Somewhere on the order of 10 million plus would be nice. I know I am working with a pathological case, but performance drops off very rapidly when you get over 100k records in a library.

link|flag
vote up 0 vote down

An aggregator that works accross site collections and web applications.

Running workflows at the list or site level instead of only at the item level. (would love this)

link|flag
vote up 0 vote down

native silverlight webparts and better performance...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.