

## Changes
- Implemented a multi-select, autocomplete dropdown React component for the FAQ subject associations and FAQ collections using React-Select library. Translations have been implemented.
- Fixed FOUC (Flash of Unstyled Content) for Multi-select dropdown.
- API custom endpoints for Guide tabs, sections, and pluslets. The endpoints deal with the nested entities, i.e. tabs are available via a guide call, and sections are available via a tab call.
- Updated database to move the section_id, pcolumn, and prow from the pluslet_section to pluslet. This was necessary for the relationships to work with Doctrine.
## Going Forward
- Record React Component for the A-Z list and user generated entries.
- Custom tokens flyout panel. Tokens are drag/drop enabled to work with CKEditor instances.
- Database refactor for the Title and Location table relationships.
- Guide builder UI. Tab interactions such as add, edit, delete tabs; and creating new section when a tab is created.