QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#108 - Library Browser keywords, tags, improvments
Attached to Project:
QCAD
Opened by Martin (martin) - Friday, 27 May 2011, 16:13 GMT+2
Last edited by Andrew (andrew) - Tuesday, 12 June 2012, 22:52 GMT+2
Opened by Martin (martin) - Friday, 27 May 2011, 16:13 GMT+2
Last edited by Andrew (andrew) - Tuesday, 12 June 2012, 22:52 GMT+2
|
DetailsSample RDF File<?xml version='1.0'?> <!-- copyright 2010 by RibbonSoft GmbH --> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rs="http://www.ribbonsoft.com/rdf/library"> <rdf:Description rs:license="Public Domain"> <rs:title> <rdf:li rs:locale="en" rs:resource="Bike" /> <rdf:li rs:locale="de" rs:resource="Fahrrad" /> </rs:title> <rs:authors> <rdf:Bag> <rdf:li rs:resource="http://www.clker.com" /> </rdf:Bag> </rs:authors> <rs:keywords> <rdf:Bag> <rdf:li rs:resource="Giant" /> <rdf:li rs:resource="MTB 327" /> <rdf:li rs:resource="en_US" /> </rdf:Bag> <rdf:Bag rs:locale="en"> <rdf:li rs:resource="bike" /> <rdf:li rs:resource="vehicle" /> <rdf:li rs:resource="outline" /> <rdf:li rs:resource="architecture" /> </rdf:Bag> <rdf:Bag rs:locale="de"> <rdf:li rs:resource="fahrrad" /> <rdf:li rs:resource="zweirad" /> </rdf:Bag> <rdf:Bag rs:locale="de_CH"> <rdf:li rs:resource="velo" /> </rdf:Bag> </rs:keywords> </rdf:Description> </rdf:RDF> OpenPostponed
Done
Automatic TranslationTags
Favorites
Table "keyword"COLUMN_NAME TYPE_NAME id INTEGER text VARCHAR locale_id INTEGER Table "locale"COLUMN_NAME TYPE_NAME id INTEGER text VARCHAR
Filename based Keywords
|
This task depends upon
Closed by Andrew (andrew)
Tuesday, 12 June 2012, 22:52 GMT+2
Reason for closing: Implemented
Additional comments about closing: mostly obsolete due to refactoring
Tuesday, 12 June 2012, 22:52 GMT+2
Reason for closing: Implemented
Additional comments about closing: mostly obsolete due to refactoring
The problem with "favorites": For most Windows users QCAD is installed in the program folder, which is read-only except during the installation. So if favorites are implemented with a tag, they are only available for the user's part libraries (which would be a bit weird).
Possible solutions:
How about saving the user's favorites in the ini file (list of paths)?
I cannot see the possibility to work with combined common tags on www.chefkoch.de. To me that looks like words as pure text (same applies to delicious, flickr etc.). The relations between the words are based on the amount of usage, e.g. "Pizzateig" is very often used with "Backen" (in the tagged recipes). So chefkoch.de shows the tag "Backen" very large after one has chosen "Pizzateig". As far as I understand that's different from what we want (as described above), or am I wrong?
Wouldn't it be easier to have pre-defined tags instead of standardized tags with a special meaning? What is the advantage if we save "view:top" as keyword instead of simply "Top View"? These "standard tags" could be hold in a ComboBox as simple text. Do I miss something? Maybe we can discus this tomorrow.
On chefkoch.de, one can choose different 'paths' to the same result, for example:
or:
What looks like a path (/Vegetarisch/Hauptspeise/Kinder or /Hauptspeise/Kinder/Vegetarisch) is really just a combination of tags to search for.
In our case, that would mean that the user can for example click "Vehicles" - "Detailed" - "Top View" or "Top View" - "Detailed" - "Vehicles" and get the same result.
It looks like path based navigation but it's actually a way to click search terms or tags together rather than typing them into the search field.
We need to discuss this further before starting anything.