Justin Clift

Results 81 issues of Justin Clift

Just noticed the drop down for the download button on the database page isn't displaying correctly for at least Opera on OSX: ![screen shot 2017-08-07 at 08 13 59](https://user-images.githubusercontent.com/406299/29016041-9b7e4f3a-7b48-11e7-853e-c492fc809ca5.png) Making...

bug

At the moment we're starting up the servers binding to ":portnumber", which binds to all IP addresses on the system. It would be better to configure a interface name (eg...

At some point we'll probably want to implement stats/download counters for databases, and make them available to logged in users for their own databases. via webUI, API, and maybe the...

enhancement

The article here shows a nifty way of recording to a web log the time taken by each page to be processed:     https://thenewstack.io/make-a-restful-json-api-go/ Under the "**Outputting a Web...

@danfowler had an interesting idea. When a person uploads a database file, the server side should also accept and import CSV files. This probably wouldn't be hard to do (eg...

enhancement

A useful thing would be to add highlighting for selected rows (via GET url, etc), similar concept as to how GitHub does it: * https://github.com/sqlitebrowser/sqlitebrowser/blob/0c8cb4ec1dc37f2d971d23cc68376de13a24e54c/CMakeLists.txt#L20-L30 Not urgent to implement, but...

enhancement
webui

Once we have the base system running, there seem to be quite a few "data focused" start up and hackathon events we might want to reach out to. eg: *...

outreach

We should probably include a "Useful Resources" page, along with matching "Resources" URL on our page footer pointing to it. It'll point to various useful related projects. eg: * https://datahub.io...

enhancement
webui

It's probably a good idea for us to add some configuration file variables: 1. A true/false option for disabling further registrations 2. A true/false option for disabling database uploads 3....

As suggested by @innermous, it would be useful to have a filter row in the data tab (as per DB4S). This would let people easily select a subset of rows...