CAWSCIT / ca-meeting-finder-issue-tracker

Public Repo For tracking known issues and work for the C.A. Meeting Finder app.
0 stars 0 forks source link

Remove unused model fields #34

Open KalobTaulien opened 5 months ago

KalobTaulien commented 5 months ago

Unused fields, such as the "description" on the Groups model are unused.

We probably don't need contact information for each Group either, as people rotate out of positions frequently.

A few fields I think we can remove right away that are not being used at all:

  1. Group.email (from the Contactable subclass)
  2. Group.description
  3. TSMLEndpoint.phone
  4. TSMLEndpoint.name

If anyone thinks of any other fields that aren't necessary anymore, feel free to add to this list.