https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544
Josef Moravec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #78 from Josef Moravec <[email protected]> --- (In reply to Martin Renvoize from comment #65) > I've looked at this a fair bit the past couple of days, and it certainly > does move us from C4 to Koha.. and does an amount of tidying.. > > However, I'm torn as I feel we could afford to go a fair bit further. The > field names are out right confusing and the logic is somewhat weird. > > Are you intending on treating this as a first step Josef or was this as far > as you intended going? > > I think we've missed 20.05 now I'm afraid, but as we're moving lots of > preferences over to this area perhaps it's time to focus on it more and > further clean and improve both the db structure and logic early next > release.? I rebased and fixed patchset on top of current master There was a change in db structure that removed timestamp column and added updated_on and published_on columns, which is definitely great move... The main problem now is the weird logic on 'lang' column... it is also used for location and language combinations... I would like to change this and add the new 'location' column - this could simplify the logic of searching for new and add more flexibility (we could differentiate between languages in news for slips based on patrons preferred language in the future... for example) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
