Changes between Version 6 and Version 7 of BluePrint/OccupyProjects
- Timestamp:
- 02/08/13 21:01:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/OccupyProjects
v6 v7 45 45 Add threaded comments as a "notes" tab on project profiles only viewable to project owners and project admins. 46 46 47 === Add ServicesRequest Type ===47 === Add "Services" Request Type === 48 48 Services are defined as: 49 49 * Title … … 52 52 53 53 Services can be managed by users with the Project Admin user role - or better yet, entities can define the service they'd like to provide and then manage information about their services themselves. 54 55 === Give Projects Request Functionality === 56 Give project owners the ability to request supplies, people and services by linking projects to requests. This can be done by creating a link table holding both project_id & req_id. It will require changing how the system makes facilities mandatory for project requests. Requests would then be added as a tab on project pages. 54 57 == Design == 55 58