Changes between Version 11 and Version 12 of ITC 371 Project Management
- Timestamp:
- 12/04/13 19:35:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ITC 371 Project Management
v11 v12 14 14 == Requirements == 15 15 This 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 Example: [[http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer]] 16 17 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. 18 There 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. 19 Example: [[http://www.web2py.com/book/default/chapter/10#RSS]] 18 20 19 Example: [[http://www.web2py.com/book/default/chapter/10#RSS]] 21 Email 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. 22 Example: [[http://www.web2py.com/book/default/chapter/08]] 23 24 20 25 21 26 === System Constraints ===