Add support for editing a card's title and description. #14

Closed
opened 2024-01-10 12:28:17 +00:00 by dananglin · 0 comments
Owner

Overview

Add support for editing an existing card's title and description.

At the board level this functionality has already been implemented and tested. We just need to update the UI to allow the user to edit the card. We can probably utilise (or extend) the custom modal input and populate the fields with the card's text for the user to edit.

Implementation details

  • The e key will be used to modify the card.
  • Get the card from the database.
  • Display the input modal with the text from the card to be modified.
  • When the user has finished and saved the edits, make the changes to the database.
### Overview Add support for editing an existing card's title and description. At the board level this functionality has already been implemented and tested. We just need to update the UI to allow the user to edit the card. We can probably utilise (or extend) the custom modal input and populate the fields with the card's text for the user to edit. ### Implementation details - [x] The `e` key will be used to modify the card. - [x] Get the card from the database. - [x] Display the input modal with the text from the card to be modified. - [x] When the user has finished and saved the edits, make the changes to the database.
dananglin added reference 14-edit-card-title-description 2024-01-10 18:31:46 +00:00
dananglin added this to the v0.1.0 milestone 2024-01-12 14:30:43 +00:00
dananglin added this to the The Pelican Project project 2024-01-12 14:36:00 +00:00
dananglin self-assigned this 2024-01-12 15:27:19 +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#14
No description provided.