-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make sure all data has been migrated to the new site #486
Comments
Comment from Mark Clements; Seems like we will need a CSV from the old site listing all PhotoPoint data, including their associated CameraPoint ID, and a URL to each of the images. We should be able to create a new data script that just captures the PhotoPoint data, associates it to the CameraPoint and then downloads the file bytes and puts them into the PhotoPointImage model on the PhotoPoint. The PhotoPointImage has an photo ImageField property that stores the image using django's configured file storage. If a photo point can have multiple photos in the model, then we may need two CSV's, one for the PhotoPoints, and another for the images with the corresponding PotoPoint ID. @ramereth perhaps you and I should look at the model and compare to the data in the old site to take a look at how they match. |
I've been working on constructing CSVs to help pull in the Camera Points. So far I have this for just the Camera Points themselves. I'm still working on the information for the Photo Points and the Photo Point Images. Let me know if I need to adjust the CSV for that. |
@ramereth is this truly closed? It seems yesterday I found some data that did not migrate? Or is it data that is having an issue with the GUI vs. being in the database itself? |
We're still seeing missing data so re-opening. |
@hertelc outside of gallery items, do you know of any other data that is missing that doesn't currently have an open PR? |
Not that I can think of…
|
@hertelc Are there any more missing data? |
@JerryPeng0112 Not that I'm aware of, but I would like to get the gallery reviewed by streamwebs before we close out this issue, just in case. |
Make sure they are all present on the new site, including all the camera points, photopoints, and photopoints images.
Just to verify all data are presents it's better to go to the old site and compare with the new sites.
The text was updated successfully, but these errors were encountered: