edsu / wikistream

displays edit activity on wikipedia
http://wikistream.wmflabs.org/
233 stars 43 forks source link

Add url parameters to allow deep linking to a specific view #35

Closed waldyrious closed 10 years ago

waldyrious commented 10 years ago

Ideally, this would allow controlling all parameters that currently can be set manually (e.g. which project's stream to show, whether to show bots, minimum edit size, etc).

edsu commented 10 years ago

I think you can deep link already to wikistream, at least by language. For example:

http://wikistream.wmflabs.org/#wiki=en.wikipedia
waldyrious commented 10 years ago

Ah, didn't realize that, sorry. Actually, that's the only one I really cared about (for edsu/wikipulse#4). So if you plan to implement the rest of the parameters, I'll leave this open, but otherwise feel free to close :)

edsu commented 10 years ago

Ok, I'll close it for now. I think if I were to do the other options I'd like to start using a JavaScript framework like Angular or React to make the JavaScript easier to manage.