Changes between Version 29 and Version 30 of group_email


Ignore:
Timestamp:
2011-07-18T22:13:09Z (13 years ago)
Author:
Taehyun You
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • group_email

    v29 v30  
    2121== Implementation ==
    2222=== Recipients ===
    23 Selecting recipients is similar as adding instructors to a course.
    24 User can add a recipient from select box, or delete by click 'x'.
     23* Recipients are depending on which link user clicked (from course, group, or user page)
     24* Can add additional recipients by doing similar way of adding instructors to a course.
    2525
    26 Recipients data is stored in session. (performance or security problem???)
     26=== Templates ===
     27* User can add/edit/delete/view own template
     28* Can add merge fields on a template.
    2729
    28 === Getting email address ===
    29 "send email" button on:
    30 1. each type of page
    31  ;email addresses for 'to' field would be students who belongs to the type of page, for example
    32  i. all student if sent from course homepage
    33  ii. all group member if sent from group view page
    34  iii. student if sent from user view page
    35 2. users tab page
    36  * email address of users are currently listed on the page.
    37   * currently having problem with ajaxlist to update Group filter by changing Course filter
     30=== schedules ===
     31* Single/multiple schedule on email is possible.
     32* Default schedule is current datetime.
     33* All emails goes to database then send() function will send emails that meet requierments
     34* User can track emails
    3835
    3936