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

Account Summaries #63

Merged
merged 6 commits into from
Nov 17, 2020
Merged

Account Summaries #63

merged 6 commits into from
Nov 17, 2020

Conversation

dhakim87
Copy link
Collaborator

Administrators can now search by email to retrieve statistics about samples associated with a particular project

Copy link
Member

@wasade wasade left a comment

Choose a reason for hiding this comment

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

As you noted, the table construction is probably pretty slow...

microsetta_admin/templates/email_stats_pulldown.html Outdated Show resolved Hide resolved
microsetta_admin/templates/email_stats_pulldown.html Outdated Show resolved Hide resolved
microsetta_admin/upload_util.py Outdated Show resolved Hide resolved
else:
raise BadRequest()

if project is str:
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure I understand this. Do you mean if isinstance(project, str)? If so, I would recommend instead doing if project is not None

microsetta_admin/templates/email_stats_pulldown.html Outdated Show resolved Hide resolved
@wasade wasade merged commit 36d9f48 into master Nov 17, 2020
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