Project

General

Profile

Edit Copy Actions

Feature #25

open

User Favorite Menu

Added by Anil KV over 2 years ago. Updated 3 months ago.

Status:
Reopen Bugs Testing Done
Priority:
Normal
Assignee:
Target version:
Start date:
08/20/2022
Due date:
08/23/2022 (over 2 years late)
% Done:

90%

Estimated time:
24:00 h
Owner(Agency):
Travvise
Time Taken(HH):
Module:
Currency
Tested By:
unnikannan S
Code Reviewed By:

Description

Coding User Favorite Menu


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

Add

Subtasks


Add

Related issues

Actions #1

Updated by Anil KV over 2 years ago

  • File deleted (sql.sql)
Actions #2

Updated by Anil KV over 2 years ago

Actions #3

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
Actions #5

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

Check Box Problem Exist..

Actions #7

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.

Actions #9

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.

Actions #12

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

ISSUE SOLVED.

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 4 months ago

  • Status changed from New Changes Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FIXED
-----------------------------------------------
1. A text box entry field appears when clicking add icon.
2. Add a row button in the grid is not working.

Actions #21

Updated by Vivekp V 3 months ago

  • Status changed from Reopen Bugs to Reopen Bugs Coding Done
  • % Done changed from 50 to 70

Updated by Arathy PS 3 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE fixed
-----------------------------------------------
1. Can't add dividing line. (+ symbol)
2. UI gets stuck when clicking the + symbol.

Actions #23

Updated by Vivekp V 3 months ago

  • Status changed from Reopen Bugs to Reopen Bugs Coding Done
  • % Done changed from 50 to 70

Updated by Arathy PS 3 months ago

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.

Actions #25

Updated by Vivekp V 3 months ago

  • Status changed from Reopen Bugs to Reopen Bugs Coding Done
  • % Done changed from 50 to 70
Actions #26

Updated by Arathy PS 3 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs Testing Done
  • % Done changed from 70 to 90
Edit Copy Actions

Also available in: Atom PDF