[twitter-dev] Re: Developing Group Management Add-On for TweetDeck

2009-05-12 Thread subbob

Joe - It does not provide any additional functionality in the sending
or receiving of Tweets.

For the purpose of explaining what I'm thinking of doing, assume you
have three groups: A, B & C

Group A: Your "A-list", you always want to see what they say.

Group C: High volume, little value-added people you are following.
For the most part, they just add noise and lower your Signal to Noise
ratio.

Group B: Everyone else.

As it is designed now, when you are creating Groups, you chose from
the entire list of those you are following.  So there's no paring down
of the list as you create groups.

In the application I envision, each person you follow is "assigned" to
a group.  Once assigned, they are removed from the "unassigned" list.
This would make creating and managing groups much easier.

Also, right now if you ever close a column, your group configuration
is deleted - if you have a lot of contacts that would require quite a
bit of work to recreate. With this application, the group
configurations could be written out into a separate file, so you could
restore it easily.


On May 10, 3:01 pm, Joe Flesh  wrote:
> Hi Bob
>
> What functionality would the group management tool provide? Would you be
> able to send tweets directly to a group, for example? Isn't that
> functionality already in tweetdeck? I'm confused.


[twitter-dev] Developing Group Management Add-On for TweetDeck

2009-05-10 Thread subbob

I've been considering the usefulness of a Group Management application
for TweetDeck.  This application would directly manipulate TweetDeck's
SQLite database.

The application would address the following problem:

Each time you create a group using the TweetDeck interface, the user
selection panel shows everyone you follow. I'd rather see a list of
"those not already assigned to a group", so that as I create groups,
that list shrinks until it is empty.  (i.e. everyone is assigned to
one group or another)

Prior to starting this project, I wanted to see if anyone else is
already working on something like this, or perhaps already has
developed such a tool?

Also, has anyone developed other applications that directly interfaced
with TweetDeck's SQLite database?