Skip to content

lifia-unlp/Kobold

Folders and files

NameName
Last commit message
Last commit date
Jul 24, 2022
Apr 22, 2019
Sep 17, 2017
Jul 24, 2022
Jul 24, 2022
Aug 3, 2022
Oct 12, 2018
Jul 15, 2022
Jul 15, 2022
Jul 15, 2022
Jul 15, 2017

Repository files navigation

alt text

Kobold

Usability-As-A-Service tool for Web Applications. Working version running at

https://autorefactoring.lifia.info.unlp.edu.ar

Overview

Kobold scans your web app's real users' activity to search for usability smells. When you check the reports, Kobold will recommend you to take action by applying usability refactorings. In some cases, you'll be able to apply automatically generated refactorings for you.

Research

Kobold was developed at LIFIA (UNLP, Argentina) research lab. Read more about it:

Screencast

Check the video to see how it works

Kobold Screencast

Installation on Pharo 10 (Requires MongoDB)

Metacello new
	baseline: 'Kobold';
	repository: 'github://juliangrigera/Kobold';
	onConflictUseLoaded;
	onWarningLog;
	load.

After the code's loaded, point your browser to http://localhost:8080/Home