sqlitebrowser / dbhub.io

A "Cloud" for SQLite databases. Collaborative development for your data. 😊
https://dbhub.io
GNU Affero General Public License v3.0
375 stars 40 forks source link

What should our front page be? #36

Open justinclift opened 7 years ago

justinclift commented 7 years ago

For the front page, would some form of category browser like this make sense? john snow labs category browser

    http://www.johnsnowlabs.com/healthcare-turnkey-data-science-operations/#services

Theirs turns out to be non-functional... eg mousing over a category highlights it, but there's nothing happening on mouse click (might be a bug, not sure). For us though, it'd take people to either a curated page of databases belonging to that topic, or maybe a non-curated page of databases that people have tagged with related terms. As per #1.

Hmmm, I'm getting the feeling we might need to experiment a bit and see what actually works decently. :wink:

justinclift commented 7 years ago

There's also the GitHub "Project Showcase" approach, which seems similar:

justinclift commented 7 years ago

As a counterpoint Gitea doesn't yet seem to have a good concept for their Explore thing either:

They do have a search box though, which is probably a useful thing for us to include regardless.

justinclift commented 7 years ago

This looks interesting for better front page graphs:

    https://github.com/keen/dashboards

It uses Bootstrap, which we already make heavy use of. So it might work ok for us. No idea yet if our use of AngularJS will break it, but it's worth looking at when we get back to addressing the front page.