Day 2 Task 02 Change Management

Task 02. Change Management

When requirements (v1.0 āž” v2.0) change in line with business policy changes, learn control techniques to map the scope of influence of sub-outputs (screen definitions, API specifications).

Task 02 Change Impact Analysis Practice Guide

šŸ“„ Practice Input

  • • requirements-before.md (v1.0 requirement)
  • • requirements-after.md (v2.0 requirement)
  • • screen-specification-v2.md (v1.0 screen design document)
  • • api-specification.md (v1.0 API specification)

šŸ“¤ Practice output (Output)

  • • Change Analysis and Action Report Table

šŸ› ļøPractical guide to follow along

  1. Create file for practice: Click the download buttons below to download 4 files. automation/ Save it within the folder.
  2. Request scope of influence mapping: In the Codex Client input window, Codex request promptBuild by sending .
  3. Check modification action items: Read the actions analyzed by AI and review scenarios where the addition of a front-end login button and the addition of a back-end sign-up API field are resolved.

Download practice materials

Codex request prompt

Task 02 PromptFirst, analyze which policy has been changed by comparing the 'requirements-before.md' and 'requirements-after.md' files in the project folder.

After that, analyze which part of the ā€˜screen-specification-v2.md’ and ā€˜api-specification.md’ documents, which remain at the v1.0 level, where the changed policy content should be reflected.

The results are output in a Markdown table format according to the format below:
1. ā€˜Change items’, ā€˜Before change’, ā€˜After change’, ā€˜Scope of influence (screen/API)’, ā€˜Actions (specific modification guide required)’
2. Additionally, based on the v2.0 requirements, classify the importance of parts that require modification in the order of ā€˜high/medium/low’ and mark them in the column.

Expected results report

Changed Items Before change After change Scope of influence (screen/API) importance What to do (specific fix guide)
social login Email login only Added Google social login function • Login screen (`SCR-01`)
• Login API
high • Place ā€˜Google Login’ button component on login screen UI
• Requires additional design of Google OAuth token reception parameter (`"oauth_token": "string"`) in API Payload
Membership registration verification Email link verification Check SMS authentication number by entering mobile phone number • Membership registration screen (`SCR-02`)
• Membership registration API
high • UI replacement of email sending component with mobile phone number input field and ā€˜send/confirm authentication number’ field
• Mobile phone number (`"phone": "string"`) and verification code (`"verification_code": "string"`) fields are required to be reflected in the subscription API payload.
Administrator rights Automatic granting of single user permissions Diversification of general user / system admin rights • My Page screen (`SCR-03`)
• Full security clearance API
middle • Added administrator-only dashboard screen design to be exposed when logging in with an administrator account
• Design of authority role (`"role": "string"`) information receiver in API authentication header or member information response

šŸ’” AI utilization and learning points

When the requirements document is revised, the sync status of the sub-development specification (API) and design specifications (screen spec) is dynamically tracked (impact mapping) to prevent accidents involving source code and planning omissions.