DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Add filtering to browser log #57

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

It would be nice to be able to dynamically filter the log data. This has a few implications in the architecture, since we need to store the running log in a variable, rather than in the DOM, as the primary point of truth. But that's for the best anyways, since it will open up opportunities down the road for more clever log formatting (expandable lines, etc.)