IdeaTorrent

  • demo
  • documentation
  • downloads
  • our own ideatorrent
  • community
  • report a bug
Home

Our own IdeaTorrent

  • All more
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor peterro

  • Summary
  • Ideas
  • Solutions
  • Ideas promoted
  • Ideas demoted
  • Ideas commented
  • Ideas bookmarked
  • Latest comments
    • Latest comments
    • Most popular
Describing interfaces using text only can be very difficult  
Written by dpolivaev the 11 Jun 09 at 16:07. New
Communicating of a new idea can be difficult if one can use only words. Particularly if change of user interface is proposed, the best possible way to communicate the idea and to describe possible solutions is making a picture and embedding it into the idea rationale or into solution description.
10
votes
12 0 2
up equal down
Solution #1: Upload image files and insert them into IdeaTorrent pages
Written by dpolivaev the 11 Jun 09 at 16:07.
One picture tells more than thousand words.

Therefore it should be possible to upload graphical image files to IdeaTorrent like it works for the most wiki applications.

It should be possible to insert images on the pages with idea descriptions.


3
votes
3 0 0
up equal down
Solution #2: Use an external image host
Written by aaditya the 31 Jul 09 at 20:54.
... like photobucket, and embed the image here using an tag.


-1
votes
0 0 1
up equal down
Solution #3: Use approach similar to ReviewBoard
Written by Zelgadis the 18 Aug 09 at 06:59.
Use approach similar to ReviewBoard http://www.review-board.org/.

Example: http://patches.synfig.org/r/23/s/2/



See the 6 comments or propose a solution (latest comment the 20 Apr 10 at 13:08) >>

Make IdeaTorrent standalone  
Written by Caglow the 16 May 09 at 21:23. New
I'd like for IdeaTorrent to become a standalone script which does not require anything else to run. This might take some time, yes, but I think it would expand the userbase exponentially once done.
8
votes
13 1 5
up equal down
Solution #1: Code the Essential Parts
Written by Caglow the 16 May 09 at 21:23.
Write code for the essential parts the program does not already have including those which perform database connections, etc...anything that Drupal does that IdeaTorrent needs.


8
votes
12 2 4
up equal down
Solution #2: Use Drupal to Make Idea Torrent Robust
Written by philbar the 19 May 09 at 21:41.
If it's not broken, don't fix it. Recoding what Drupal already does is just a waste of time.

In fact, other Drupal modules should be leveraged to make Idea Torrent more robust such as VotingAPI.

If for no other reason, do you really want to create your own theming engine?


4
votes
4 1 0
up equal down
Solution #3: Use Drupal to make it look like it's standalone
Written by jgreep the 30 Sep 09 at 21:21.
Use Drupal as the core, but make it appear within a single region, with that region being the only thing visible on the page.



See the 6 comments or propose a solution (latest comment the 20 Apr 10 at 12:50) >>

Typing out links to bugs and ideas is tedious  
Written by endolith the 1 Apr 09 at 07:02. New
Currently the only way to create links to other Brainstorm Ideas is to manually create "a href=" HTML tags. This is tedious.

http://brainstorm.ubuntu.com/idea/14413/
19
votes
19 0 0
up equal down
Solution #1: "Idea #1234" should be presented as a link, like bug trackers
Written by endolith the 1 Apr 09 at 07:02.
If I type something like "Idea 1234" or "idea #1234" or "idea:1234" in a comment on Brainstorm, it should automatically become a link to that idea: Idea 1234

This would be exactly the same as in bug trackers like Bugzilla where "Bug 1234" becomes a link. "Bug 1234" should work, too, for that matter.

Launchpad or Bugzilla already have nice regexes that could be used for this, I'm sure.

https://bugs.launchpad.net/ideatorrent/+bug/289139



See the 2 comments or propose a solution (latest comment the 26 Feb 10 at 11:28) >>

