Aladdin - Scala Bugtracking
[#770] project: bugtracking priority: medium category: missing feature
submitter assigned to status date submitted
Nikolay Burak fixed 2006-10-06 15:20:16.0
subject Better integration of the contributions system
code
When an entry in the main BTS is created from contribution
what happened
what expected
  1. The Create an entry in bug database. checkox should disappear; it doesn't make sense to create an entry twice
  2. Place a link at the bug contrib page to the entry in the main BTS
  3. The state of the entry in the main BTS (open/fixed/not repro/whatever) should automatically be mirrored on the contribution page.
  4. INDEPENDENT OF ALL THAT - the title of the page of individual bugs should contain information about the bug (starting with its number) and not just the generic "scala bugtracking web application." That will be very useful with several bugs open in different tabs of the browser.
  5. INDEPENDENT OF ALL THAT - "preview" of a bug report
[back to overview]
Changes of this bug report
  edited on  2006-10-06 15:23:55.0
Nikolay  edited on  2006-10-06 15:24:27.0
Burak  edited on  2006-10-09 13:39:11.0
I applied the following fixes:
  1. the "create entry" button disappears. In addition, when viewing a contrib that has been promoted, this is now marked with an informative message
I am working on the other ones. Preview is difficult...
Burak  edited on  2006-10-09 17:28:58.0
Also added 2. (link) and the title stuff.
Burak  edited on  2006-10-09 17:49:14.0
oh, this is funny. Some features where already implemented, and I forgot about it!
  • the status field is only filled in for promoted contributions
  • if you click on it, it takes you to the bug
Burak  edited on  2006-10-23 14:35:36.0
I fixed most concerns I belief, except for preview which i don't know yet how it could be achieved in a simple manner.