Skip to content

[FEAT] Implement Fake Data for Web UI Prototype #9

@dmp100

Description

@dmp100

Task Description

실제 API 연동 전, Fake Data를 사용해 Web UI 프로토타입을 제작한다. 임시 Repository와 Mock 데이터를 활용해 데이터 흐름과 화면 렌더링을 검증한다.

Use fake data to build a web UI prototype. Before connecting real APIs, verify data flow and UI rendering on the Web (composeApp or webApp) using a temporary repository and mock data.

Todo List

  • Add Ktor MockEngine for fake HTTP calls

  • Create FakeRepository implementing Repository interface

  • Define sample models (e.g., Post, User, Category) in domain

  • Implement functions returning fake data

  • Inject FakeRepository into ViewModel via DI

  • Create UiState sealed class for Compose binding

  • Build and run Web (React) to verify fake data rendering

  • Adjust UI layout, list design, and detail preview

Development Scope

Web Platform

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions