This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FE-1: Build Publication List Item Component | |
| **Type:** Frontend | |
| **Priority:** High | |
| **Description:** | |
| Implement the publication list item UI per Figma. | |
| **Includes:** | |
| - Title (linked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BE-1: Create / Validate Publication Content Types | |
| **Type:** Backend / CMS | |
| **Priority:** High | |
| **Description:** | |
| Create or validate content types to support the Publications component. | |
| ### Option A (Preferred) | |
| Two distinct content types: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FE-1: Build News Card Component | |
| **Type:** Frontend | |
| **Priority:** High | |
| **Description:** | |
| Implement the News card UI per Figma specifications. | |
| **Includes:** | |
| - Featured image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BE-1: Create News Content Type | |
| **Type:** Backend / CMS | |
| **Priority:** High | |
| **Description:** | |
| Create or validate a `News` content type to support the News Carousel. | |
| **Fields:** | |
| - Title (core) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #TMUX Help output (tmux -?) | |
| bind-key -T copy-mode C-Space send-keys -X begin-selection [186/186] | |
| bind-key -T copy-mode C-a send-keys -X start-of-line | |
| bind-key -T copy-mode C-b send-keys -X cursor-left [184/186] | |
| bind-key -T copy-mode C-c send-keys -X cancel | |
| bind-key -T copy-mode C-e send-keys -X end-of-line | |
| bind-key -T copy-mode C-f send-keys -X cursor-right | |
| bind-key -T copy-mode C-g send-keys -X clear-selection | |
| bind-key -T copy-mode C-k send-keys -X copy-end-of-line |