D
D Yuniskis
Guest
Hi,
[Apologies for crossposting but I think there enough different
types of readers/users in these groups to give me a variety
of opinions]
I need to design a "User's Forum" for an upcoming product release.
The goal (as always) is to let users share their ideas, solutions,
gripes, etc. with each other directly without going "through"
any business structure.
I've been trying to put together an appropriate set of
design criteria for that mechanism. The folks using this will
be of varying degrees of "computer savvy" -- from "none"
to "expert". The experience should be as friendly/annoying
to users at either end of the spectrum.
A few issues are not negotiable; some have "very high
inertia" (but could be "moved" given the right impetus)
and others are just "whims".
I've pretty much decided that this will all be SMTP driven.
This gives tighter control over "membership" as well as
being damn near ubiquitous. It also means the service
needn't be as "exposed" to potential hackery.
Since it is too easy for folks to harvest email addresses,
I think the software should hide email addresses completely.
(I may also suggest creating arbitrary "handles" for users
so that their real names are, by default, hidden -- unless
they opt to disclose them deliberately).
This poses a problem for "private" conversation. I've not
decided how to handle that (e.g., provide a separate channel
explicitly for this? But, I don't want to encourage it's use
:< ).
I suspect a "file area" may be necessary -- otherwise everyone
gets a copy of *every* file that *anyone* opts to post. :<
But, that poses a problem for liability issues as well as
making demands on how *much* can be "stored" there and by who...
The biggest issue is moderation. I don't want to have to
have *a* moderator intervene in all posts. Yet, I want to
ensure that the forum remains on topic and doesn't just become
a haven for whiners needing someone to commiserate with, etc.
I've thought of things like the Craig's List model of "self
moderation" but I don't think that works in a "push" technology.
I would hate to have to implement an HTTP/NNTP-ish server
*tickled* with SMTP pushes followed up with HTTP/NNTP
"pulls-of-interest".
Ideas? Pointers??
Thanks!
--don
[Apologies for crossposting but I think there enough different
types of readers/users in these groups to give me a variety
of opinions]
I need to design a "User's Forum" for an upcoming product release.
The goal (as always) is to let users share their ideas, solutions,
gripes, etc. with each other directly without going "through"
any business structure.
I've been trying to put together an appropriate set of
design criteria for that mechanism. The folks using this will
be of varying degrees of "computer savvy" -- from "none"
to "expert". The experience should be as friendly/annoying
to users at either end of the spectrum.
A few issues are not negotiable; some have "very high
inertia" (but could be "moved" given the right impetus)
and others are just "whims".
I've pretty much decided that this will all be SMTP driven.
This gives tighter control over "membership" as well as
being damn near ubiquitous. It also means the service
needn't be as "exposed" to potential hackery.
Since it is too easy for folks to harvest email addresses,
I think the software should hide email addresses completely.
(I may also suggest creating arbitrary "handles" for users
so that their real names are, by default, hidden -- unless
they opt to disclose them deliberately).
This poses a problem for "private" conversation. I've not
decided how to handle that (e.g., provide a separate channel
explicitly for this? But, I don't want to encourage it's use
:< ).
I suspect a "file area" may be necessary -- otherwise everyone
gets a copy of *every* file that *anyone* opts to post. :<
But, that poses a problem for liability issues as well as
making demands on how *much* can be "stored" there and by who...
The biggest issue is moderation. I don't want to have to
have *a* moderator intervene in all posts. Yet, I want to
ensure that the forum remains on topic and doesn't just become
a haven for whiners needing someone to commiserate with, etc.
I've thought of things like the Craig's List model of "self
moderation" but I don't think that works in a "push" technology.
I would hate to have to implement an HTTP/NNTP-ish server
*tickled* with SMTP pushes followed up with HTTP/NNTP
"pulls-of-interest".
Ideas? Pointers??
Thanks!
--don