wiki:SOPHIE2_BOOK_FORMAT_R1

Version 5 (modified by mira, 15 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=SOPHIE2_BOOK_FORMAT_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

(Give as much as possible of the needed information for designing and implementing the task in the following sections.)

Overview

Sophie must provide extensions for the files that are created. Documentation for the persistence and file formats must be provided.

Task requirements

  • Choose appropriate extensions for the different file types of Sophie2. There are some suggestions in the implementation idea section.
  • Write down documentation for the persistence.
  • Write down documentation for the file format.
  • Link the created documentation in the implementation section.

Task result

The result of this task must be source code and wiki pages for the required documentations.

Implementation idea

The file format extension should be composed by two parts:

  • The first should be the type of the persisted resource ".book" or ".page"...
  • The second and more generic is going to be ".s2". It is going to indicate that this file is a persisted sophie resource.

BASE_PERSISTENCE_COMMONS_R0
BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0
SOPHIE2_BOOK_FORMAT_R0

How to demo

  • Save and load different file types with Sophie2 (books, annotations).
  • Export and import different resources from Sophie2 (frames, pages).
  • Show the wiki pages with the documentation.

Design

  • A wiki page should be created for the description of the sophie file format and model.
  • The design of the persistence in sophie 2 should be described in the design part of the GROUP_FILE_ACCESSES_PERSISTENCE_R0.
  • Related to the file extension:
    • The file extension for book should be made ".book.s2" and for anotation set ".anno.s2". Change the file filters that are used for naming and by the file dialogs for books and anotations.
    • Change the way FileExtensionFilter accepts files not to look for the last extention.
    • Change the FileLocator`s getTopRef() method so that it does not look for a certain file extension but openes the first file in the given path.

Implementation

Implementation is done according to the design. [7798]

The design of GROUP_FILE_ACCESSES_PERSISTENCE_R0 has been finished.

The wiki page for the sophie file format is SophieFormat

Testing

(Place the testing results here.)

Comments

(Write comments for this or later revisions here.)