Code Monkey home page Code Monkey logo

menzit's People

Contributors

rmallols avatar

Watchers

 avatar  avatar

menzit's Issues

Investigate async problem with the images of the answers

On the upload.js:

$timeout(function () {
     deferred.resolve(media);
}, 500);

Without the $timeout, the image of the question is submited OK, but the images of the answers are NOT submited as weirdly (everythign is based on promises) the form submit is triggered before.

Normalize font size across portal and app

Both sides should have the same font size (probably, the one of the portal, 24px = 100%).

Once this is done, we should remove the font-specific handling of login.less:

.portal &

Normalize in/out decorators

At the moment the inDecorator / outDecorator mechanism looks wierd:

  • inDecorator uses to return 'query' but I think it's actually returning 'req' if the method has not actually defined. I guess it should return always 'req' as we started to draft on the item creation (app.post...)
  • The name of the inDecorator method is called 'filter', but this is strange for instance on user creation, as we are not filtering but encrypting the password.
  • outDecorators must be checked as well.
  • Please check whether the current implementaton of the find options (read.js -> _getNormalizeFindOptions) works fine, as I have the feeling if you specify any of the custom properties (query, projection, sort...) this is never going to work

User handling

Add a link to the menu panel to allow users to edit their own account details. Some info should be updated

  • His full name
  • His picture (will appear as the icon of the entry on the menu panel).

Show the tenant logo

On the left hand side. Move the login / options buttons to the right hand side

Replace the concept of 'test' with 'question'

The scope of the change affects, at least, to testAddAdminCtrl and testEditAdminCtrl, because they manage a single question, not a whole text.

Probably the renaming should be applied to other scenarios as well.

Fix problem with the score results on IE11

At the moment we have to show everything at the beginning. This affects both to Javascript (showBestResults) and the CSS (some 'ua-ie' & flags). The problem is with the showBestResults flag of the scope, which for whatever reason is not messing up the DOM and everything is hidden afterwards.

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.