Big-Link-Man/docs/prd/epic-4-deployment.md

1.2 KiB

Epic 4: Cloud Deployment & Handoff

Epic Goal

To deploy the finalized, interlinked HTML files to their cloud targets, log the results, and hand off the data to the link-building machine.

Stories

Story 4.1: Deploy Finalized HTML Content

As a User, I want to deploy the fully interlinked HTML files to their pre-validated cloud storage locations, so that the content goes live.

Acceptance Criteria

  • A script takes the final, interlinked HTML content for an article and its corresponding final URL.
  • It uses the unified cloud deployment module to upload the content to the correct location.
  • The deployment is verified as successful.

Story 4.2: URL Logging & API Handoff

As a developer, I want to log all the pre-determined URLs to the database and transmit the job data via the internal API, so that the workflow is completed and tracked.

Acceptance Criteria

  • After successful deployment, the list of pre-determined public URLs from the "link map" is saved to the database.
  • The content Tier is correctly recorded for each URL.
  • The URLs are appended to the local .txt file.
  • The necessary job data, including the list of new URLs, is successfully transmitted to the link-building machine's API endpoint.