ualbertalib / discovery

Discovery is the University of Alberta Libraries' catalogue interface, built using Blacklight
http://search.library.ualberta.ca
12 stars 3 forks source link

[Discovery] Finish cleaning up CMS project from Discovery #1476

Closed murny closed 5 years ago

murny commented 5 years ago

Issue https://github.com/ualbertalib/discovery/pull/1465 did a pretty job removing most of the CMS, but there is still a few chunks of code in discovery relating to the CMS that can be safely removed as well.

weiweishi commented 5 years ago

@nmacgreg @nnunn Does CMS have its own database, or does it share the same DB with Discovery. There are DB related code we could remove from Discovery if CMS has its own.

nnunn commented 5 years ago

library-cms has its own database so go ahead and remove that code!

murny commented 5 years ago

1493 pretty much completes this now.

Created another ticket for a deeper cleanse of the CSS/JS here: https://github.com/ualbertalib/discovery/issues/1502

Also the checkbox for refactoring ansible will probably be a separate ticket (was on the priority list) and I'd assume this will be done here.