Git Product home page Git Product logo

wikispy's Issues

Fix the tabular view cell height

The current by_rdns.html stretches the height of the individual cells only if they overflow, instead of stretching the whole row.

Improve pagination

Right now, the pagination just blindly shows the "next page" link everytime and "previous page" if the page isn't the first.

At the very least, WikiSpy could detect if the number of items is smaller than the page size and then assume that there is no next page.

I came up with a possibly efficient trick - instead of fetching n entries per page, fetch n+1 and only display n. If we managed to fetch n+1 entries, there will be at least one entry that can be displayed on the final page.

Also, perhaps it would be a good idea to SELECT COUNT(*) and count the number of pages in order to display them?

Add "search by title"

It might be useful in some cases to be able to easily flick through the whole list of edits looking for a specific substring.

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.