brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

[Bug] Download json for roster students should end in .json #507

Closed hutkoffb closed 2 years ago

hutkoffb commented 2 years ago

Expected Behavior

On the roster student page when you hit the download as json button you expect a file that ends in .json.

Current Behavior

Instead you get a file that ends in .csv.

Steps to Reproduce

  1. Visit course page as admin or instructor.
  2. Click the "Download Roster (JSON)" button.
  3. Observe that downloaded file is .csv instead of .json.