Feature #25
openUser Favorite Menu
Added by Anil KV over 2 years ago. Updated 3 months ago.
90%
Files
1-CsModel.cs (1.69 KB) 1-CsModel.cs | Anil KV, 08/19/2022 05:21 PM | ||
2-tsModel.ts (1.15 KB) 2-tsModel.ts | Anil KV, 08/19/2022 05:21 PM | ||
3-CsFile.cs (12 KB) 3-CsFile.cs | Anil KV, 08/19/2022 05:21 PM | ||
4-CsControllerFile.cs (24.8 KB) 4-CsControllerFile.cs | Anil KV, 08/19/2022 05:21 PM | ||
5-TsFile.ts (14.2 KB) 5-TsFile.ts | Anil KV, 08/19/2022 05:21 PM | ||
6-HtmlFile.html (1.92 KB) 6-HtmlFile.html | Anil KV, 08/19/2022 05:21 PM | ||
sql.sql (5.44 KB) sql.sql | Anil KV, 08/19/2022 05:30 PM | ||
clipboard-202412171242-qzx9n.png (66 KB) clipboard-202412171242-qzx9n.png | Arathy PS, 12/17/2024 12:42 PM |
Subtasks
Related issues
Updated by Muhasin PU over 2 years ago
- Status changed from New to Coding Started
- % Done changed from 0 to 40
Updated by Anil KV over 2 years ago
CREATE TABLE authentication.tbl_user_favorite_menu ( pk_user_favorite_menu_id BIGSERIAL PRIMARY KEY, fk_user_id BIGINT NOT NULL REFERENCES authentication.tbl_user(pk_user_id), sin_product_id SMALLINT DEFAULT 0, --*MenuService->lstAllProducts vhr_sys_module_name VARCHAR(250) NULL, --Menu Name vhr_menu_or_group_sys_name VARCHAR(100) NOT NULL, vhr_menu_or_group_actual_name VARCHAR(100) NOT NULL, vhr_menu_or_group_label VARCHAR(100) NOT NULL, vhr_url VARCHAR(100) NULL, vhr_shortcut_key VARCHAR(30) NULL, --bin_parent_favorite_menu_id BIGINT NULL, vhr_parent_favorite_menu VARCHAR(100) NULL, sin_menu_type SMALLINT DEFAULT 0; --*2 sin_if_custom_parent_menu SMALLINT DEFAULT 0; sin_order SMALLINT DEFAULT 1 ); --*1 -> 0 = No Favorite -- 1 = Favorite --*2 -> 0 = Main Menu -- 1 = Group -- 3 = Menu
Updated by Muhasin PU over 2 years ago
- Status changed from Coding Started to Particialy Coding Done
- % Done changed from 40 to 30
Updated by Muhasin PU over 2 years ago
- Status changed from Particialy Coding Done to Reopen Bugs
- % Done changed from 30 to 50
Updated by Muhasin PU over 2 years ago
- Status changed from Reopen Bugs to Particialy Coding Done
- % Done changed from 50 to 40
Completed.
Updated by Muhasin PU over 2 years ago
- Status changed from Particialy Coding Done to Coding Done
- % Done changed from 40 to 60
Updated by Amal Cyriac over 2 years ago
- Status changed from Coding Done to Reopen Bugs
- % Done changed from 60 to 50
- Tested By set to Amal Cyriac
ISSUE FOUND
*****
1.ADD SCROLLING ON RIGHT SIDE DIV
Updated by Muhasin PU over 2 years ago
- Status changed from Reopen Bugs to Particialy Coding Done
- % Done changed from 50 to 40
Scrolling Done.
Updated by Muhasin PU over 2 years ago
- Status changed from Particialy Coding Done to Reopen Bugs Coding Done
- % Done changed from 40 to 60
Updated by Amal Cyriac about 2 years ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 60 to 50
IISSUE FOUND
****
1.FIX BUGS ON CHECKBOX
Updated by Muhasin PU about 2 years ago
- Status changed from Reopen Bugs to Reopen Bugs Coding Done
- % Done changed from 50 to 60
ISSUE SOLVED.
Updated by Junaid M over 1 year ago
- Assignee changed from Muhasin PU to Vivekp V
1. Add Expand In Toolbar Box (Right Tree view)
2. Add Menu Tree view In Own user settings -> Menu
Updated by unnikannan S about 1 year ago
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 70 to 50
- Tested By changed from Amal Cyriac to unnikannan S
ISSUE FOUNDED
1.SHOW UNTICKED MODULES CHECK BOX AS BLANK IN UI
case occurs when selecting all in a group and then manually untick all some of the child items and then save.
this makes the group selection to true. while reloading the module the function checks if all the value of selection is true and makes the selection box ticked.
in this case as group's selection value is true it will make all the child values to appear ticked. Expected behavior is only show saved selected items
Updated by Arathy PS 4 months ago
NEW CHANGES
------------------------------------------
1. Two combo select box with options,
Own Favorite Menu (default)
Own Quick Access Menu
2. quick access menu
--- add separation with a line
--- No need groups, just modules
--- The lines shouldn't be editable
3. After setting only that should be shown in the quick access menu.
Updated by Vivekp V 4 months ago
- Status changed from Reopen Bugs to New Changes Coding Done
- % Done changed from 50 to 70
ISSUE FIXED
1.SHOW UNTICKED MODULES CHECK BOX AS BLANK IN UI
case occurs when selecting all in a group and then manually untick all some of the child items and then save.
this makes the group selection to true. while reloading the module the function checks if all the value of selection is true and makes the selection box ticked.
in this case as group's selection value is true it will make all the child values to appear ticked. Expected behavior is only show saved selected items
Quote Edit #18
Updated by Arathy PS 6 days ago
NEW CHANGES DONE
------------------------------------------
1. Two combo select box with options,
Own Favorite Menu (default)
Own Quick Access Menu
2. quick access menu
--- add separation with a line
--- No need groups, just modules
--- The lines shouldn't be editable
3. After setting only that should be shown in the quick access menu.
Updated by Arathy PS 3 months ago
- File clipboard-202412171242-qzx9n.png clipboard-202412171242-qzx9n.png added
- Status changed from Reopen Bugs Coding Done to Reopen Bugs
- % Done changed from 70 to 50
ISSUE FIXED
------------------------------------------
1. UI gets stuck when clicking the + symbol with menu type as favorite menu.
2. In quick access menu deleted data is not disappearing from the grid.