feat: update documentation, adjust numbering of arc42 files

This commit is contained in:
2026-05-30 19:51:30 +02:00
parent 29c13edb4d
commit aa0f79fe75
14 changed files with 135 additions and 10 deletions
+34
View File
@@ -0,0 +1,34 @@
# 1. Introduction & Goals
Describes the relevant requirements and the driving forces that software architects and the development team must consider. These include underlying business goals, essential features, essential functional requirements, quality goals for the architecture, and relevant stakeholders and their expectations.
## Requirements Overview
**Project name**: All You Can GET AI
**URL**: [https://ai.allucanget.biz](https://ai.allucanget.biz)
**Purpose**: Provide AIpowered text, image, and video generation services via a web application.
Users can choose between different AI models for:
- Text generation
- Texttoimage generation
- Texttovideo generation
- Imagetovideo generation
Users can create accounts, log in, and view their generation history in a gallery. An admin dashboard allows managing users, models, and video generation jobs.
## Quality Goals
| Priority | Quality Goal | Scenario |
| -------- | ----------------- | --------------------------------------------- |
| 1 | High availability | Service is accessible 99.9% of the time |
| 2 | Low latency | Generation endpoints respond within 200 ms |
| 3 | Data privacy | User data is encrypted at rest and in transit |
## Stakeholders
| Role/Name | Contact | Expectations |
| ------------- | ---------- | --------------------------------------------- |
| Developer | Team | Clean APIs, testable code, good documentation |
| End User | Public | Fast, reliable AI generation features |
| Product Owner | Management | Feature completeness, uptime, cost control |