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

  1. As a Software Developer
  2. I want to be able to request non alalysis related information about a backup dump
  3. So that the data can be forwarded to the frontend.

Acceptance criteria

flo0852 commented 1 week ago

Workflow:

  1. Python Analyzer greift auf eigene Datenbank zu in der der Dump liegt.
  2. Python Analyzer schickt benötigte Daten (ID, Size, Creation Date) an bereitgestellte Typescript Backend API
  3. 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