-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luigi Pellecchia
committed
Oct 13, 2023
1 parent
5965793
commit cc12065
Showing
96 changed files
with
46,860 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# BASIL | ||
# <img src="app/src/app/bgimages/basil_black.svg" alt= "BASIL | The FuSa Spice" height="85"> | ||
|
||
|
||
# BASIL | ||
|
||
A tool developed to support Software Specification analysis and Testable Requirements definition. | ||
|
||
It comes with a web user interface to provide a simplified view of work item relationships and with a REST web api to simplify the integration in other toolchains. | ||
|
||
|
||
## What is it for? | ||
|
||
With BASIL you can decompose a Software Component Specification (or source code directly) in snippets and assign to each one a set of desired work items. | ||
|
||
BASIL will help you on identifying gaps and on tracking progress. | ||
|
||
|
||
## Supported Work Items | ||
|
||
* Software Testable Requirements | ||
* Test Specifications | ||
* Test Cases | ||
* Justifications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# <img src="../src/app/bgimages/basil_black.svg" alt= "BASIL" height="85"> | ||
|
||
# BASIL - REST Api | ||
|
||
This repository folder host the source code of the BASIL Web REST Api. | ||
|
||
This project is based on a python framework named [Flask](https://flask.palletsprojects.com/en/2.3.x/). | ||
|
||
## Development scripts (run from project root directory) | ||
```sh | ||
|
||
# Start the development server | ||
python3 api/api.py | ||
|
||
``` |
Oops, something went wrong.