GithubHelp home page GithubHelp logo

Comments (4)

derrell avatar derrell commented on July 29, 2024

It looks like addOrEditApp() in MApps.js needs code like the following to be added before the put() call:

if (typeof appData.previousAuthors == "string")
{
appData.previousAuthors = appData.previousAuthors.split(",");
}

and the ObjAppData constructor needs

previousAuthors : []

in the setData call for the initial field values.

from app-inventor-gallery.

derrell avatar derrell commented on July 29, 2024

For the time being, I've disabled the editing field for the author chain. When we're ready for it, it will almost certainly not be a plain text field.

from app-inventor-gallery.

reedspool avatar reedspool commented on July 29, 2024

If you type in the url:

http://app-inventor-gallery.appspot.com/rpc?tag=tag:Graphics

and search through the resultant JSON for the "previousAuthors" field of the app i just created named "PreviousAuthorChain?" you'll see that previousAuthors is still being written the the DB, just the input box is disabled, so the following is written on every addition to the database:

"previousAuthors":["<","n","o","t"," ","y","e","t"," ","i","m","p","l","e","m","e","n","t","e","d",">"]

Something tells me this is not what you wanted.

from app-inventor-gallery.

derrell avatar derrell commented on July 29, 2024

Probably not. I'll look at it. To me.

from app-inventor-gallery.

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.