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

Tabs visibility #156

Merged
merged 14 commits into from
Feb 23, 2021
Merged

Tabs visibility #156

merged 14 commits into from
Feb 23, 2021

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    77d727b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67689bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0280d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. transpose tab indexes according to tabvisibility from managedbean (db)

    javascript functions to translate visible tab indexes to indexes of the
    full set of tabs
    rkrenn committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d7da7d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b321f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba0b123 View commit details
    Browse the repository at this point in the history
  4. tabvisibility stub, maps with ordered tabIDs and titles

    the ordered keys of the maps are used by the transpose js functions,
    while the translated tabtitles will be used by the user UI later on.
    rkrenn committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    465ff2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b5c35b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. user tab visibility - UML changes

    a column for holding a list of tab names is added to the user table.
    one for each module (visible_inventory_tab_list, visible_staff_tab_list,
    ...)
    rkrenn committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    7a62867 View commit details
    Browse the repository at this point in the history
  2. tab visibility - db schema changes

    this time all db changes are completed by auto-ddl.
    rkrenn committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    bd98c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeea57a View commit details
    Browse the repository at this point in the history
  4. refactor tab visibility control

    expose hashsets only, in preparation for the user UI additions
    rkrenn committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    b0ffd69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76cf4aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e77d2a3 View commit details
    Browse the repository at this point in the history