Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Fuse project structure

Alexander Fuks edited this page Jul 28, 2016 · 1 revision

Fuse project structure

Rough project vision can be found on the picture below.

projects_structure

Components description

  • Fuse

    WPF GUI app to control web server and related things like view logs, administration etc (it is better to have GUI app to have possibility to run and minimize as tray icon)

  • WebServer

    Implementation of web server that handle HTTP requests and process them

  • RqsWebExtension

    Web server extension that handle API requests to search the requirements, build JSON responses with requirements

  • Storage

    Methods to interact with requirements database and other things in the future

  • Parser

    Methods to parse documents with data like excel and maybe pdf in the future

  • ImportTool

    Command line utility to perform requirements import from command line (we need this until front-end will support that in next releases)