issues
search
amosproj
/
amos2024ws02-backup-metadata-analyzer
MIT License
2
stars
0
forks
source link
Backend: Backup Size-Timeline API
#29
Open
Us3rname11
opened
3 weeks ago
Us3rname11
commented
3 weeks ago
User story
As a Software Developer
I want to be able to request non alalysis related information about a backup dump
So that the data can be forwarded to the frontend.
Acceptance criteria
Criterion 1: It exists at least one API in the backend component which could be accessed by the Frontend.
Criterion 2: An API provides information about the creation dates and the respective size of the created backups of type FULL.
flo0852
commented
1 week ago
Workflow:
Python Analyzer greift auf eigene Datenbank zu in der der Dump liegt.
Python Analyzer schickt benötigte Daten (ID, Size, Creation Date) an bereitgestellte Typescript Backend API
Typescript Backend speichert per API empfangene Daten in eigene Datenbank ...
LHMoritz
commented
6 days ago
Left to be done: Merge on dev, blocked by: #47
User story
Acceptance criteria