UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Charting should support grouping by boolean properties (depends on issue 41) #42

Closed rouilj closed 6 months ago

rouilj commented 7 months ago

Note issue #41 must be complete before working on this.

Currently we can only draw charts by grouping on a field that is a Link or Multilink type.

Extend charting to include grouping by a property of Boolean type. In the database, a Boolean can be in one of three states: True, False, Not Set.

Modify chart.py so that a grouped property of type Boolean is permitted. It should behave as though the Boolean property was a linked property with three values: True, False, Not Set.

ashrith-UMB commented 6 months ago

Started working on adding charting option to include Boolean as grouping property.

ashrith-UMB commented 6 months ago

We can now use charting options for grouping with Boolean property.

Commit : https://github.com/UMB-CS682-Team-02/tracker/commit/5dce18943d63cd53bf7bcab3a6d168f769bf4e97