Tabled Ideas  
Written by peterro the 25 Nov 09 at 16:44. New
What to do with ideas that have been reviewed, discussed, and decided to NOT implement.
2
votes
2 0 0
up equal down
Solution #1: Create tabled ideas classification
Written by peterro the 25 Nov 09 at 16:44.
Just the currently implemented classes on this ideatorrent are 'popular', 'ideas in development', and 'implemented ideas'. This would create a new class called 'tabled ideas'. This would be to weed out ideas that won't be implemented for whatever reason but not just delete them. The ideas could then be moved back out into the regular population at some future point as well.



Add a comment or propose a solution >>

Support for MySQL  
Written by healthyelijah@gmail.com the 29 Mar 09 at 05:49. New
It would be nice to choose between MySQL and PostgreSQL.

Developer comments
Seems this is the most asked feature!
Guess what? This will be implemented for the next 2.0 version!
48
votes
50 2 2
up equal down
Solution #1: Support MySQL
Written by healthyelijah@gmail.com the 29 Mar 09 at 05:49.
Write code to support MySQL



See the 6 comments or propose a solution (latest comment the 17 Oct 09 at 06:18) >>

Integrate admin interface into Drupal admin  
Written by Francis the 18 Aug 09 at 21:15. New
Most (if not all) drupal modules can be managed from the Drupal admin interface. But Ideatorrent has to be managed from a different admin.
3
votes
4 0 1
up equal down
Solution #1: Integrate into main Drupal admin
Written by Francis the 18 Aug 09 at 21:15.
Place it in a section called Ideatorrent. You can just click on a link in the admin panel under that section. Hope this makes it easier to manage.



Add a comment or propose a solution >>

Voting oddity  
Written by peterro the 3 Aug 09 at 22:16. New
When anonymous users (unauthenticated) try to vote on an idea, their votes are accepted but not saved.
4
votes
5 0 1
up equal down
Solution #1: Don't allow voting for unauthenticated users
Written by peterro the 3 Aug 09 at 22:16.
While the end result of not saving unauthenticated votes is correct, it can be confusing to users who see their votes applied but then removed if they return to the same 'idea'.

Possibly either don't allow unauthenticated voting at all (preferred) and/or warn unauthenticated users that their votes won't count.



Add a comment or propose a solution >>

Submission form warnings  
Written by peterro the 3 Aug 09 at 22:11. New
When filling out a new idea submission form, if any of the required fields are left blank or un-chosen (global category), the 'submit your idea' form is re-displayed.
1
votes
1 0 0
up equal down
Solution #1: Highlight missing field
Written by peterro the 3 Aug 09 at 22:11.
Add a message to the page stating what is missing and why the form was re-loaded as well as highlighting the field that was missing in some other color to be noticeable.



Add a comment or propose a solution >>

Idea Reporting Engine  
Written by peterro the 17 Jul 09 at 18:46. New
It's difficult to pull out reporting information without polling information directly from the database. Reports for management to track how the tool is being used within an organization.
5
votes
5 0 0
up equal down
Solution #1: Reporting engine with some default reports
Written by peterro the 17 Jul 09 at 18:46.
I'd like to see a simple way of pulling out metric information from the submitted ideas/solutions. Be able to create/save reports (possibly system wide and user based), automate the reports with scheduled times and email results. The numeric reports would be delimited for ease of creating graphs (or create graphs directly). The text reports would be simple lists with links embedded to take you directly to the problem statement/solution.

Some default reports that would be nice to have:

Number of solutions submitted per category within a date range.
Number of solutions submitted total within a date range.
Solution report that shows problem statement title and its associated solution titles with time and category constraint options.
Hot topic report. Based on discussion activity and not necessarily voting.
Active user reports within date range or all time. Probably containing counts of comments, votes, ideas, and solutions.

That's all I'm coming up with now, possibly others will have some.



Add a comment or propose a solution >>

Make it easy to enhance functionality (plugins)  
Written by forteller the 5 Jul 09 at 17:44. New
Make it easy for others to add to the functionality of IdeaTorrent and more people will use it and you have less work. :)
3
votes
3 0 0
up equal down
Solution #1: Support plugins in IdeaTorrent
Written by forteller the 5 Jul 09 at 17:44.
What has made WordPress and Firefox so great? A lot of things, but one important thing they have in common in support for plugins.



