[한맥ERP] LocalStorage 용량 제한 및 데이터 유실 방지를 위한 서버 연동 필요 #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
flow.html프로토타입은 현재 모든 데이터를 브라우저의localStorage에 저장하고 있습니다. 특히 이미지를 Data URL로 인코딩하여 저장할 경우, 브라우저가 할당한 용량 제한(약 5~10MB)에 매우 빠르게 도달하게 됩니다.또한 브라우저 캐시 삭제 시 작성한 모든 프로세스 모델이 소실될 위험이 있습니다.
요구사항:
localStorage대신 서버(DB) 연동을 통한 데이터 영속성 확보