Skip to main content

Version 1.x Release Notes

Version v.1.1.1

Released2023-11-21 1700H
Scheduled Release2023-11-21
Tag1.1.1
Pull RequestPR#39
Clickup Tasks

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

New

  1. Created "background_jobs" table to record jobs executed by the system.
  2. Added "is_free_trial" column to "subscriptions table.
  3. Created mailer for the following cases:
    1. free trial starts now
    2. free trial ends on 7, 3, 1 day(s)
    3. free trial expired
    4. payment received
  4. Added "Is Free Trial" field on admin subscription pages:
    1. as filter on index page,
    2. as column on index page,
    3. as row on show page, and
    4. as input on edit page.

Fixed

Changed

  1. Displayed background jobs on school show page. This is where mails sent will be listed.

Deprecated


Version v.1.1.0

Released 2023-10-26 2030H
Scheduled Release 2023-10-26
Tag 1.1.0
Pull Request PR#37
Clickup Tasks

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

 

New

  1. Added links to "Terms of Use" and "Privacy Policy" before the "Sign Up" button.

Fixed

Changed

  1. Changed header text from "Sign Up" to "Welcome to Grado - Your Journey to Efficient School Management Begins Here".

Deprecated


Version v.1.0.1

Released 2023-10-19 2000H
Scheduled Release 2023-10-19
Tag 1.0.1
Pull Request PR#26,36
Clickup Tasks

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

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


New

  1. Added manual bank transfer workflow.

Fixed

  1. Fixed errors in SubscriptionDataService:
    1. Returned 0 for quantity of student when there is no active subscription.
  2. Fixed errors on "Active Subscription" side panel of admin school show page:
    1. Displayed "N/A" on "Next Billing" when no active subscription is found.
    2. Displayed "N/A" on "Last Billing" when no active subscription is found.

Changed

Deprecated



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



Thank you for reading the release notes you geek! You have reached the end of the page.