Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tables (#185) #242

Merged
merged 8 commits into from
Jun 18, 2020
Merged

Rename tables (#185) #242

merged 8 commits into from
Jun 18, 2020

Conversation

frankduncan
Copy link
Contributor

This fixes #185, changing the entity names for:

  • Change Chapters to Regions
  • Change Counties to Shift Territories
  • Change Territories to Response Territories
  • Change Roles to Capabilities
  • Change Shift Groups to Shift Times

While the change is wide ranging, it is straightforward since no functionality should be changed.

Frank Duncan added 8 commits June 18, 2020 13:42
This is a massive change in terms of scope, but not in terms of actual
changes, as rename was straightforward.  It does require a few DB data
updates as detailed in the included migration.

Issue #185: Change entity names
This is another wide ranging change that shouldn't affect anything,
as it's just a straightforward rename.

Issue #185: Change entity names
Wide ranging but straightforward text change.

Issue #185: Change entity names
This change is a bit more wide ranging than the other renames, because
counties sometimes mean actual physical counties, and other times mean
a shift territory that can be a city, zip, county, or collection of
counties.

For that reason, many of the times, county was changed to
shift_territory, but there are many cases where a county_name became a
county since there was no more confusion.

Issue #185: Change entity names
This does not affect other roles such as homepage link roles, and
notification roles, but only the roles attached to positions.  These
weren't actually roles, so the name brings them more in line with their
actual purpose (capabilities), and reduces confusion.

This is another wide, but not deep, change.

Issue #185: Change entity names
And old database column that's no longer used on positions, used to have
to do with some kind of mass notification service.
@frankduncan frankduncan merged commit 38f1d75 into master Jun 18, 2020
@frankduncan frankduncan deleted the 185-rename-tables branch June 18, 2020 19:58
@jim-mcgowan jim-mcgowan mentioned this pull request Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change entity names
1 participant