google-code-export / candydolldb

Automatically exported from code.google.com/p/candydolldb
0 stars 0 forks source link

Multiple image- or videodates are not supported #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is no support for multiple video- or image-dates in CandyDollDB-sets. 
This is required for the correct import of e.g. the EricaR05-set.

Original issue reported on code.google.com by fwp...@gmail.com on 14 Jul 2011 at 10:46

GoogleCodeExporter commented 9 years ago
The application's XML-file and XML-schema have been extended to support 
multiple dates per set.

So far, a temporary work-around has been added to the XML-processing. It now 
imports only the first date (if any) and ignores the rest.

For the others to be handled, a new table has to be created and all handling 
code adjusted. In other words: a lot of work and a lot of fun.

Original comment by fwp...@gmail.com on 14 Jul 2011 at 5:47

GoogleCodeExporter commented 9 years ago
All but one modifications have been made to support multiple dates. The 
database has been expanded by one table, one view and a few alterations of 
existing tables/views.

A Date class has been added, and subsequently integrated into the application.

Only item left on the list of changes in this matter is a dynamic HTML-form for 
entering multiple dates. The basic idea has been thought up, but it will take 
some time to realize it.

Stick with me on this one.

Original comment by fwp...@gmail.com on 16 Jul 2011 at 7:40

GoogleCodeExporter commented 9 years ago
In source-revision 92 all multi-date forms and tweaks have been added. Now, it 
is possible to add, edit and/or remove multiple dates per set.

Original comment by fwp...@gmail.com on 17 Jul 2011 at 6:19