Coder Social home page Coder Social logo

openlibrary-lite's People

Contributors

galgeek avatar hornc avatar micahcarroll avatar rchrd2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

openlibrary-lite's Issues

Framework7 page navigation needs cleanup

In the spirit of a hackathon, I hacked my way through setting up the routing. As a result, it's a little buggy.

For example, sometimes the Search result page says "Browse" on the top. Other times the "Browse" page has a back button.

Also, I would still like to see tabs at the bottom for "Browse" and "My Books" (or whatever we call it).

Someone needs to learn Framework7 and refactor the navigation.

Search result pages need pagination

There could be pagination links at the bottom. The API already contains numResults and I believe there's a page param that can be used in the API call.

Wireframes

Hello. I drew up some rough wireframes of an MVP. It's inspired by SimpleE (https://itunes.apple.com/us/app/simplye/id1046583900?mt=8)

scan nov 2 2017 5 57 pm page 1
scan nov 2 2017 5 57 pm page 2
scan nov 2 2017 5 57 pm page 3

The idea is that you can browse, save, and view books, in a mobile-friendly app-like interface.
Login is optional for accessing loan-restricted books. So I guess, "favoriting" should work in both localstorage and through the open library lists api (want to read).

I suspect that there is a nice mobile webapp framework which can handle a lot of the UI chrome. For bookreader I used http://mmenu.frebsite.nl, but I don't know if it solves all the UI issues here.

Have a user configurable setting to choose which reader to use

For example,

One might prefer to use the audio book reader or Mirador, or IA BookReader.

Both audio book reader and Mirador still need token polling, but this should be pretty easy; eg:

setInterval(function(){
    // ajax the token endpoint on archive.org 
}, twoMinutes);

This might require also logging into Archive.org, though. So the login form would need to log you into both open library and archive.org. The accounts are shared, so this could be done with just one login form.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.