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

migrate map download table to inline #84

Open
adambreznicky opened this issue May 7, 2020 · 1 comment
Open

migrate map download table to inline #84

adambreznicky opened this issue May 7, 2020 · 1 comment
Assignees
Labels
admin console related to the admin console enhancement New feature or request

Comments

@adambreznicky
Copy link

currently, MSD map collections has map download files maintained in a separate table from the collections themselves, with their foreign key related table being the collection each download belongs to. this should be migrated to an inline form within the admin console like images are to lcd collections.

@adambreznicky adambreznicky added enhancement New feature or request admin console related to the admin console labels May 7, 2020
@adambreznicky
Copy link
Author

when making the change, should migrate the deliberate refresh_materialized_views lambda invocations (2 of them) in forms.py over into the admin.py MapCollectionAdmin under the save_formset method like LCD and LORE (reference for how to implement)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin console related to the admin console enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants