Malaguth / skill-tracking

This repository aims to create an example of skill-tracking software made as a study exercise.
MIT License
5 stars 0 forks source link

Update the big picture with the cloud services #40

Open Malaguth opened 7 months ago

Malaguth commented 7 months ago

Description

As a DevOps Engineer, I want to update our project's big picture (high-level architecture diagram) to include the cloud services we are using. This will provide a comprehensive view of our system's architecture and how different components interact with each other, including those hosted on the cloud.

Acceptance Criteria

  1. Identify all the cloud services that our application is using or will use (e.g., compute instances, databases, storage, networking, managed services).
  2. Update the big picture to include these cloud services, showing how they fit into the overall system architecture.
  3. Clearly indicate the interactions between the cloud services and other system components.
  4. Ensure that the updated big picture accurately represents the planned state of our system's architecture.
  5. Review the updated big picture with the development team and get their approval. Make sure everyone understands the role of each cloud service in our system.
  6. Document any important details about the cloud services that are not obvious from the big picture.
  7. Update the project documentation with the final version of the updated big picture.