City-of-Bloomington / drupal-theme-cob

COB Theme for the drupal website
https://bloomington.in.gov
GNU Affero General Public License v3.0
2 stars 1 forks source link

PROMT: Replace table layout for session listing #163

Open inghamn opened 5 years ago

inghamn commented 5 years ago

The information that is desired is way more than we can display in a table format. We need to rework how session information is displayed.

https://bloomington.in.gov/recreation/programs/10550

Each of the code numbers (e.g. 325001-A and -B) point to a different level. 325001 is Parent & Tot. That info doesn't show up in the table on the website, so it's quite the jumble of listings. The levels and descriptions of the classes are found in the "Description" field in PROMT, Program ID# 10550.

We probably need to do an individual "Enroll" button for each session listed, as each session can be for a completely different activity in RecTrac.

inghamn commented 5 years ago

This repository is probably where we'll do the real HTML work for: https://github.com/City-of-Bloomington/drupal-module-promt/issues/10