Git Product home page Git Product logo

django-geo-spaas-adas-viewer's People

Contributors

akorosov avatar aperrin66 avatar opsdep avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

aperrin66

django-geo-spaas-adas-viewer's Issues

Inital implementation of ADAS viewer

AdasSearchForm inherits from base_viewer.BaseSearchForm and adds field for searching in parameters and overrides filter() to search in parameters

View inherits from base) viewer.IndexView and replace class_form with the AdasSearchForm

Unit test for form

Integration test for get, post

Pagination does not work properly

If the user do some filtering and see the result, as soon as s/he click on the next link of Paginator in order to go to the paginated page, the filter is removed and the next page of all datasets are shown. This filtering action must persist untill the user refresh the webpage.

For example the user filter the results and this is what s/he sees:
image

After s/he click on the next bottun, the below figure is shown which is wrong in the number of datasets:
image

It ought to be corrected preferably by the developer of pagination.

URLs are configured incorectly

If url(r'', ... is specififed in urls.py then any URL after / will be accepted: '/adas', '/geometry', '/css', etc. That causes problems when adas viewer is on the root url.
It should be path('', or re_path(r'^$', (since url is soon deprecated).

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.