Changes between Version 13 and Version 14 of ITC 371 Project Management


Ignore:
Timestamp:
12/04/13 19:40:52 (11 years ago)
Author:
FightingMongooses
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ITC 371 Project Management

    v13 v14  
    1717Example:  [[http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer]]
    1818
     19
    1920There are modules that can be integrated to update RSS feeds for resource notification.  This is due to the fixture structure of RSS feeds.  These include title, link, description, items, etc.   
    2021
    2122Example:  [[http://www.web2py.com/book/default/chapter/10#RSS]]
     23
    2224
    2325Email notification is also possible within Web2py.  It requires that settings, similar to those you would configure when setting up an email client, be configured within the code.  This allows the client application to connect to an SMTP server to send email notifications to users.
     
    2527Example:  [[http://www.web2py.com/book/default/chapter/08]]
    2628
     29
     30SMS notification to resource cell phones is possible through Web2py.  It does require the utilization of an SMSC proxy.  The data is encrypted for secure transmission across the Internet with the use of an X.509 certificate. 
     31
     32Example:  [[http://web2py.com/books/default/chapter/37/08/emails-e-sms-todo]]
     33
     34
     35Twitter notification is also possible for notification within Web2py.  There is a constraint with Twitter notifications.  Although the notifications can be sent across Twitter, the tweets will still be constrained to the 140 character limit.  This would require that the subject and incident number only be included within the notification, and the user would have to use an alternative method to acquire the full incident description.  As such, this aspect of the notification module could provide notification only.  It would require further intervention from the resource receiving the message.
     36
     37Example:  [[http://www.web2py.com/book/default/chapter/14#Twitter-API]]
    2738
    2839