Skip to content

Commit

Permalink
Added a couple feature requests from forums.
Browse files Browse the repository at this point in the history
Updated completion %.
  • Loading branch information
Pierre-Luc Paour committed Aug 17, 2002
1 parent 42e90c9 commit 0ab850d
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions features.html
Expand Up @@ -75,7 +75,7 @@ <h2>Feature list (Gallery Remote)</h2>
<tr valign="top">
<td>Main UI</td>
<td>P1</td>
<td>10%</td>
<td>50%</td>
<td>paour</td>
<td>The main UI needs to be rewritten using Layouts, in order to allow more
flexibility.</td>
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2>Feature list (Gallery Remote)</h2>
<tr valign="top">
<td>Inspector</td>
<td>P2</td>
<td>0%</td>
<td>10%</td>
<td>&nbsp;</td>
<td>In the UI, have an inspector pane for each Picture, that can display full
filename, file size, thumbnail, caption, order ID, resize/rotate buttons,
Expand Down Expand Up @@ -178,15 +178,33 @@ <h2>Feature list (Gallery Remote)</h2>
<td>Change captions on the server using GR.</td>
<td>Needs protocol upgrade</td>
</tr>
<tr valign="top">
<tr valign="top">
<td>Create album</td>
<td>P3</td>
<td>0%</td>
<td>&nbsp;</td>
<td>Provide UI to create albums on server.</td>
<td><p>Provide UI to create albums on server.</p>
<p>Option to create albums before existing albums, or after.</p></td>
<td><p>Would be more elegant in Explorer UI.</p>
<p>Needs protocol upgrade</p></td>
</tr>
<tr valign="top">
<td>Upload file names</td>
<td>P1</td>
<td>0%</td>
<td>&nbsp;</td>
<td>File names need to be uploaded along with files, so the server has the
option of preserving the file name.</td>
<td>Needs protocol upgrade?</td>
</tr>
<tr valign="top">
<td>Shutdown after upload</td>
<td>P4</td>
<td>0%</td>
<td>&nbsp;</td>
<td>Optionally shutdown the machine after upload is complete.</td>
<td>Architecture-dependant.</td>
</tr>
</table>
<h2>gallery_remote.php changes</h2>
<table width="100%" border="1">
Expand Down Expand Up @@ -262,7 +280,7 @@ <h2>gallery_remote.php changes</h2>
<td>We need to make sure the protocol can handle double-byte chars.</td>
<td>Bug <a href="http://sourceforge.net/tracker/?func=detail&aid=480880&group_id=7130&atid=107130">480880</a></td>
</tr>
<tr valign="top">
<tr valign="top">
<td>Create album</td>
<td>P3</td>
<td>0%</td>
Expand All @@ -279,6 +297,15 @@ <h2>gallery_remote.php changes</h2>
<td>Move to SOAP for the protocol.</td>
<td>Probably not useful until GR2.</td>
</tr>
<tr valign="top">
<td>Honor Filename retention</td>
<td>P1</td>
<td>0%</td>
<td>&nbsp;</td>
<td>The server needs to allow retaining filenames of uploaded files (if that
is the server setting).</td>
<td>Probably needs GR to upload the file name along with the file.</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
Expand Down

0 comments on commit 0ab850d

Please sign in to comment.