Skip to content

Instantly share code, notes, and snippets.

@sergejusb
Created November 1, 2011 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergejusb/1330485 to your computer and use it in GitHub Desktop.
Save sergejusb/1330485 to your computer and use it in GitHub Desktop.
DotNetGroup.lt

DotNetGroup.lt feature roadmap

v0.1

  • aggregation of #ltnet tweets
  • aggregation of rss from the manually added url list
  • feedback button for suggestions and bug report
  • initial site design, ready for more features

v0.2

  • content search
  • smart re-tweet aggregation
  • personalized tags filtering

v0.3

  • Facebook authentication
  • ability to associate twitter & stack overflow accounts
  • ability to specify RSS url (with ltnet as a category)

v0.4

  • sticky messages / announcements
  • upcoming (dotnetgroup) EventBrite events
  • aggregation of StackOverflow questions from the manually added account list

Uncommited

  • most popular / hot DotNetGroup feature requests
  • mobile/tablet friendly version of DotNetGroup.lt
@dziedrius
Copy link

I would suggest to go with post (tweet, rss) persistence as soon as possible, because of several reasons:
a) it would allow us to use more complex processing before posting them.
Let's say if we would like to change shortened urls in tweeter posts to real ones, we would need to make request to every single url in tweet post, to check if it does redirection. While it is possible to make that at run time, doing some fancy lazy replacement, it would be easier to do that before persisting and then just select posts needed to display from persistence.
May be use some mapping from original categories to dotnetgroup categories, like ITishnikai => Podcasts.
May be for some spam filters.
b) usually rss feeds contains only 10-20 latest posts, so we could keep them all.
c) it would be possible to attach comments/votes/etc. to posts, I mean content, that is generated on dotnetgroup site, also it would be used to bind several sources to single member (idea would be - my footprint on dotnetgroup site = my cv :).

I would move Facebook authentication/comments to second release, and move stackoverflow to third.
Also, I'm missing UI sketches (http://www.balsamiq.com/), that would be fastest way to communicate, where are we going.

@sergejusb
Copy link
Author

Updated roadmap to reflect current state and some changes in priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment