oerich / ReqtDisc

Analyse and optimise the way requirements are discussed in software developing teams.
2 stars 3 forks source link

IO Refactoring #8

Closed oerich closed 12 years ago

oerich commented 12 years ago
oerich commented 12 years ago

I would like to have a wizard that allows users to create their own queries. This would allow to convert arbitrary database schemas very easily. Using different DAOManagers for loading and storing would then allow to store the data locally in the default schema.

oerich commented 12 years ago

Another nice idea: Use a hybrid DAOManager that loads Discussions and DiscussionEvents from jazz, but the Classification from a local source (csv, psql, or mysql). Of course, this requires a good solution for #12