Code Monkey home page Code Monkey logo

Comments (8)

Apkawa avatar Apkawa commented on August 27, 2024

I think what maybe store additional data in json in text field

from atarashii.

AnimaSA avatar AnimaSA commented on August 27, 2024

Storing JSON raw probably isn't the best idea, as we'd have to parse it every time we want to read it, wasting cpu time

from atarashii.

Apkawa avatar Apkawa commented on August 27, 2024

Hmm, but serialize and deserialize only in DetailView.
instead json can use xml serialization. As example http://simple.sourceforge.net/

from atarashii.

srvrguy avatar srvrguy commented on August 27, 2024

It still defeats the purpose of having a database, especially if that extra information will be used often. Most of this will be simple values that work perfectly well with existing sqlite data types. If we were storing complex data, I might agree with storing using JSON or some serialized format.

from atarashii.

AnimaSA avatar AnimaSA commented on August 27, 2024

Removing the milestone from this, as we've probably delayed 1.3 enough. Will probably add a 1.4 milestone later or something.

from atarashii.

AnimaSA avatar AnimaSA commented on August 27, 2024

Began work on this as of 6adc047.

from atarashii.

srvrguy avatar srvrguy commented on August 27, 2024

Bumping to 1.5 when we will have a lot more data from the API and the design will need to be updated to handle all the additions.

from atarashii.

d-sko avatar d-sko commented on August 27, 2024

This is implemented with #244 and #241

from atarashii.

Related Issues (20)

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.