Add support for displaying the entire content of a card. #16

Closed
opened 2024-01-11 10:07:50 +00:00 by dananglin · 0 comments
Owner

Overview

Add support for viewing the entire content of a card on a separate page. The page is to show the card's ID, title, creation date, description and any notes added to the card (when notes are implemented later on).

Rough Design

[#10] Example card title.

Status: In progress  Created: 2024-01-11 

Description:

Doloribus temporibus unde culpa temporibus sequi voluptas est. At pariatur molestias optio quo qui et earum nihil. Molestiae voluptate eum sit.

Dolorem qui eligendi fugiat. Molestias laborum est tempora voluptatibus delectus. Sit dolores aut et temporibus eaque numquam ad quod. Optio voluptas autem voluptate nihil. Temporibus dicta natus rerum dolor natus occaecati. Pariatur assumenda blanditiis aperiam.

Quia delectus et et ipsam. Voluptas minus facilis consequatur illum. Explicabo rerum totam ducimus quo. Tempora quia minus fugiat et inventore. Tempora velit incidunt tempora quaerat consequuntur molestiae non. Nesciunt assumenda et rerum temporibus quaerat enim.

Implementation details

  • (In normal mode) When the user presses the Enter key on a focused card, that card's contents are displayed in a new page.
  • For this implementation we should use the TextView primitive, probably wrapped in a Frame.
  • When the user presses Enter again they will be redirected back to the Kanban board.

Initial theming

  • Border: Orange, no title
  • Field text (e.g. Status, Created): Green
  • Text: Whitish, Greyish, or Blue-Grey maybe
### Overview Add support for viewing the entire content of a card on a separate page. The page is to show the card's ID, title, creation date, description and any notes added to the card (when notes are implemented later on). ### Rough Design ``` [#10] Example card title. Status: In progress Created: 2024-01-11 Description: Doloribus temporibus unde culpa temporibus sequi voluptas est. At pariatur molestias optio quo qui et earum nihil. Molestiae voluptate eum sit. Dolorem qui eligendi fugiat. Molestias laborum est tempora voluptatibus delectus. Sit dolores aut et temporibus eaque numquam ad quod. Optio voluptas autem voluptate nihil. Temporibus dicta natus rerum dolor natus occaecati. Pariatur assumenda blanditiis aperiam. Quia delectus et et ipsam. Voluptas minus facilis consequatur illum. Explicabo rerum totam ducimus quo. Tempora quia minus fugiat et inventore. Tempora velit incidunt tempora quaerat consequuntur molestiae non. Nesciunt assumenda et rerum temporibus quaerat enim. ``` ### Implementation details - (In normal mode) When the user presses the `Enter` key on a focused card, that card's contents are displayed in a new page. - For this implementation we should use the TextView primitive, probably wrapped in a Frame. - When the user presses `Enter` again they will be redirected back to the Kanban board. #### Initial theming - Border: Orange, no title - Field text (e.g. Status, Created): Green - Text: Whitish, Greyish, or Blue-Grey maybe
dananglin added reference 16-add-support-for-displaying-a-card 2024-01-12 10:22:40 +00:00
dananglin added this to the v0.1.0 milestone 2024-01-12 14:31:02 +00:00
dananglin added this to the The Pelican Project project 2024-01-12 14:36:10 +00:00
dananglin self-assigned this 2024-01-12 15:27:02 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/pelican#16
No description provided.