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

Persistant link to "View Entries" and "Export CSV" #18

Closed
sindresorhus opened this issue May 23, 2011 · 2 comments
Closed

Persistant link to "View Entries" and "Export CSV" #18

sindresorhus opened this issue May 23, 2011 · 2 comments

Comments

@sindresorhus
Copy link
Contributor

Something like:

View entries: http://localhost:8000/admin/forms/form/export/1/view/

Export CSV: http://localhost:8000/admin/forms/form/export/1/csv/

This would make it quick to check out the entries and get the CSV, by for example having the urls bookmarked.

@sindresorhus
Copy link
Contributor Author

You could also use GET instead of POST, so we can link directly to a filter.

@sindresorhus
Copy link
Contributor Author

After some thought, persistant link to "Export CSV" isn't that useful, since you've probably want to configure the filters when doing an export, so I didn't add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants