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

Feature/filtering data by api #313

Merged
merged 12 commits into from
Aug 6, 2015
Merged

Conversation

frenchbread
Copy link
Contributor

@apinf/developers Please review this PR. #181 - related issue. All visible analytics data is filtered by current user's api key.

@frenchbread frenchbread removed the WIP label Aug 6, 2015
match_all: {}
}

} else if (Roles.userIsInRole(loggedInUser, ['owner'])) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unnecessary, as we may not define the user role 'owner'. The current plan is to add an 'owners' field to each API backend, containing an array of owner IDs or emails.

@brylie
Copy link
Contributor

brylie commented Aug 6, 2015

This looks good, but has unnecessary logic for the API Owner role. Please remove the else if statement, and we can add it later based on the owners field (not yet implemented).

@brylie brylie added the WIP label Aug 6, 2015
brylie added a commit that referenced this pull request Aug 6, 2015
@brylie brylie merged commit 2a932a6 into develop Aug 6, 2015
@brylie brylie removed the in progress label Aug 6, 2015
@brylie brylie deleted the feature/filtering-data-by-api branch August 6, 2015 09:38
marla-singer added a commit that referenced this pull request Feb 6, 2017
Modify texts related to connecting APIs to organization
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.

None yet

2 participants