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

IVYPORTAL-17461 Remove Full Task List and Replace it with the Task Widget #1153

Conversation

nhthinh-axonivy
Copy link
Contributor

…-Task-Widget-ver3

_ add feature to make dashboard into menu item
_ adapt UI
_ create task dashboard template
_ handle task dashboard in memory
_ handle permission
_ handle homepage

…-Task-Widget-ver3

_ add feature to make dashboard into menu item
_ adapt UI
_ create task dashboard template
_ handle task dashboard in memory
_ handle permission
_ handle homepage
@github-actions github-actions bot added the enhancement New feature or request label Oct 23, 2024
lttung-axonivy and others added 3 commits October 23, 2024 11:50
…dget

- Handled highlight menu, default end page
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
@lttung-axonivy lttung-axonivy marked this pull request as draft October 23, 2024 06:57
nhthinh-axonivy and others added 24 commits October 23, 2024 14:32
…nd-Replace-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3"

This reverts commit e0649cc, reversing
changes made to d4f2bd7.
…dget

- Handled back button and update default end page
…o feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…dget

- Handled back button and update default end page
…Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5

Added Dashboard as menu to home page selection of My Profile
…dget

- Updated storeing/loading selected dashboard.
- Handle sharing dashboard problem
- Clean up
…ce-it-with-the-Task-Widget-ver5' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…-Task-Widget-ver5

_ hide share dashboard button as menu item
…ce-it-with-the-Task-Widget-ver5' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…-Task-Widget-ver5

_ fix the default height of task widget fit Full HD screen
…o feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…-Task-Widget-ver5

_ Pre define dashboard widget width to make it auto fit screen
lttung-axonivy and others added 8 commits November 5, 2024 11:36
…ce-it-with-the-Task-Widget-ver5' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5

Feature/ivyportal 17461 remove full task list and replace it with the task widget ver5
…dget

- Fixed incorrect highlight menu when navigating to shared dashboard link that not granted permissions
…Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5

IVYPORTAL-17461 Remove Full Task List and Replace it with the Task Wi…
@@ -1,7 +1,7 @@
package ch.ivy.addon.portalkit.enums;

public enum MenuKind {
DASHBOARD, PROCESS, TASK, CASE, CUSTOM, EXTERNAL_LINK, THIRD_PARTY;
DASHBOARD, PROCESS, TASK, CASE, CUSTOM, EXTERNAL_LINK, THIRD_PARTY, MAIN_DASHBOARD;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TASK: Recheck can be remove or not

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not handle, will check in story remove full case list

@ntloc-axonivy ntloc-axonivy self-requested a review November 7, 2024 04:39
lttung-axonivy and others added 5 commits November 7, 2024 13:43
…dget

- Removed obsolete user properties related to sort field of task
…ce-it-with-the-Task-Widget-ver5' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
…Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5

Feature/ivyportal 17461 remove full task list and replace it with the task widget ver5
@@ -71,7 +71,7 @@

<!-- Task List Setting -->
<h:panelGroup layout="block" styleClass="ui-g-12"
rendered="#{userProfileBean.canAccessTaskList()}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

nhthinh-axonivy and others added 7 commits November 8, 2024 13:52
… task widget ver5 (#1197)

* feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
_ update collect main menu logic
_ adapt import dashboard UI
_ update logic
…o feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
… task widget ver5 (#1204)

* feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver5
_ update collect main menu logic
_ adapt import dashboard UI
_ adapt GUI test
…o feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
…ce-it-with-the-Task-Widget-ver3' of https://github.com/axonivy-market/portal into feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3
@nhthinh-axonivy nhthinh-axonivy marked this pull request as ready for review November 20, 2024 12:00
@nhthinh-axonivy nhthinh-axonivy merged commit 2e85239 into master Nov 20, 2024
1 check passed
@nhthinh-axonivy nhthinh-axonivy deleted the feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3 branch November 20, 2024 12:03
@lttung-axonivy lttung-axonivy restored the feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the-Task-Widget-ver3 branch November 20, 2024 15:13
@lndanh-axonivy lndanh-axonivy changed the title feature/IVYPORTAL-17461-Remove-Full-Task-List-and-Replace-it-with-the…-ver3-to-master IVYPORTAL-17461 Remove Full Task List and Replace it with the Task Widget Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants