Skip to content
Snippets Groups Projects
Unverified Commit 81c76c74 authored by AnonymousConferenceSubmission's avatar AnonymousConferenceSubmission Committed by GitHub
Browse files

Update README.md

parent ac8e00d6
No related branches found
No related tags found
No related merge requests found
# AQM-Interaction
This repository contains (1) the [replication package](replication_package) of the paper _Alignment of Quality Models for Assessing Software Requirements in Large-scale Projects: A Case from Space_ (currently under review), and (2) the code for the implemented lightweighted tool to interact with the Aligned Quality-Model Map (AQM) during the applied case study. Both contributions are desired for usage in further projects to achieve reliable quality assessment during large-scale software development projects.
This repository contains (1) the [replication package](replication_package) of the paper _Alignment of Quality Models for Assessing Software Requirements in Large-scale Projects: A Case from Space_ (currently under review), and (2) the code for the implemented light weighted tool to interact with the Aligned Quality-Model Map (AQM) during the applied case study. Both contributions are desired for usage in further projects to achieve reliable quality assessment during large-scale software development projects.
## Installation
Clone this repository on your machine:
......@@ -25,7 +25,7 @@ pip install -r dependencies.txt
```
## Important Notes
This work is based on the flask extension for direcly using WebVOWL from: https://github.com/ahmedkhemiri95/flask-WebVOWL. Therefore, Python (here in version 3.11.2) and Java (here in version 1.8.0) are prerequisites.
This work is based on the flask extension for directly using WebVOWL from: https://github.com/ahmedkhemiri95/flask-WebVOWL. Therefore, Python (here in version 3.11.2) and Java (here in version 1.8.0) are prerequisites.
The individually created AQM needs to be located in the [data](application/static/data) directory and must follow the conceptualization procedure described in the related paper. For demonstration purposes, the AQM from the case study of the paper was included in this repository.
## Run the application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment