New Developers Working Group
Meeting Agenda: February 21, 2024 at 3pm ET
Agenda
Demo
-  Recording:  
-  Demo Branch: 
-  Key components for adding the new field (column): - 
-  005.schema.actors.sql - Adds a new column to the database table when Evergreen is first installed 
-  XXXX.schema.add_library_logo.sql - Adds a new column to the database table if this is an upgrade to an existing installation (the XXXX will get replaced by a sequential number when and if the code is committed) 
-  fm_IDL.xml - The fieldmapper makes the new column in the database available to the user interface 
 
-  User interface components for the staff client: 
-  User interface components for the OPAC: - 
-  Library.pm - Tells the interface that if the current branch doesn't have a logo specified, then use the parent's logo 
-  core_info.tt2 - Displays the logo on the library info page