Changes between Version 51 and Version 52 of Contribute/Code


Ignore:
Timestamp:
12/01/12 19:08:24 (12 years ago)
Author:
aviraldg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/Code

    v51 v52  
    7272
    7373=== Suggestion Box [GCI] ===
    74 ''Added to GCI spreadsheet''[[BR]]
     74~~''Added to GCI spreadsheet''[[BR]]
    7575(Original suggestion from: http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e1437)
    7676
    7777Here are some potential features for a "suggestion box", roughly in order of priority:[[BR]]
    78 ''For GCI, the first four bullets are the task.''
    79  * Text data entry form -- just use standard Eden database fields like "timestamp", "authorstamp", and "comments", maybe with a subject field.
    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.)
    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.)
     78''For GCI, the first four bullets are the task.''~~
     79 * ~~Text data entry form -- just use standard Eden database fields like "timestamp", "authorstamp", and "comments", maybe with a subject field.~~
     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.)~~
     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.)~~ (completed by aviraldg)
    8383 * Regexp search.
    8484 * Some form of importance rating (e.g. voting up or down).