ljramones / trips

A stellar cartography system
Apache License 2.0
15 stars 2 forks source link

Can not rename a dataset. #312

Closed BoatrightTBC closed 3 years ago

BoatrightTBC commented 3 years ago

Manage datasets dialog has add, delete, export and close, but no rename. Ooops

ljramones commented 3 years ago

This is a problem because of the way the Dataset is constructed. The name is a primary key on the Dataset table and the record for each dataset reference this name (because it is the primary key). Changing the name requires that we delete the entry, creating a new entry then batch updating the records of the old dataset to this dataset.

Will mark this as won't do

cegannon1 commented 3 years ago

What was the desire/need driving this request, again?

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: LJ Ramones @.> Sent: Tuesday, April 6, 2021 2:18:21 PM To: ljramones/trips @.> Cc: Subscribed @.***> Subject: Re: [ljramones/trips] Can not rename a dataset. (#312)

This is a problem because of the way the Dataset is constructed. The name is a primary key on the Dataset table and the record for each dataset reference this name (because it is the primary key). Changing the name requires that we delete the entry, creating a new entry then batch updating the records of the old dataset to this dataset.

Will mark this as won't do

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ljramones/trips/issues/312#issuecomment-814336998, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQPXLNRDY3UGA66BQDE5RKLTHNF63ANCNFSM42K7JSGA.

ljramones commented 3 years ago

I guess the desire was to change the name of a dataset sometime after it was created. In case you didn't like the name.