Practice Task Checklist
Record progress on essential tasks Check out the detailed practice guidelines.
π Move to detailed task boardThis page is a detailed page for Day 3 study. Learn the key contents of day 3 through the video above, You can ask the Codex AI chatbot on the right about data normalization, standard terminology dictionary, ERD design, schema change impact analysis, and edge case discovery.
Day 3 includes aligning data structures between planning and development (Task 01), building a terminology standardization dictionary (Task 02), tracking the impact of schema changes (Task 03), recording design decisions (Mission 01), and Perform Edge Case Excavation (Mission 02).
Record progress on essential tasks Check out the detailed practice guidelines.
π Move to detailed task boardConvert meeting minutes into a data structure and organize key entities and relationships (Mermaid ERD).
Task 1 Entry to the labWe analyze all mixed terms throughout the project and build a dictionary mapping standard English names and DB column names.
Task 2 Entry to the labWhen design specifications such as DB schema change, we reverse-analyze the API specifications and UI impact that need to be synchronized.
Task 3 Entry to the labCreate a decision log containing the main design agreement results (why), such as DB normalization, and arguments for rejecting the reviewed alternatives.
Mission 1 Lab EntryBased on the designed schema, potential concurrency and referential integrity collapse risks are analyzed to derive improvement measures.
Mission 2 Lab Entry