Practice Task Checklist
Record progress on essential tasks Check out the detailed practice guidelines.
π Move to detailed task boardJust because a screen is created does not mean the service will work. When a user presses a button, the functions to save, view, and modify data must work together. In particular, in this session, we map events to static markup using Codex Client Workspace (Task 01), verify and supplement user movements that are disconnected such as filter loss using session storage (Task 02), and verify functions that block repeated button presses and date boundary errors (Task 03) to assemble a fully operational service.
Record progress on essential tasks Check out the detailed practice guidelines.
π Move to detailed task boardBlocks the membership registration form submission action and implements local storage loading and screen switching.
Task 1 Entry to the labSet up a temporary session backup guard that resolves filter reset disconnection when returning to the search list.
Task 2 Entry to the labBlocks input defects such as insertion of duplicate data by multiple clicks and abnormal time registration in the past.
Task 3 Entry to the labReceive comprehensive quality diagnostics that include handling of missing loading feedback (Spinner) and storage exceptions.
Mission 1 Lab EntryWe demonstrate an E2E scenario that can be completed by reflecting the movement feedback of the novice user persona.
Mission 2 Lab EntryOn Day 7, you will understand how the API called from the front end is processed on the server, and implement an actual CRUD API based on Express.js-based MVC and 4-layer structure.