Creating xml files for Kunagi entities
Import of requiremets/qualities from csv file.
It could be very useful to create such funcionality. Very often requirements are defined by customer and it would be very nice if Kunagi would support such import.
I can see that you plan to do such import/eksport (iss329)
Most probably I will write simple Java class that generates proper xml files ( I plan to import qualities and requirements), but I need to look into source code to see how identifiers are generated. Is there a way to browse kunagi source code from web browser? Could you please let me know where to look at?
By the way - the following link http://github.com/Kunaig/kunagi from http://kunagi.org/developerguide.html page ends with 404 (typo "Kunaig").
Statement from Kunagi Team
We create the id's with Java's UUID class:
java.util.UUID.randomUUID().toString()
You can browse all our code on GitHub: github.com/Kunagi/kunagi and github.com/Kunagi/ilarkesto
Status
Issue is closed.