function atForcs(): ProfileBuilder {
const stack = {
fe: {
html5: { js: ['vanilla JS(ES5)', 'jQuery'] },
flash: ['ActionScript'],
java: ['Applet'],
},
vcs: ['git', 'gitlab'],
}
return this
.withStack(stack)
.()
.()
.()
.()
.()
}
function improveLegacyCompatibility(): ProfileBuilder {
return this.addExperience({context: "IE8+ 레거시 런타임",
contribution: "브라우저 호환성 이슈 해결"
}) }
function improveViewerAccessibility(): ProfileBuilder {
return this.addExperience({context: "전자문서 뷰어 접근성",
contribution: "스크린리더 지원 개선",
impact: "센스리더로 문서 내용을 읽을 수 있게 개선"
}) }
function integrateDocumentSecurity(): ProfileBuilder {
return this.addExperience({context: "전자문서 출력 보안",
contribution: "MarkAny, SGA 인증 바코드 솔루션 연동"
}) }
function buildScanFeatures(): ProfileBuilder {
return this.addExperience({context: "인감/카드 스캔 기능",
contribution: "opencv-js, zxing 기반 스캔 구현"
}) }