DocViewer

Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2013-02-15 16:33:08
Size: 2188
Editor: dpm
Comment:
Revision 10 as of 2015-07-10 19:24:50
Size: 71
Editor: 173-109-70-164
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from UbuntuPhone/CoreApps/DocViewer
<<Include(UbuntuPhone/CoreApps/Contents)>>

= Document Viewer =

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

This web page is where we are coordinating the work to build a '''Document Viewer''' application for the Ubuntu Phone that could also extend to other form factors too with the responsive design features built into the [[http://developer.ubuntu.com/get-started/gomobile/|Ubuntu SDK]]

||<tablestyle="font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''The Details'''||
|| Launchpad Project || [[https://launchpad.net/ubuntu-docviewer-app|ubuntu-docviewer-app]] ||
|| Launchpad Team || [[https://launchpad.net/~ubuntu-docviewer-dev|ubuntu-docviewer-dev]] ||
|| IRC Channel || [[http://webchat.freenode.net/?channels=%23ubuntu-phone|#ubuntu-phone]] on Freenode ||

== User Stories ==

'''Note''': please don't add user stories here. We are defining these as a limited set to keep the scope more limited to get out a first version.

 * Must Have: I wish to view doc type PDF, odt, docx, txt, rtf, others?
 * Should Have: I wish to view image type: bmp, jpg, png, others?
 * Should Have: I wish to view spreadsheet type csv, ods, xslx
 * Could/Should Have: I wish to view presentation types odp, pptx

== Functional Requirements ==

'''Note''': likewise, please don't add functional requirements here. We are defining these as a limited set to keep the scope more limited to get out a first version.


 * Capability to view PDF files
 * Parse and display text, rtf, OpenDocument and Open Office XML file types
 * Display various image types

== Design ==



=== How To Add Your Design ===

<<Include(UbuntuPhone/CoreApps/AddDesign)>>

=== Content view ===
Include gestures for zoom, prev/next page, prev/next slide, etc

 * Needed

=== Document meta-data view ===

 * Needed

=== Save a copy ===
If the document being viewed wasn't loaded from local storage

 * Needed

== Implementation ==

This is where the spec will be.
#REFRESH 0 https://developer.ubuntu.com/community/core-apps/docviewer

Touch/CoreApps/DocViewer (last edited 2015-07-10 19:24:50 by 173-109-70-164)