Skip to main content

Version 1.x Release Notes

Version v.1.0.0

Released 2023-10-17 1730H
Scheduled Release 2023-10-17
Tag 1.0.0
Pull Request PR#34,35
Clickup Tasks

https://app.clickup.com/t/865d791dn

https://app.clickup.com/t/865d5apr4

https://app.clickup.com/t/865d79dur

New

  1. Added new "schools" table columns:
    1. "is_paid" - Boolean, default false
    2. "service_key" - String, default "trial"
  2. Added "request_direction" column to "api_logs" table. This identifies whether request is incoming or outgoing.
  3. Added "Is Paid" and "Service Key" fields in admin school index page, index filter, and show page.
  4. Added "Service Key" field to admin school edit form.
  5. Added active_students_count column to the "schools" table.
  6. Added "active_students_count" parameter to the permitted parameters of school API.

Fixed

Changed

  1. Updated school show page to display active students count.
  2. Create logs for all requests made by GradoApiService.
  3. Send Grado API request to update school key when updated thru admin school edit page.
  4. Defined values for school.service_key in School model class.

Deprecated