Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
316 stars 157 forks source link

[Rails][Imports] Move import form from the bottom of the list views to a new view #592

Closed lauramosher closed 3 years ago

lauramosher commented 3 years ago

Thanks for adding an issue to Terrastories! Reach out to us in Slack or at terrastories-stewards@googlegroups.com if you have any questions about creating an issue.

Context:

Importing Stories, Places, and Speakers is currently done by an inline form at the bottom of the respective index/list pages. This works well enough when there are no or very few items in the list, but can quickly get buried when there are many.

Let's make it so the import form is it's own view. This can be done by either making a new page view, or introducing a modal view of some kind.

Acceptance criteria:

Assets

This could be worked in conjunction with #589.

The form at the bottom of this image is what should be moved into its own view.

image

Aliciawyse commented 3 years ago

👋🏾 hello there! I'd like to take this one :-)

Aliciawyse commented 3 years ago

~This new view should live here correct? https://github.com/Terrastories/terrastories/tree/master/rails/app/views/admin~ nvm :-)