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

Adding pwebdashboard module. #38

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

vagisha
Copy link
Collaborator

@vagisha vagisha commented Mar 27, 2020

Changes made after review:

  • Renamed module (dashboard to pwebdashboard)
  • Declared dependency on TargetedMS module in build.gradle
  • Flagged module as Postgres only
  • Other code changes

This module can only be added by site admins (PwebDashboardModule.getRequireSitePermission() returns true). It has been added in only one private folder on PanoramaWeb.
There are no db tables. The two tables added to the UserSchema both extend ContainerTable, and I confirmed that the container filter is applied correctly for the user's permissions. These tables are queried to render the usage charts in a Wiki page on PanoramaWeb. The charts and a couple of other user-defined queries should eventually be added to this module.

- Renamed module (dashboard to pwebdashboard)
- Declared dependency on TargetedMS module in build.gradle
- Flagged module as Postgres only
- Other code changes
Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

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

Looks good, thank you!

@vagisha vagisha merged commit 90b5ce1 into release20.3-SNAPSHOT Mar 27, 2020
@labkey-tchad labkey-tchad deleted the 20.3_fb_addPwebDashboard branch March 30, 2020 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants