Changes between Version 15 and Version 16 of Contribute/Code


Ignore:
Timestamp:
11/09/11 09:02:48 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/Code

    v15 v16  
    116116* Create a validator (& possibly widget) to allow entry of this format & have it converted to decimal dagrees for storage
    117117
     118=== Scale Uploaded Images ===
     119When images are uploaded we can limit the size, however larger pictures should be scaled instead.
     120
     121This should be implemented as a Validator {{{modules/s3/s3validators.py}}}).  The size limitation should be configurable in the model for that specific field, with a sensible default.
     122
     123Bonus points: UI to crop image (this would be a Widget: {{{modules/s3/s3widgets.py}}})
     124
     125Example: Personal Profile Picture
    118126=== Suggestion Box ===
    119127 Here are some potential features for a "suggestion box", roughly in order of priority: