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

Export User Directory as CSV #7484

Merged
merged 6 commits into from
Sep 23, 2020
Merged

Conversation

androolloyd
Copy link
Contributor

Description

Export CSV is now a celery task and it emails you a copy when its complete.

Small UI adjustment to make for more useable search queries, previously some keywords were not being filtered successfully, using the "keywords_exact" filter will allow for a better resultset.

Work for the auto complete bar is ongoing.

Refers/Fixes

Fixes the issues around CSV export as it was only exporting a single page before.

@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #7484 into master will decrease coverage by 0.04%.
The diff coverage is 18.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7484      +/-   ##
==========================================
- Coverage   26.12%   26.08%   -0.05%     
==========================================
  Files         307      307              
  Lines       30652    30726      +74     
  Branches     4539     4549      +10     
==========================================
+ Hits         8009     8015       +6     
- Misses      22369    22432      +63     
- Partials      274      279       +5     
Impacted Files Coverage Δ
app/marketing/mails.py 10.81% <0.00%> (-0.11%) ⬇️
app/dashboard/tasks.py 24.82% <15.62%> (-8.10%) ⬇️
app/dashboard/views.py 10.50% <25.00%> (+<0.01%) ⬆️
app/dashboard/models.py 49.59% <33.33%> (-0.05%) ⬇️
app/dashboard/search_indexes.py 98.66% <100.00%> (-0.07%) ⬇️
app/quests/views.py 16.22% <0.00%> (ø)
...rketing/management/commands/no_applicants_email.py 0.00% <0.00%> (ø)
...eting/management/commands/assemble_leaderboards.py 39.73% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5808814...eb37ac3. Read the comment docs.

@thelostone-mc thelostone-mc merged commit 8d9981a into master Sep 23, 2020
@thelostone-mc thelostone-mc deleted the bugfix/user-directory-export branch October 6, 2020 05:05
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.

3 participants