Giter Club home page Giter Club logo

elogical's People

Contributors

elucidateqt avatar phate94 avatar srad avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

elucidateqt

elogical's Issues

Progression data format

If a top list of users shall be created we need to track the users progress, the question is which data shall be tracked. Currently the first draft is this:

const doc = {
      exercise
      level
      current
      score
      client
      created
};

Nail down a format that makes sense for aggregation for top lists (a working draft is already in the API repo).

We could also use the experience API but this might be overkill.

Exercise also only makes sense when different versions of courses would be rolled out.

Vertical scroll disabled

Even if the page extends beyond the screen it is not possible to scoll. Y-Axis scrolling needs to be enabled.

Interactive tutorial

An interactive tutorial showing the UI and possible interactions with markers/arrows and a comment explaining them.

It could also be multi step by sliding through multiple screens.

Request JWT for new clients for identification

Since we have an heterogeneous service based server infrastructure we can't use regular session cookies because of different domains (also not possible when clients are blocking cookoes, for security reasons).

We already have an open ticket for JWT to be implemented on the server. Once that is in place every new client must request a token and store it i.e. in the localStorage and every request to the server must provide this token.

Makes most sense to configure an axios instance as module or in main.js with is preconfigured to send the token with every request to the server (if a request is actually going to that server).

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.