BeanProjects / cloud-platform

MIT License
0 stars 0 forks source link

[DDD] Identify domain and subdomain for US1 #11

Open peterbean410 opened 7 months ago

peterbean410 commented 7 months ago

Analyse and add the corresponding subdomains to https://github.com/BeanCloudServices/cloud-domain/blob/master/contextmap.cml according to the user story.

UserStory US1_ObjectStorageBucketForSoloWebDeveloper {

  As an "Solo Web Developer creating a personal blog"
    I want to "create" a "Project" for a "CloudAccount"
    I want to "create" an "ObjectStorageBucket" with its "ProductionURL" for a "Project"
  so that "I can use SFTP protocol to upload files to the bucket in a specified project environment."
  so that "the ProductionURL can be accessed by authorised parties per environment."

}