TODO for MARC version (2.0.X)
| TASK | WHO | STATUS | Comments | ||||
 DB-definition  | PAUL | DONE | |||||
 cataloguing API  | PAUL | DONE : 1.3.1 | |||||
MERGE rel-1-2 branch with main one  | STEVE and PAUL | DONE | cataloguing API has been divided in 2 parts : Acquisition.pm, which contains everything for acquiring books. Biblio.pm, which contains everything to manage books in the DB. | ||||
editing every script to change “use acquisition;” into “use acquisition; use biblio;” | PAUL | DONE | |||||
 modify acqui.simple to use MARC sub and old-DB ones  | PAUL | DONE : 1.3.2 | |||||
 add /admin/MARCstructure for editing MARC structure  | ?? | DONE : 1.3.2 | |||||
 create parameter table for differents MARC format and differents languages  | ?? (NEED MORE) | DONE : 1.3.2 | UNIMARC in french and MARC21 in english; MARC-BN National Polish Library Standard, http://mak.bn.org.pl/wykaz5.htm | ||||
| create unit testing in /t | ?? | TODO NOW | |||||
 add interface for MARC management  | Paul | DONE : 1.3.2 | MARC ManagementIdeas | ||||
| add MARCsearch API for koha | Paul | DONE 1.9.3 | some ideas : SearchAPI | ||||
| add MARCsearch interface for koha | Paul | DONE 1.9.3 | idea : the search interface should present something like QBE in phpMyAdmin | ||||
| add MARCsearch interface for opac | ?? | same as koha interface, but only on a bunch of fields, not in all MARC fields. Maybe, should be interesting to add a field in marc_structure_table, saying if yes or no the field is opac-searchable |