1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
planka/server/api/controllers
Mikhail Khromov bcc92dfa76 Add GitHub link field to tasks
Add a custom field named "Github Link" to tasks and display it in the frontend.

* Add `githubLink` attribute to the `Task` model in `client/src/models/Task.js`.
* Update `createTask` and `updateTask` actions in `client/src/actions/tasks.js` to handle the `githubLink` attribute.
* Add input field for `githubLink` in `CardModal` component in `client/src/components/CardModal/CardModal.jsx`.
  * Display `githubLink` as a clickable link when filled in.
  * Display a button that expands into an input field when `githubLink` is not filled in.
* Include `githubLink` attribute in card data retrieval logic in `server/api/controllers/cards/show.js`.
* Include `githubLink` attribute in card data updating logic in `server/api/controllers/cards/update.js`.
* Add validation function for `githubLink` in `client/src/utils/validator.js`.
* Add unit tests for `githubLink` field in `client/src/components/CardModal/CardModal.test.js`.
  * Test display of `githubLink` as a clickable link when filled in.
  * Test display of button to add `githubLink` when not filled in.
  * Test input field display when add `githubLink` button is clicked.
  * Test `onUpdate` call with `githubLink` when save button is clicked.
  * Test validation of `githubLink` format.
2025-02-26 21:56:32 +03:00
..
access-tokens fix: Lazy initialize OIDC client (#947) 2024-11-18 22:38:52 +01:00
actions feat: Toggle actions details, little redesign 2022-07-29 17:40:18 +02:00
attachments fix: Secure S3 attachments, bump SDK, refactoring 2024-11-12 15:58:22 +01:00
board-memberships feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
boards feat: Configurable file storage locations (#886) 2024-09-20 20:29:11 +02:00
card-labels feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
card-memberships feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
cards Add GitHub link field to tasks 2025-02-26 21:56:32 +03:00
comment-actions feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
labels feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
lists feat: Ability to set list color indicator (#1033) 2025-02-25 15:58:59 +01:00
notifications feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
project-managers feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
projects feat: Configurable file storage locations (#886) 2024-09-20 20:29:11 +02:00
tasks feat: Webhooks configuration, all events support, refactoring 2024-06-12 00:51:36 +02:00
users feat: Configurable file storage locations (#886) 2024-09-20 20:29:11 +02:00
.gitkeep Initial commit 2019-08-31 04:07:25 +05:00
show-config.js fix: Lazy initialize OIDC client (#947) 2024-11-18 22:38:52 +01:00