refactor:전자계약 관련 용어를 SAM E-Sign으로 통일
- 전자계약 (E-Sign), 전자계약 대시보드, 전자계약 상세 등 → SAM E-Sign - 9개 파일, 19곳 수정 (코드 식별자/URL은 유지) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', '새 전자계약 생성')
|
||||
@section('title', 'SAM E-Sign - 새 계약 생성')
|
||||
|
||||
@section('content')
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@@ -79,7 +79,7 @@ className="w-full border rounded-lg px-3 py-2 text-sm focus:ring-2 focus:ring-bl
|
||||
<div className="p-6 max-w-3xl mx-auto">
|
||||
<div className="flex items-center gap-3 mb-6">
|
||||
<a href="/esign" className="text-gray-400 hover:text-gray-600" hx-boost="false">←</a>
|
||||
<h1 className="text-2xl font-bold text-gray-900">새 전자계약 생성</h1>
|
||||
<h1 className="text-2xl font-bold text-gray-900">새 계약 생성</h1>
|
||||
</div>
|
||||
|
||||
{errors.general && <div className="bg-red-50 border border-red-200 text-red-700 px-4 py-3 rounded-lg mb-4">{errors.general}</div>}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', '전자계약 대시보드')
|
||||
@section('title', 'SAM E-Sign')
|
||||
|
||||
@section('content')
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@@ -82,7 +82,7 @@
|
||||
return (
|
||||
<div className="p-6 max-w-7xl mx-auto">
|
||||
<div className="flex items-center justify-between mb-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900">전자계약 (E-Sign)</h1>
|
||||
<h1 className="text-2xl font-bold text-gray-900">SAM E-Sign</h1>
|
||||
<a href="/esign/create"
|
||||
className="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 text-sm font-medium"
|
||||
hx-boost="false">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', '전자계약 상세')
|
||||
@section('title', 'SAM E-Sign - 계약 상세')
|
||||
|
||||
@section('content')
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<SectionTitle>프로젝트 개요</SectionTitle>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6">
|
||||
<InfoCard title="프로젝트" color="blue">
|
||||
<p>SAM E-Sign (전자계약 서명 솔루션)</p>
|
||||
<p>SAM E-Sign</p>
|
||||
<p className="text-xs text-gray-500 mt-1">v1.0 / 2026-02-12</p>
|
||||
</InfoCard>
|
||||
<InfoCard title="규모" color="green">
|
||||
@@ -276,7 +276,7 @@
|
||||
|
||||
<div className="space-y-4">
|
||||
<StepCard step="1" title="새 계약 생성" color="blue">
|
||||
<p><strong>메뉴 이동:</strong> 사이드바 → 전자계약 → 새 계약 생성</p>
|
||||
<p><strong>메뉴 이동:</strong> 사이드바 → SAM E-Sign → 새 계약 생성</p>
|
||||
<div className="bg-gray-50 rounded-lg p-3 mt-2 space-y-2">
|
||||
<p className="font-medium text-gray-800">입력 항목:</p>
|
||||
<ul className="space-y-1 ml-2">
|
||||
@@ -394,9 +394,9 @@
|
||||
<p>아래와 같은 이메일이 도착합니다.</p>
|
||||
<div className="bg-white border border-gray-300 rounded-lg p-4 mt-2 text-gray-700">
|
||||
<p className="text-xs text-gray-400 mb-1">제목</p>
|
||||
<p className="font-medium text-sm mb-3">[SAM] 전자계약 서명 요청 - 소프트웨어 개발 용역 계약서</p>
|
||||
<p className="font-medium text-sm mb-3">[SAM E-Sign] 서명 요청 - 소프트웨어 개발 용역 계약서</p>
|
||||
<p className="text-sm">안녕하세요, 박을동님.</p>
|
||||
<p className="text-sm mb-2">김갑순님이 전자계약 서명을 요청했습니다.</p>
|
||||
<p className="text-sm mb-2">김갑순님이 계약 서명을 요청했습니다.</p>
|
||||
<p className="text-xs text-gray-500">계약 제목: 소프트웨어 개발 용역 계약서</p>
|
||||
<p className="text-xs text-gray-500 mb-3">서명 기한: 2026-02-19</p>
|
||||
<div className="bg-blue-600 text-white text-sm text-center py-2 px-4 rounded-lg inline-block">계약서 확인 및 서명하기</div>
|
||||
@@ -1021,7 +1021,7 @@ className="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 text-white round
|
||||
<SectionTitle>변경 이력</SectionTitle>
|
||||
|
||||
<SubTitle>v1.0.0 (2026-02-12) - 최초 릴리즈</SubTitle>
|
||||
<InfoCard title="전자계약 서명 솔루션 전체 구현" color="green">
|
||||
<InfoCard title="SAM E-Sign 전체 구현" color="green">
|
||||
<Table
|
||||
headers={['저장소', '커밋', '파일', '라인']}
|
||||
rows={[
|
||||
@@ -1102,8 +1102,8 @@ className="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 text-white round
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between mb-6">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900">전자계약 문서</h1>
|
||||
<p className="text-sm text-gray-500 mt-1">E-Sign 전자계약 서명 솔루션 기술 문서</p>
|
||||
<h1 className="text-2xl font-bold text-gray-900">SAM E-Sign 문서</h1>
|
||||
<p className="text-sm text-gray-500 mt-1">SAM E-Sign 기술 문서</p>
|
||||
</div>
|
||||
<a href="/esign"
|
||||
className="inline-flex items-center gap-2 px-4 py-2 bg-gray-100 text-gray-700 rounded-lg hover:bg-gray-200 text-sm font-medium"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', '서명 위치 설정')
|
||||
@section('title', 'SAM E-Sign - 서명 위치 설정')
|
||||
|
||||
@section('content')
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', '서명 요청 발송')
|
||||
@section('title', 'SAM E-Sign - 서명 요청 발송')
|
||||
|
||||
@section('content')
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>전자계약 본인인증 - SAM E-Sign</title>
|
||||
<title>본인인증 - SAM E-Sign</title>
|
||||
@vite(['resources/css/app.css'])
|
||||
</head>
|
||||
<body class="bg-gray-50 min-h-screen">
|
||||
@@ -102,7 +102,7 @@
|
||||
{/* 헤더 */}
|
||||
<div className="text-center mb-8">
|
||||
<h1 className="text-2xl font-bold text-gray-900">SAM E-Sign</h1>
|
||||
<p className="text-gray-500 mt-1">전자계약 서명</p>
|
||||
<p className="text-gray-500 mt-1">전자서명</p>
|
||||
</div>
|
||||
|
||||
<div className="bg-white rounded-xl shadow-sm border p-6">
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
|
||||
<p className="text-xs text-gray-400 mt-6">
|
||||
SAM E-Sign 전자계약 서명 시스템
|
||||
SAM E-Sign
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1392,7 +1392,7 @@
|
||||
|
||||
});
|
||||
|
||||
// 전자계약 (E-Sign) - 인증 필요
|
||||
// SAM E-Sign - 인증 필요
|
||||
Route::middleware('auth')->prefix('esign')->name('esign.')->group(function () {
|
||||
// 화면 라우트
|
||||
Route::get('/', [EsignController::class, 'dashboard'])->name('dashboard');
|
||||
@@ -1417,7 +1417,7 @@
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Public E-Sign Routes (인증 불필요 - 서명자용)
|
||||
| SAM E-Sign Public Routes (인증 불필요 - 서명자용)
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
Route::prefix('esign/sign')->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user