BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Development  General develop...  Feature Request: Customizable Forms
Previous Previous
 
Next Next
New Post 10/23/2006 10:59 AM
User is offline drofnas
5 posts
No Ranking


Feature Request: Customizable Forms 
One of the previous issue systems that I've used allowed you to add, remove, and modify fields on the issue submission page. This would be a very nice feature to have. I don't really need an online editor or anything like that, but maybe if you read an XML document that described all of the fields that should be displayed on the page. There would be special tag names for the stuff built into BugNet, if you wanted to use those tags that is.

For Example the XML could look something like (I wasn't sure how XML tags would render, so I just replaced the "<" and ">" with "[" and "]"):

[SubmitIssue]
[item type="bugnet.version" required="true" /]
[item type="bugnet.component" required="true" /]
[item type="dropdown" required="true"]
[title]Browser[/title]
[options]
[value]Internet Explorer v6.0[/value]
[value]FireFox v1.5+[/value]
[/options]
[/item]
[item type="textbox" required="true"]
[title]Repro Steps[/title]
[/item]
[item type="textbox"]
[title]Other Thoughts[/title]
[/item]
[/SubmitIssue]


I definatly know this isn't a small feature request, but it's just something to keep in mind for a later version. I'm not sure how you would handle the storing of the data in the database though. Maybe someone else could reply to this post and give their ideas on how the database connectivity would work with this XML template, OR maybe even think of an even better solution that would get to the same end results.
 
New Post 10/23/2006 11:06 AM
User is offline drofnas
5 posts
No Ranking


Re: Feature Request: Customizable Forms 
It also seems that when you choose "Text" as your post type it gets rid of extra whitespace, so let's try to post the XML section again:


[SubmitIssue]
     [item type="bugnet.version" required="true" /]
     [item type="bugnet.component" required="true" /]
     [item type="dropdown" required="true"]
          [title]Browser[/title]
          [options]
               [value]Internet Explorer v6.0[/value]
               [value]FireFox v1.5+[/value]
          [/options]
     [/item]
     [item type="textbox" required="true"]
          [title]Repro Steps[/title]
     [/item]
     [item type="textbox"]
          [title]Other Thoughts[/title]
     [/item]
[/SubmitIssue]
 
New Post 10/24/2006 9:49 AM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Feature Request: Customizable Forms 
This idea sounds very interesting and we will have to explore it further in the future.  Thanks for the feature idea.

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  Feature Request: Customizable Forms

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.