Giter Site home page Giter Site logo

tingtun / user-testing-tool Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.79 MB

Combines user testing with automated testing services to improve the accessibility and usability of web sites.

Home Page: http://utt.tingtun.no/

Shell 0.38% CoffeeScript 1.51% JavaScript 97.61% CSS 0.50%

user-testing-tool's People

Watchers

 avatar  avatar

user-testing-tool's Issues

Tweak design

Use eGovMon color scheme. Consider making the navbar and test UI look like one component by having the same background color. Move progress bar to navbar.

Fix backend issue

error=null
result=[object Object]
body=undefined

/var/www/no.tingtun.utt/backend/main.coffee:96
if (result.body.substring(0, 19) === 'An error occurred: ') {
^
TypeError: Cannot call method 'substring' of undefined
at Request.io.sockets.on.socket.on.fs.readFile.socket.emit.locale as _callback
at Request.init.self.callback (/var/www/no.tingtun.utt/backend/node_modules/request/main.js:122:22)
at Request.EventEmitter.emit (events.js:99:17)
at Request. (/var/www/no.tingtun.utt/backend/node_modules/request/main.js:661:16)
at Request.EventEmitter.emit (events.js:126:20)
at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/var/www/no.tingtun.utt/backend/node_modules/request/main.js:623:14)
at IncomingMessage.EventEmitter.emit (events.js:126:20)
at IncomingMessage._emitEnd (http.js:366:10)
at HTTPParser.parserOnMessageComplete as onMessageComplete
at Socket.socketOnData as ondata

Create a view for the H1 heading

Wrap the h1 tag in its own view. Consider giving it a model that holds the current content of the h1 and fires an event when the content is change. Then the view can listen for that event and update itself accordingly. Also another function can listen for the same event and change the document title as the h1 changes.

Add feedback button

The button should be shown on the right side during the testing period for 0.3.

Render views only when necessary

Stop all views from rendering when the application starts. Currently a set of test results is being un necessarily rendered using the default webpage. Render each view only when it's required.

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.