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

[UI] Application History button and modal #470

Closed
1 of 2 tasks
kcullion opened this issue Sep 30, 2021 · 3 comments
Closed
1 of 2 tasks

[UI] Application History button and modal #470

kcullion opened this issue Sep 30, 2021 · 3 comments
Assignees
Labels

Comments

@kcullion
Copy link

kcullion commented Sep 30, 2021

Goal

For transparency, DACO wants to have a log of the application history available to the applicant. Each application will have a button that provides all of the state changes of that application, for the applicant and DACO admin to access.

Static UI portions

  • Add the Application History button in the title area of the application.
    This button can be seen on this mockup (note: it's a future state for the application, just reference the button): zeplin: https://zpl.io/aNvlq9Q
    image

  • When this button is clicked, the following modal will show the application history listed in a table. Just build the UI for now.
    Zeplin: https://zpl.io/VQ4lLnm
    image

@samrichca
Copy link
Contributor

you need a feature flag to see this button

localStorage.setItem('SHOW_APP_HISTORY', 'true')

ciaranschutte pushed a commit that referenced this issue Oct 18, 2021
* add app history button

* add app history modal

* make modal 100% wide & add table pages

* comments

* formatting
This was referenced Oct 18, 2021
@kcullion
Copy link
Author

I saw this in QA and it looks good! Thanks @samrichca
image

@akachru-github akachru-github modified the milestones: DACO Application - Sprint 5, DACO Sprint 6, DACO Sprint 6 - Kannbanne Oct 21, 2021
@samrichca samrichca added 0.32.0 and removed 1.32.0 labels Oct 27, 2021
@kcullion
Copy link
Author

this is working in staging

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

No branches or pull requests

5 participants