Ticket #294 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

Create template: text and images

Reported by: tarmo Assigned to: vahur
Priority: critical Milestone: 0.3 Louhi
Component: generic Version:
Keywords: Cc:
Time spent: 12.0h Time remaining: 0h
Time planned: 6h

Description

(story #272) Create a new template (and add it to the list of usable templates). In edit mode:

  • text field for title
  • wysiwym field for body text
  • drop-down list consisting of the titles of all images in the user's collections
  • button: "Add images"
  • buttons "Save" and "Save and continue editing"
  • all selected images are shown as thumbnails under the buttons, with a small "remove" button under each one

When "Add images" is pressed the selected image is added to the end of the list of images (the form is submitted and opened again with the new information). When "remove is pressed, the corresponding image is deleted.

When "Save and continue editing" is pressed, the form contents are saved and the user is shown the same edit form again.

When "Save" is pressed, the form is saved and the user continues forward (as always, to the metadata edit form).

In view mode:

  • First image is shown first in semilarge size, centered.
  • All other images are shown aligned right, one after the other
  • Text flows around the images

Change History

04/13/06 09:15:33 changed by vahur

  • tt_spent changed.
  • tt_remaining changed.
  • tt_estimated changed.

This ticket explicitly orders to create title field on edit page but I see a little inconsistents here. In several tickets there is no title field when editing content, uploading file or whatever.

IMO the title field should be on a metadata page or on a page where user writes content. but not once here once there. I would put it on a metadata page.

04/13/06 11:09:54 changed by teemu

You are right Vahur. The text field for title must be always in a same place. It was decided that the title field is always in the "edit page". So, the title field should always be there where the user is writing or adding conten to the system.

04/16/06 15:33:04 changed by tarmo

The "edit page" is always dependent on the template being used for material (or just a simple title input field + wysiwym text body field for other stuff), but should always ask for a title - we won't have any objects without titles.

And there is no "metadata page" as such, since we usually don't prompt the user for dozens of fields of metadata - rather, after every edit, the user is sent to the metadata edit form, where some fields are dislayed (not all, but the most important ones).

04/28/06 14:04:36 changed by vahur

  • tt_estimated set to 6h.

04/28/06 14:04:40 changed by vahur

  • owner changed from anonymous to vahur.
  • status changed from new to assigned.

05/01/06 12:48:24 changed by vahur

  • status changed from assigned to closed.
  • tt_spent set to 12.0h.
  • resolution set to fixed.
  • tt_remaining set to 0h.

(In [197]) closes #294 spent 12h Created text with images template. for CSS gurus: material view with Firefox and IE is different. and it also appears that ploneCustom.css isn't attached anymore.