|
| 1 | +{ "releases": [ |
| 2 | + { |
| 3 | + "date": "Jan 24, 2021", |
| 4 | + "updates": [ |
| 5 | + "We released user profiles! Click on the bookmark icon in catalog to save a class, then click on the class in your user home to see it in the catalog. Also be sure to opt in to notifications for when we update the catalog, grades, and the site.", |
| 6 | + "We updated the site with Summer 2020 grade distributions." |
| 7 | + ], |
| 8 | + "fixes": [ |
| 9 | + "Updated GEOG 20 in the catalog, which no longer satisfies the L&S International Studies, Social and Behavioral Sciences Breadths." |
| 10 | + ] |
| 11 | + }, |
| 12 | + { |
| 13 | + "date": "Dec 6, 2020", |
| 14 | + "updates": [ |
| 15 | + "We wrote new backend APIs using GraphQL (our previous APIs use the REST framework). Although the APIs listed on our API Docs are currently supported, they may change in the future.", |
| 16 | + "We are now primarily hosted on the OCF's servers.", |
| 17 | + "We have added a Privacy Policy and Terms of Service to the site." |
| 18 | + ], |
| 19 | + "fixes": [ |
| 20 | + "Modified prerequisites for PB HLTH 126 in Spring 2021 as requested by the instructor.", |
| 21 | + "Added support for opening a course by url in catalog on mobile.", |
| 22 | + "Added easter eggs back into the catalog.", |
| 23 | + "Changed the semester dropdown in catalog to be single select rather than multi-select." |
| 24 | + ] |
| 25 | + }, |
| 26 | + { |
| 27 | + "date": "Nov 15, 2020", |
| 28 | + "updates": [ |
| 29 | + "We have released mobile views! You can now browse our site on your phone and tablet.", |
| 30 | + "We've added improved search to our catalog. You can now search for courses by their names. We've added a Sort By - Relevance query to give you courses that are most similar to your query (try searching \"Economics\" in catalog).", |
| 31 | + "We've revamped our backend so that we now display more complete grades and enrollment data." |
| 32 | + ], |
| 33 | + "fixes": [ |
| 34 | + "Modified enrollment search to display all courses we have data for. Previously, we were only displaying courses that would be offered in the coming semester.", |
| 35 | + "Fixed L&S requirement filters, which were temporarily broken due to a SIS API issue." |
| 36 | + ] |
| 37 | + }, |
| 38 | + { |
| 39 | + "date": "Oct 11, 2020", |
| 40 | + "updates": [ |
| 41 | + "We released Spring 2021 course information! You can now search for courses on our catalog." |
| 42 | + ], |
| 43 | + "fixes": [ |
| 44 | + "Fixed a bug in our enrollment scraper so that all courses we have enrollment data for are listed.", |
| 45 | + "Fixed a bug where certain catalog pages like COMPSCI 61B caused the screen to go completely white.", |
| 46 | + "Fixed scrolling behavior on catalog so it's friendly for smaller screen sizes and more intuitive for users." |
| 47 | + ] |
| 48 | + }, |
| 49 | + { |
| 50 | + "date": "Aug 23, 2020", |
| 51 | + "updates": [ |
| 52 | + "We are opening our Fall 2020 applications! Come see what roles we have open and join the OCTO team on the apply page.", |
| 53 | + "Our backend API can now be accessed from mobile devices, and the *_json queries now have a long option." |
| 54 | + ], |
| 55 | + "fixes": [ |
| 56 | + "Fixed a bug where many courses for which we have enrollment data do not show up.", |
| 57 | + "Fixed a bug where enrollment and some course data were not updating.", |
| 58 | + "Fixed a bug where typing in the course search bar caused the screen to go completely white.", |
| 59 | + "Added visible scrollbars to some scrollable elements. (You can still turn them off using your OS settings.)" |
| 60 | + ] |
| 61 | + }, |
| 62 | + { |
| 63 | + "date": "May 3, 2020", |
| 64 | + "updates": [ |
| 65 | + "We're rolling out an updated UI, which is now available on both web (and soon on mobile)!", |
| 66 | + "Our backend API is officially open-sourced in version v0.1! Head over to our API Documentation to check it out.", |
| 67 | + "This releases page will be updated with notes of new features, bug fixes, and class enrollment/grades updates.", |
| 68 | + "Our new FAQ page answers some common questions we've gotten over the past few semesters. Feel free to send us more questions if you've got them!", |
| 69 | + "Support for our old legacy site is now officially deprecated. You can still visit it at old.berkeleytime.com, but some features may be broken and we won't be maintaining it moving forward." |
| 70 | + ], |
| 71 | + "fixes": [ |
| 72 | + "Adding courses to Grades and Enrollment pages now accurately generate unique URLs, which you can share with friends to reproduce your search.", |
| 73 | + "Fixed an issue where the course average in Grades was not being calculated correctly.", |
| 74 | + "Enrollment statistics are now updated every 15 minutes.", |
| 75 | + "Course search is improved with better support for abbreviations for class names." |
| 76 | + ] |
| 77 | + } |
| 78 | +] |
| 79 | +} |
0 commit comments