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

"Show full history" should support pagination #1306

Closed
jnm opened this issue Jun 5, 2017 · 3 comments · Fixed by #2640
Closed

"Show full history" should support pagination #1306

jnm opened this issue Jun 5, 2017 · 3 comments · Fixed by #2640
Assignees
Labels
enhancement Ideas, improvements and features UI & UX User interface problems and improvements

Comments

@jnm
Copy link
Member

jnm commented Jun 5, 2017

After fixing #1302, the AssetSerializer now returns paginated deployed_versions, with 100 results on the first page. The form landing page should allow users to view more deployed_versions after the first 100 by requesting more pages from the API.

@southisack
Copy link

I would keep the Hide history button and next to it have a "Load more" button. Also, instead of showing 100 per load, I would do 20 (assuming 80% of the time users will want to go back to a previous version that would be <20 version, rather than digging really deep into the versions).

form all expanded 100 version

@pmusaraj pmusaraj added next-up and removed ready labels Jun 21, 2017
@pmusaraj pmusaraj added enhancement Ideas, improvements and features UI & UX User interface problems and improvements and removed UX labels May 2, 2018
@magicznyleszek magicznyleszek self-assigned this Oct 23, 2018
@magicznyleszek
Copy link
Member

@duvld this is a relatively easy fix. The asset object has this now:

Screenshot 2019-10-19 at 12 28 33

@duvld
Copy link
Member

duvld commented Oct 20, 2019

Screen Shot 2019-10-20 at 6 28 30 PM

I get this error when I try to redeploy my form with a new version - it might be related to some other backend issues I have. Is there a way to import a form that has a version history that I can test on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Ideas, improvements and features UI & UX User interface problems and improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants