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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ITC 371 Project Management

    v12 v13  
    1414== Requirements ==
    1515This project is to be completed in Web2py.  Web2py provides all of the functionality of an SQL database through a Database Abstraction Layer, so constructing a relational database within the existing system would present no problem.  This provides the functionality for a "many to many" relationship between incidents and resources or resource pools.
     16
    1617Example:  [[http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer]]
    1718
    1819There 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.   
     20
    1921Example:  [[http://www.web2py.com/book/default/chapter/10#RSS]]
    2022
    2123Email 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.
     24
    2225Example:  [[http://www.web2py.com/book/default/chapter/08]]
    2326