umts / stop-project

Rails app for tracking the Summer 2016 installation of new bus stop signs across the PVTA service area.
MIT License
0 stars 1 forks source link

Confirmation of Existing Data that will be Lost #90

Closed mboneil10 closed 6 years ago

mboneil10 commented 6 years ago

Related to https://github.com/umts/stop-project/issues/89. We want to be sure that we are saving the right data and not forgetting anything.

mboneil10 commented 6 years ago

trash:

PVTA, Municipal, Other = yes None = no

has_power:

yes = Yes - Stub up (we might also have a list of stops that we need to set to Yes - Outlet) no = No

shared_sign_post:

Yes - Traffic sign, Yes - FRTA, Yes - Other = yes No, Sign not on pole = no

system_map_exists:

yes = ? (I will contact PVPC about this - it'll beNew map or Old map) no = No map

Edit: note that Sign not on pole was switched to no

dfaulken commented 6 years ago

Just to confirm the intent of the issue title, it's data that will be lost and then restored within the same deploy cycle (via Rake task or similar), correct?

mboneil10 commented 6 years ago

Oh yeah, I was confused at the time because I was still under the impression that we were going to add new columns and migrate away disused columns whenever the data was converted.

This is the original comment that @sherson had for plans, not sure if you've seen it since the PR is closed. That's where I'm getting the labels for before and after deploy, along with all of these title. We can all talk on the channel about the order of this plan if you want.