First time here? Check out the FAQ!

Revision history  [back]

I'm a bit concerned about this topic (in order to send the changes to Askbot upstream), due to askbot is a Q&A forum of general purpose and not only for our Fedora purposes.

I'm trying to do a code for integrate the feature of hardware and software specifications on the admin settings,and my plan is this.

Make a series of dropdowns (if applies) on "Ask your question" just to above of "Please enter your question" input text, with the bugzilla style; with the fields,

  • Fedora version
  • Desktop manager
  • Name and version of the software
  • RAM
  • Laptop/Desktop model processor
  • Graphics card.

If we want to parametrize this, we have to handle this fields on the admin settings. and I'm not sure where is better put them

if the admin settings there are 5 supergroups

  • Reputation, Badges, Votes & Flags
  • Static Content, URLS & UI'
  • Data rules & Formatting
  • External Services
  • Login, Users & Communication

How can you see is not there any groups where can to apply this new feature and one choice would to add one more.

  • Hardware and Software Specifications (and this only applies to Fedora and others Q&A forums with relation to tech)

Can you @Evgeny give me one idea about handle this, without affect the natural line of the askbot development or merely, I shouldn't worry about it? because as I said, this change is just relative to forums tech

Thanks for advance for any idea. ;)