mantisbt:developer_journal_requirements
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
mantisbt:developer_journal_requirements [2007/09/19 10:45] – DGtlRift | mantisbt:developer_journal_requirements [2008/10/29 04:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Developer Journal Requirements ====== | ||
+ | * **Author**: Jim Hanley (DGtlRift) | ||
+ | * **Status**: Draft | ||
+ | * **Associated Issue**: http:// | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | Although Mantis can keep notes regarding specific issues, it cannot securely track day to day logging of individual developers. | ||
+ | |||
+ | ===== Implementation Notes ===== | ||
+ | |||
+ | * This could easily be done by using the bugnote tables. | ||
+ | |||
+ | ==== Database Changes ==== | ||
+ | |||
+ | * None, with the exception that there would be an additional **note_type** define '' | ||
+ | * The **bug_id** would now have a meaning against two tables '' | ||
+ | |||
+ | ==== Configuration ==== | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ==== Implementation Log ==== | ||
+ | |||
+ | |||
+ | ===== Other Changes ===== | ||
+ | |||
+ | |||
+ | ===== Feedback ===== | ||
+ | * This is just a first pass at implementation and I would like any comments or suggestions |