gglucass / AQUSA

A user story quality assurance tool by Utrecht University
MIT License
33 stars 14 forks source link

Automatic Quality User Story Artisan Prototype - Backend

This is an archived implementation of the AQUSA tool described in http://bit.ly/aqusa-paper

Visit https://github.com/RELabUU/aqusa-core for a more up to date version of the core of the AQUSA algorithm.

Installation

Instructions for installing the stanford dependency

Usage

This is the backend of this application, exposing a simple API to be used by front end applications such as a Ruby on Rails web front-end or an iOS mobile client.

As a demo, you can browse to '/unique_string/project/upload_file' and upload a simple CSV. The report page also serves a simple HTML view.

Code Improvements

Note

This is a prototype application that's still quite difficult to figure out. Future versions will be much improved.