Add a comment or propose a solution >>

RSS Feeds  
Written by peterro the 14 Apr 09 at 20:29. New
RSS Feeds for specific categories are not enabled.
7
votes
7 0 0
up equal down
Solution #1: Category specific RSS Feeds
Written by peterro the 14 Apr 09 at 20:29.
When specifying a category of idea, the RSS feed should change to list entries only that category. It is currently grabbing all in the sandbox or popular or the rest.



See the 1 comments or propose a solution (latest comment the 5 Jul 09 at 16:39) >>

Idea Notifications  
Written by peterro the 13 Apr 09 at 20:51. New
With our use model, the moderators who will be watching their assigned categories are likely not familiar with RSS subscriptions. Explaining how RSS works generates blank stares.
14
votes
15 1 1
up equal down
Solution #1: Email Notifications
Written by peterro the 13 Apr 09 at 20:51.
I'd like to have the ability to configure notifications for new and/or changed ideas to be sent to assigned email addresses. Even something as simple as a note that says you have new ideas to moderate.

I'd like it to be a list so that multiple addresses can be used for any individual category. Each category would be configured individually. The current configuration should be displayed on the category page so it is easy to spot (on one page) any categories that are/aren't configured correctly.

It might also be useful to have a configuration in much the same way that would cover all new/changed submissions. Of course you'd want this to be optional.

I think RSS by default and email optional.


6
votes
6 1 0
up equal down
Solution #2: Poster notifications
Written by peterro the 2 Jun 09 at 19:44.
Much like notifications for category subscribers, a user notification for changes to ideas they've submitted or updates to ideas where they've commented. This would be much like email notifications to forum posts that I've received in the past.

The message would say something like 'there have been comments or new solutions posted to your idea, you won't receive any further notifications until you review the current updates'.

The users of our environment likely won't be closely following ideas through their life cycle, but would want to be notified when there are updates.

This should be configurable per user.


3
votes
3 0 0
up equal down
Solution #3: Favorites for Categories
Written by eckes the 16 Nov 09 at 10:08.
You could allow E-Mail notifications for changes to Favorites (starred) entries. If you then add the ability to star categories, the email notes will come in automatically. (Some filtering is probably needed)



Add a comment or propose a solution >>

Embedded Media  
Written by thom.mp the 10 Apr 09 at 04:19. New
For example, so users can vote up/down possible versions of a trailer for an open-source movie.
7
votes
8 1 1
up equal down
Solution #1: Allow for HTML embedding of media
Written by thom.mp the 10 Apr 09 at 04:19.
Provide support for pages like YouTube and Blip.tv



Add a comment or propose a solution >>

HTML tagging ability is not obvious  
Written by endolith the 1 Apr 09 at 06:55. New
I just realized that Ideatorrent allows some HTML in the comments, but I can't find any documentation. http://blog.qa.ubuntu.com provides a list of valid tags underneath their comments box, and this should be provided on Ideatorrent, too.

(I will test in the comments below this to see if the same subset of tags work. In the rationale descriptions, links and images seem to be the only things supported. Italics, bold, blockquote.

(Copied from http://brainstorm.ubuntu.com/idea/14656/)
11
votes
11 0 0
up equal down
Solution #1: Provide a list of valid HTML tags beneath each comment box
Written by endolith the 1 Apr 09 at 06:55.
http://blog.qa.ubuntu.com provides a list of valid tags underneath their comments box, and this should be provided on Brainstorm, too.

(Nothing works in these solution boxes either, except links. Italics, bold, blockquote and other tags do not work.

Images work now, too:

https://bugs.launchpad.net/ideatorrent/+bug/288760



Add a comment or propose a solution >>

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Keywords

Advanced search »
Tags

Submit your idea Submit your idea

Who is using it?



Ubuntu


Sourceforge


One Laptop Per Child


GMX


Public library of Charlotte, NC, US
  • demo
  • documentation
  • downloads
  • our own ideatorrent
  • community
  • report a bug