Skip to content

Figure out data hierarchy for displaying in UI #40

Open
@sethetter

Description

@sethetter

For example, right now we have "Meeting Types" that each have a type property. The value of this property is something like council or boe (board of education). But the MeetingType title prop is the specific meeting withing the more broad type property (there are several boe meeting types).

The question is -- What's the top level that we display to users? It seems like the type column on the MeetingType is what we need, but we don't have a friendly display for that right now (they're all just lowercase, and some are acronyms). Having descriptions for these as well would be good.

The only thing I can really come up with is creating a Category model to hold this, and give it a slug property to associate with the type column on MeetingTypes.

@Mearnest @aaronarduino thoughts?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions