Problem/Motivation

Add a grade level rating as an option to show along side the regular rating. This should be configurable, globally, as there are different grading systems around the world.

User interface changes

- UI for admin area to change global settings
- Add the ability to turn on/off the grade level to settings form per field
- Add grade level to rating area

API changes

None.

Data model changes

Config additions

Comments

codechefmarc created an issue. See original summary.

codechefmarc’s picture

Version: » 1.2.x-dev
Status: Active » Needs review

Latest dev version on 1.2.x branch has these and other fixes that are ready for testing:
https://git.drupalcode.org/project/reading_rating/-/tree/1.2.x?ref_type=...

  • Adds grade level rating - configurable per field and all grade level text can be changed (and translated) in settings
  • Fixes bug in 1.1.1 where sometimes the rating would not update dynamically
  • Reworks HTML output from being rendered in JavaScript to Twig for future enhancements
  • Fixes an issue with the API where custom fields with column names that were not value would not work. See updated API documentation to support fields with custom "value" column names
dblanken’s picture

I've successfully tested this grade level rating feature in both scenarios - a fresh installation and an upgrade from ^1.1. The functionality works as expected in both cases. Nice job!

codechefmarc’s picture

Status: Needs review » Fixed

This was added in version 1.2.1.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.