General
-
4 votes
-
spend some time on the documentation.
Getting this set up to try it out has been an exercise in frustration, even with Google's translations. Permissions and access control need to be documented. I've yet to figure out how to add to a vocabulary.
3 votesstarted ·
Admindiego
(Admin, tematres) responded
Yes… we need spend some time on the general documentation and on english documentation in particular
-
Term details preview in list terms
In list terms displayed in search show term details with pop up or fly layer
1 vote -
related resources to term
Add simple schema (title,type relation, url) to create relations between terms and others web resources.
1 vote -
knowledge map
Could you add an option--similar to the DC/MADS/SKOS, etc. links at the bottom of the screen--that would display the knowledge map for a term?
This would be very cool :-)
1 voteunder review ·
Admindiego
(Admin, tematres) responded
Something like this:http://vocabularyserver.com/visualvocabulary/index.php?tema_id=1028
-
Overwrite instead of Add
I am not sure how you would do this, having a brief look at the code--I wish I could speak some Spanish, sorry!--but when I use the import function for Tagged Text (and this works very nicely, thank you)--I would like to be able to submit Notes that overwrite exsiting notes. In the current version, any notes are added; thus, whenever I want to update a concept, I get duplicate notes.
1 voteplanned ·
Admindiego
(Admin, tematres) responded
The problem with notes is that they haven’t a unique identifier… may be we can add option to import file with or without notes… what do you think?
-
Use gettext to translate
Using gettext to translate the application.
Gettext is in use in Wordpress by example. It will be very powerfull to add translation and maintain them up to date.1 vote -
hash the password in database storage
Password are actually stored without hash : if anyone get access to the database it could be dangerous for users. Add random letters or numbers and hash the result (md5 or sha) will secure this point. The password must never be sended with no hash in my mind.
1 voteplanned ·
Admindiego
(Admin, tematres) responded
to do that… we need add recovery password mechanism…