Changes between Version 15 and Version 16 of Contribute/Code
- Timestamp:
- 11/09/11 09:02:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/Code
v15 v16 116 116 * Create a validator (& possibly widget) to allow entry of this format & have it converted to decimal dagrees for storage 117 117 118 === Scale Uploaded Images === 119 When images are uploaded we can limit the size, however larger pictures should be scaled instead. 120 121 This 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 123 Bonus points: UI to crop image (this would be a Widget: {{{modules/s3/s3widgets.py}}}) 124 125 Example: Personal Profile Picture 118 126 === Suggestion Box === 119 127 Here are some potential features for a "suggestion box", roughly in order of priority: