Confirmed users
508
edits
| Line 52: | Line 52: | ||
The main components of the product are: | The main components of the product are: | ||
* | * Web App | ||
* | * File Store / Attachments | ||
* Open Web Apps | |||
* | |||
* BrowserID | * BrowserID | ||
=== Web App === | |||
=== | |||
This component manages: | This component manages: | ||
* Products | * Products & Versions | ||
* Environments | * Environments | ||
* Test Runs | * Test Runs, Suites & Cases | ||
* Test | * Test Results | ||
* | * Authentication | ||
The tables below simply summarize the data encountered by this component. | The tables below simply summarize the data encountered by this component. | ||
| Line 103: | Line 94: | ||
|} | |} | ||
'''Communication with Attachments''' | '''Communication with File-Store / Attachments''' | ||
Communication with most components is just done by writing data to the database, where the other component will pick it up. The only exception is Attachments. | Communication with most components is just done by writing data to the database, where the other component will pick it up. The only exception is Attachments. | ||