[WIP] Create actor UI for each instance - #52
Closed
sij411 wants to merge 51 commits into
Closed
Conversation
Co-authored-by: Hong Minhee <[email protected]>
Prompt: """ `createInstance` 에 대한 테스트 코드를 @packages/graphql/src/instance.test.ts 에 작성해주세요. 최소한 다음과 같은 테스트가 있어야 합니다. - 성공적으로 인스턴스를 생성하는 테스트. - 상한까지 생성해서 실패하는 테스트. - 중복된 슬러그로 인해 실패하는 테스트. """ Assisted-by: Claude Code:claude-opus-4-8
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
지금 제너레이트 그래프 schema가 현재 위치에 만들도록 build:web에 의존해야 하는데, 그래프 스키마는 build:server의존하거든 우선 build:web부터 구성하려면 어떻게 해야할가? Assisted-by: Codex:gpt-5.6-Sol
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Co-authored-by: Jiwon Kwon <[email protected]>
Used Skil: https://github.com/anthropics/claude-code/blob/main/plugins/frontend-design/skills/frontend-design/SKILL.md User Prompt: ``` $frontend-design 우리 사이트는 https://drfed.org/ 와 디자인 언어를 공유해. 이미 drfed.css를 가져다 놓았어. sign-in.tsx를, 이메일을 입력받는 로그인 폼으로서 작동하도록 디자인 해줘. UI 언어는 영어가 되어야 해. $frontend-design 너무 랜딩 페이지 같잖아. 기능에 중심을 두어줘. 그리고 헤더나 전체 레이아웃 같은 공통 요소도 지금 다 확립해줘. 적절한 여백이 없어서 보기가 불편해 수정해줘. Send sign-in link가 완료되면, Resend로 메세지를 바꾸던가 해야할 것 같아. ``` Assisted-by: Codex:gpt-5.6-Sol
Valiedate and read session cookie
Co-authored-by: Jiwon Kwon <[email protected]>
Replace the native preview tool with the stable TypeScript 7 package and run type checks through tsc. Upgrade tsdown for TypeScript 7 support and give declaration builds repository-root configs so workspace source paths do not leak generated declarations into package sources. User Prompt: Now that TypeScript 7 has been officially released, replace the separately installed tsgo preview with the official TypeScript 7 package throughout the monorepo. Assisted-by: Codex:gpt-5.6-sol
``` 현재 app.css에 전부다 묶여 있는 스타일 시트를 나눠서, 각 페이지 컴포넌트 별로 .css를 가지게 해줘. sign-in.css만 만들자 진행해줘. ```
Used Skil: https://github.com/anthropics/claude-code/blob/main/plugins/frontend-design/skills/frontend-design/SKILL.md User Prompt: ``` $frontend-design workspace/create/instance 페이지가, sign-in 페이지와 유사한 구조를 가지도록, required 여부랑 readonly 여부가 잘 드러나도록 디자인을 해줘. 페이지와 선택자가 다른데 sign-in.css를 재활용하는 건 잘못된 결정 같아. 오히려 공통 요소를 app.css로 빼야지. 그리고 Name만 사용자가 입력하고, Slug는 자동 생성되어 수정할 수 없는 값 맞아. 음 sign-in 페이지에서만 쓰이는 건 각 페이지별로 나눠서 유지해야 하지 않을까? ```
sij411
force-pushed
the
actor-creation-ui
branch
from
August 20, 2026 08:06
9d505d4 to
6eb77fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #41
/workspace/[instanceSlug]/create/actor/.p.s.
Just open this to show my work progress. Currently only basic form UI is added, graphql query works would be added afterwards. Related to #47. I also didn't use stack pr yet, I will add if needed.