Giter VIP home page Giter VIP logo

daily's People

Contributors

dependabot[bot] avatar eternalgoldenbraid avatar

Stargazers

 avatar

Watchers

 avatar

daily's Issues

Quick fix

  • Rendering events for a day/rating needs formatting. Currently all rendered in one go

Storing CW as decimals

"SAWarning: Dialect sqlite+pysqlite does not support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage."

Consider storing as integers instead and convert by a factor of 10^n

Add multi user support

  • Add user_id columns to many-to-many tables rating_events and event_tags.
    Issues that arose after adding the column manually filling the column values with the single user's user_id and applying foreign key constraints after that:
    • New rows in rating couldn't be added with the current code in main.index. The code does not include the addition of user_id in the respective association table. See commit commit 5a35fb29d26667d3a9632cc20312c8f2dcd128bd

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.