Skip to content

Latest commit

 

History

History
111 lines (84 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

111 lines (84 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file. Each PR must be accompanied by one or more corresponding changelog entries. When a new version is deployed, the changes since the last deploy should be labeled with the current date and the next changes should go under a [Next] header.

[Next]

22 October 2018

11 October 2018

10 October 2018

5 September 2018

19 April 2018

18 April 2018

  • Fix course shortcode link to work in browsers besides Chrome. (@nwalters512 in #101)
  • Custom error page with consistent header, footer, and button to navigate to homepage. (@JParisFerrer in #103)
  • Add notifications for students when their question is being answered. (@zwang180 in #94)
  • Add University of Illinois/NCSA license. (@nwalters512 in #106)

10 April 2018

  • Properly handle any errors thrown in the API route handlers. (@nwalters512 in #86)
  • Run CI tests using a MySQL database. (@nwalters512 in #95)
  • Update all npm dependencies. (@nwalters512 in #91)
  • Show NetID for non-active staff; add tests for question rendering. (@nwalters512 in #93)
  • Redesign course homepage to use the new queue cards; add information about the course shortcode link. (@nwalters512 in #88)
  • Allow course staff and admins to add questions on behalf of other students. (@nwalters512 in #96)

31 March 2018

  • Show queue name and location on queue page. (@sgorse in #81)
  • Add ability to edit existing queues. (@zwang180 in #78)
  • Fix #89 by only checking in one queue for another question being answered by the same user. (@nwalters512 in #90)
  • Correctly display number of questions when first creating a queue. (@zwang180 in #84)

28 March 2018

13 March 2018

27 February 2018

  • Improve course staff list appearance and functionality.
  • Add support for parrots :fastparrot:
  • Add proper 404 handling for all pages.
  • Order course staff by name and netid instead of db ID.
  • Show name of person who is answering the question. (@nwalters512 in #20)
  • Implement prettier and more functional homepage. (@nwalters512 in #1)
  • Allow student to edit topic and location of a qeustion that's already on the queue. (@genevievehelsel in #18)
  • Add support for course shortcodes. (@nwalters512 in #26)
  • Make dotenv setup the first thing to run when starting the app. (@nwalters512 in #30)

20 February 2018

  • Initial public deploy to edu.cs.illinois.edu.