ryanmuller / rudinium

The real analysis video dictionary
http://rudinium.herokuapp.com
7 stars 3 forks source link

Redesign browsing interface #12

Closed ryanmuller closed 12 years ago

ryanmuller commented 12 years ago

Problems now:

One possibility is like http://dochub.io/#css/, making the left column more succinct then having the longer entry and video (and probably review stuff) appear in the right.

ryanmuller commented 12 years ago

Also would be nice to be able to filter by chapter/lecture as in #7 or by definition/theorem/etc

npisenti commented 12 years ago

I like the dochub.io interface -- it's clean and fast.

It would appear they load everything onto the page, and toggle display: none as needed, which would have the added advantage of hiding the LaTeX rendering while the user thinks about what they want to do.

I'm gonna branch and try this out, see how it looks.

ryanmuller commented 12 years ago

You might want to look into https://github.com/balupton/History.js to change the URL without reloading the page. The hash thing that dochub and a lot of other sites use is controversial. History.js seems easy enough.

npisenti commented 12 years ago

Alrighty -- redid the interface, looks pretty decent in my mind.

Things to consider:

ryanmuller commented 12 years ago

Very nice!

The only problem is that everything looks like bootstrap nowadays :P Maybe we can just play around with the title bar..

Are you talking about displaying only one at a time in the right column? That seems fine to me..

2012/3/13 Neal Pisenti < reply@reply.github.com

Alrighty -- redid the interface, looks pretty decent in my mind.

Things to consider:

  • MathJax is still slowing down the page because it is rendering everything in the background
  • Currently only displays one item at a time... open to suggestions on how to best dynamically display matches as you type (if even necessary??)
  • There are a fair number of items without names/descriptors, which we should fix in google docs and update

Reply to this email directly or view it on GitHub: https://github.com/cicatriz/rudini/issues/12#issuecomment-4489963