newdevs:meetings:agenda-2024-02
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| newdevs:meetings:agenda-2024-02 [2024/02/13 16:08] – created tmccanna | newdevs:meetings:agenda-2024-02 [2024/02/22 13:05] (current) – tmccanna | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **New Developers Working Group** | **New Developers Working Group** | ||
| - | ===== Meeting Agenda: February | + | ===== Meeting Agenda: February |
| Line 7: | Line 7: | ||
| * SQL upgrade scripts | * SQL upgrade scripts | ||
| + | ==== Demo ==== | ||
| + | * Recording: | ||
| + | * https:// | ||
| + | * Note that the demo in the recording had a few code errors (hooray for live demos) which are corrected in the demo branch below | ||
| + | * Demo Branch: | ||
| + | * https:// | ||
| + | * 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: | ||
| + | * org-unit.component.html - Informs the user interface where to put the new field in the Org Unit form | ||
| + | * images/ | ||
| + | * User interface components for the OPAC: | ||
| + | * Library.pm - Tells the interface that if the current branch doesn' | ||
| + | * core_info.tt2 - Displays the logo on the library info page | ||
newdevs/meetings/agenda-2024-02.1707858517.txt.gz · Last modified: 2024/02/13 16:08 by tmccanna