Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update file upload logkcs & space connector restClient #5393

Merged
merged 40 commits into from
Jan 3, 2025

Conversation

WANZARGEN
Copy link
Member

To Reviewers

  • Self-reviewed (coding conventions, bug-free, functionality verified, tests checked, documentation updated)
  • Minor change, review optional (style, chore, ci, straightforward changes, etc.)
  • Previously reviewed in feature branch, no further review needed
  • Need review or discussion

Description (optional)

Things to Talk About (optional)

…#5277)

* feat(authenticator): initialize task management template on sign-in

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: separate mention functionality from comment input component

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
…5333)

* feat(editor): add options for text alignment and undo/redo buttons

Signed-off-by: Wanjin Noh <[email protected]>

* chore: remove debug log from TextEditor component on mount

Signed-off-by: Wanjin Noh <[email protected]>

* fix(task-category-store): correct syntax in task-category-store.ts

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: separate mention functionality from comment input component (#5277)

* feat(authenticator): initialize task management template on sign-in

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: separate mention functionality from comment input component

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
feat(editor): add color picker option to menu bar and refactor text editor

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): use TextEditorViewer component for comment display

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): disable undo/redo buttons in comment text editor

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): add timezone support for comment date display

Signed-off-by: Wanjin Noh <[email protected]>

* feat(i18n): add translation for default description placeholder in text editor

Signed-off-by: Wanjin Noh <[email protected]>

* feat(task-field): add options property to OtherTaskField interface and enhance validation logic

Signed-off-by: Wanjin Noh <[email protected]>

* feat(task-field-generator): add JSON input handling and new input types

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: enhance task field metadata store with computed properties and types

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: add options generator types for dropdown and paragraph components

Signed-off-by: Wanjin Noh <[email protected]>

* feat(task-fields-configuration): enhance validation and field management logic

Signed-off-by: Wanjin Noh <[email protected]>

* feat(validation): add new enum validation messages and improve logic

Signed-off-by: Wanjin Noh <[email protected]>

* fix: update event type for 'update:files' to use FileModel[]

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: remove unused import for useMention in BoardTaskComment.vue

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
…gic (#5336)

* feat(event): add status change interface and update event handling logic

Signed-off-by: Wanjin Noh <[email protected]>

* fix: add key to datetime-picker for re-rendering on readonly change

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): enhance task initialization and category filtering logic

Signed-off-by: Wanjin Noh <[email protected]>

* fix(task-category-store): improve item handling in task category updates

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): add cleanup for associated tasks on modal unmount

Signed-off-by: Wanjin Noh <[email protected]>

* feat(package-delete-modal): simplify deletable condition for package deletion

Signed-off-by: Wanjin Noh <[email protected]>

* feat: update column widths and add edit access control in components

Signed-off-by: Wanjin Noh <[email protected]>

* feat: enable project group selection in ProjectTaskField component

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
* fix: update icons and add workspaceId prop to task components

Signed-off-by: Wanjin Noh <[email protected]>

* fix(ops-flow): enhance view mode initialization

Signed-off-by: Wanjin Noh <[email protected]>

* refactor: restructure task field types and options for better clarity

Signed-off-by: Wanjin Noh <[email protected]>

* feat(validation): add maxLength validation for task field inputs

Signed-off-by: Wanjin Noh <[email protected]>

* feat(ops-flow): increase column widths in BoardTaskTable component

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
feat(language-pack): add translations for archived task description

Signed-off-by: Wanjin Noh <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
docs: add context menu attach hook with storybook integration

Signed-off-by: Wanjin Noh <[email protected]>
fix: update pageSize in useContextMenuAttach to improve functionality

Signed-off-by: Wanjin Noh <[email protected]>
feat: add useContextMenuItems hook for enhanced context menu management

Signed-off-by: Wanjin Noh <[email protected]>

refactor: reorganize context menu hooks and update import paths

Signed-off-by: Wanjin Noh <[email protected]>
Copy link

vercel bot commented Jan 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feature-itsm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2025 4:39am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
dashboard ⬜️ Ignored (Inspect) Jan 3, 2025 4:39am
hotfix2 ⬜️ Ignored (Inspect) Jan 3, 2025 4:39am
inventory-v2 ⬜️ Ignored (Inspect) Jan 3, 2025 4:39am

@WANZARGEN WANZARGEN merged commit c363e51 into develop Jan 3, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant