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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ITC 371 Project Management

    v11 v12  
    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.
     16Example:  [[http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer]]
    1617
    17 There are also modules that can be integrated to update RSS feeds, because RSS feeds have a fixed structure which include title, link, description, items, etc.   
     18There 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.   
     19Example:  [[http://www.web2py.com/book/default/chapter/10#RSS]]
    1820
    19 Example:  [[http://www.web2py.com/book/default/chapter/10#RSS]]
     21Email 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.
     22Example:  [[http://www.web2py.com/book/default/chapter/08]]
     23
     24
    2025
    2126=== System Constraints ===