Giter Club home page Giter Club logo

urlshortener's Introduction

urlshortener's People

Contributors

fjlopez avatar ignaciosan22 avatar javibite avatar vmbatlle avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

javibite

urlshortener's Issues

Pagination at click list presents a confusing behaviour

Database status:

  • 30 clicks registered (from id = 0 to id = 29)
  • All clicks between 2020-01-10 20:38:40.16 and 2020-01-10 21:02:27.027.

Confusing behaviour:

  • Accessing /all shows all clicks without pagination and WITHOUT ordering.
    • Maybe use /all (without query params) as a page=1 alias.
    • Or else set an automatic redirection from '/all' to '/all?page=1'
  • 30 clicks / 5 page_size = 6 pages BUT 7th page appears in the list bellow and when clicked it's EMPTY. Just fix it some how.
  • URIs pointing to every page (list bellow table) have by default a start query param, eventhough user doesn't input a date themself. Is itreally necessary?
  • There is NO form field for selecting end date, BUT end query param appears always at the URI. There is any clearer alternative?

Test: Añadir una URI alcanzable...

..., cuya disponibilidad cambia en el tiempo, pasando a no alcanzable, y viceversa.

Note: this test is somehow related with #13, but could also be seen as one of the following sequences:

*create URI* -> [pending validation] -> URI -> *URI unreachable * -> [invalid] -> *(retry) URI reachable* -> [valid]

*create URI* -> [pending validation] -> URI -> *URI reachable* -> [valid] -> *(recheck) URI unreachable* -> [invalid]

or any combination of the previous sequences that the developer considers (more) interesting.

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.