Git Product home page Git Product logo

native-trials's People

Contributors

cckrk avatar

native-trials's Issues

UserID assignment in User-Model-View.js

Currently assigns userID from the "/AuthenticateUser" (this call probably needs to be renamed in the API as well...) cast to an application setting (new instance of "token") this is a bad design and there must be a better way to store who is logged in in session data (if that should even be stored at all...)

Critical issue - UserID

Lists are currently being populated through UserIDs in workout-list-view-model.js' load() method.
The load() method passes the UserID to the API as a parameter, which is later used in the SQL stored procedure sp_GetAllItems to match to a particular (unique) routine.

This is horrible implementation and naming. workout-list-view-model needs to pass some number (or list of numbers) that corresponds to the Users currently subscribed routines, not their ID. Current implementation does not even persist data.

This issue should not be closed until load() method passes the correct values and API variable naming is correct.

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.