GithubHelp home page GithubHelp logo

Comments (6)

reedspool avatar reedspool commented on July 29, 2024

The Owner field in ObjAppData refers to e-mail, the above makes it seem like this should not be the case? In every place that ObjAppData is queried, e-mail is exchanged for display name in a separate action.

from app-inventor-gallery.

derrell avatar derrell commented on July 29, 2024

On Mon, Jul 25, 2011 at 15:52, reedspool <
[email protected]>wrote:

The Owner field in ObjAppData refers to e-mail, the above makes it seem
like this should not be the case? In every place that ObjAppData is queried,
e-mail is exchanged for display name in a separate action.

ObjAppData is at the backend. What is critical is that no RPC return email
addresses from ObjAppData or ObjVisitors, except for the very special
(currently) two. All other cases where email addresses are in the database,
the email address should be replaced with the displayName in the RPC result.

Derrell

from app-inventor-gallery.

reedspool avatar reedspool commented on July 29, 2024

I'm going to write 2 functions in MVisitors.js which exchange displayName for email and vice-versa

from app-inventor-gallery.

derrell avatar derrell commented on July 29, 2024

On Mon, Jul 25, 2011 at 16:09, reedspool <
[email protected]>wrote:

I'm going to write 2 functions in MVisitors.js which exchange displayName
for email and vice-versa

Sounds fine. Do we need the vice-versa? I suppose similar functionality is
already in use, for retrieving the ObjVisitors object given a display name,
so merging those seems reasonable.

Derrell

from app-inventor-gallery.

reedspool avatar reedspool commented on July 29, 2024

Added 2 functions: MVisitors._getDisplayName(userId) and MVisitors._getVisitorId(displayName). They do what you would suppose them to do, returning displayName or email (using email interchangeably Visitor ID)

These functions are now in use in the Mobile client, and could be used to simplify a bunch of code in MApps.js which does the same.

from app-inventor-gallery.

reedspool avatar reedspool commented on July 29, 2024

These functions are also regression tested

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.