Giter Club home page Giter Club logo

working_bizint_ng's People

Contributors

benjitobias avatar

Watchers

 avatar  avatar

working_bizint_ng's Issues

Populate actions chart is unsafe (or something)

bizint_web  | Traceback (most recent call last):
bizint_web  |   File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 47, in inner
bizint_web  |     response = get_response(request)
bizint_web  |                ^^^^^^^^^^^^^^^^^^^^^
bizint_web  |   File "/usr/local/lib/python3.11/site-packages/django/core/handlers/base.py", line 179, in _get_response
bizint_web  |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
bizint_web  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
bizint_web  |   File "/app/counter/views.py", line 110, in populate_actions_chart
bizint_web  |     return JsonResponse(data=data)
bizint_web  |            ^^^^^^^^^^^^^^^^^^^^^^^
bizint_web  |   File "/usr/local/lib/python3.11/site-packages/django/http/response.py", line 560, in __init__
bizint_web  |     raise TypeError(
bizint_web  | TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
bizint_web  | [26/Apr/2024 22:45:25] "GET /populate-actions-chart/ HTTP/1.1" 500 63575

Jquery to cdn

By moving the Jquery libraries to the Jquery CDN, I can probably shorten load times

Using local isn't good for datetime

Different locales don't always have the same format so update_date = datetime.strptime(count_form['datetime'].value(), "%d/%m/%Y %H:%M:%S") isn't good (views.py line 57).

Mobile uses %Y/%m/%d %H:%M:%S. I've put in a temporary fix but it needs sorting

Bug with graphs when hovering over after change

After changing the year of the graphs displayed, if you hover over certain areas of the graph it will show different versions.
I think that there might be multiple instances of the graph and they need to be deleted/cleared but I'm not sure.

Potential bug on mobile

I think the dates might be messed up again on mobile. Works on test env, waiting to test production to see.

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.