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