Changes between Version 38 and Version 39 of Contribute/Code
- Timestamp:
- 11/13/12 08:23:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/Code
v38 v39 73 73 Example: Personal Profile Picture 74 74 === Suggestion Box === 75 Here are some potential features for a "suggestion box", roughly in order of priority: 75 ''Added to GCI spreadsheet''[[BR]] 76 {Original suggestion from: http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e1437)[[BR]] 77 Here are some potential features for a "suggestion box", roughly in order of priority:[[BR]] 78 ''For GCI, the first four bullets are the task.'' 76 79 * Text data entry form -- just use standard Eden database fields like "timestamp", "authorstamp", and "comments", maybe with a subject field. 77 * Allow defining topics or keywords. Let user choose a topic for their suggestion. Add all module names as an initial list of topics. 80 * Allow defining topics or keywords. Let user choose a topic for their suggestion. Add all module names as an initial list of topics. (Perhaps add a suggestion_topic table for this, and allow a suggestion to have multiple topics.) 78 81 * Simple search in the body of posts -- match words. 82 * Allow commenting on (replying to) suggestions -- show comment thread with original post. (Note threading now works with a normal comment field, so should not need to do much for this but see how it's handled for other comments.) 79 83 * Regexp search. 80 * Allow commenting on (replying to) suggestions -- show comment thread with original post.81 84 * Some form of importance rating (e.g. voting up or down). 82 * Original suggestion from: http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e143783 85 84 86 === Map elements between EDXL-SITREP and EDXL-RM ===