Skip to content

[수료증 발급 시스템] 플로우차트 & mermaid code #109

@soohyunme

Description

@soohyunme
Image
flowchart TD
    A[사용자 신청 페이지 접속] --> B[이름, 이메일, 기수, 스터디명 입력]
    B --> C[신청 내용 Notion 신청 DB에 저장]
    C --> D["수료증 발급 파이프라인 시작 - 백엔드 배치 코드"]
    D --> E[Notion 신청 DB에서 발급여부 공백인 항목 조회]

    E --> F[러너 DB에서 이름으로 수료 여부 조회]
    F -->|수료자 O| G[수료증 생성 및 이메일 발송]
    G --> H[Notion 신청 DB에 수료증 고유값 & 발급여부 업데이트]
    H --> I[사용자에게 성공 메시지 표시]

    F -->|수료자 X| J[Discord Webhook 알림 전송]
    J --> K[사용자에게 실패 메시지 표시: 수료자 명단에 없음]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions